feat: migrate spectra lab to tailwind responsive system
All checks were successful
Deploy / deploy (push) Successful in 0s

This commit is contained in:
Chen Gu
2026-04-23 14:15:32 +08:00
parent ee4c172b34
commit 04d6aebe59
7 changed files with 1356 additions and 909 deletions

19
package.json Normal file
View 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"
}
}