34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"name": "parcel",
|
|
"version": "2.0.0",
|
|
"author": "Blake Rain <blake.rain@blakerain.com>",
|
|
"license": "BSD3",
|
|
"devDependencies": {
|
|
"@types/preact-custom-element": "^4.0.4",
|
|
"autoprefixer": "^10.4.14",
|
|
"cypress": "^13.13.2",
|
|
"esbuild": "^0.23.0",
|
|
"htm": "^3.1.1",
|
|
"htmx.org": "^2.0.1",
|
|
"lucide-static": "^0.424.0",
|
|
"postcss-import": "^16.1.0",
|
|
"preact": "^10.23.1",
|
|
"preact-custom-element": "^4.3.0",
|
|
"sqlite3": "^5.1.7",
|
|
"start-server-and-test": "^2.0.5",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"browserslist": "> 0.25%, not dead",
|
|
"scripts": {
|
|
"build-dev": "tailwindcss --postcss -i style/main.css -o static/main.css",
|
|
"build": "tailwindcss --postcss -i style/main.css -o static/main.css -m",
|
|
"cy:open": "cypress open",
|
|
"cy:run": "cypress run",
|
|
"ci:serve:debug": "cargo run",
|
|
"ci:serve:release": "cargo run --release",
|
|
"ci:debug": "start-server-and-test ci:serve:debug http://localhost:3000 cy:run",
|
|
"ci:release": "start-server-and-test ci:serve:release http://localhost:3000 cy:run"
|
|
}
|
|
}
|