feat: migrate spectra lab to tailwind responsive system
All checks were successful
Deploy / deploy (push) Successful in 0s
All checks were successful
Deploy / deploy (push) Successful in 0s
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "spectra-lab-webapp",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Spectra Lab responsive front-end",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"build:css": "tailwindcss -c tailwind.config.js -i ./src/tailwind.css -o ./styles.css --minify",
|
||||
"watch:css": "tailwindcss -c tailwind.config.js -i ./src/tailwind.css -o ./styles.css --watch"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.gch3n.online/gch3n/spectra-lab.git"
|
||||
},
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^3.4.13"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user