19 lines
626 B
JSON
19 lines
626 B
JSON
{
|
|
"name": "spend-sparrow",
|
|
"version": "1.0.0",
|
|
"description": "Your (almost) independent tech stack to host on a VPC.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "cp -f node_modules/htmx.org/dist/htmx.min.js static/js/htmx.min.js && tailwindcss -i input.css -o static/css/tailwind.css --minify",
|
|
"watch": "cp -f node_modules/htmx.org/dist/htmx.min.js static/js/htmx.min.js && tailwindcss -i input.css -o static/css/tailwind.css --watch"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"htmx.org": "2.0.4",
|
|
"tailwindcss": "4.1.8",
|
|
"@tailwindcss/cli": "4.1.8"
|
|
}
|
|
}
|