All checks were successful
CD for startPage / build (push) Successful in 8s
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"scripts": {
|
|
"watch": "tailwindcss -i ./src/input.css -o ./src/style.css --watch",
|
|
"build": "/usr/bin/env sh ./build.sh"
|
|
},
|
|
"devDependencies": {
|
|
"tailwindcss": "^3.3.2"
|
|
},
|
|
"dependencies": {
|
|
"html-minifier": "^4.0.0"
|
|
}
|
|
}
|