20 lines
548 B
JSON
20 lines
548 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|