20 lines
661 B
JSON
20 lines
661 B
JSON
{
|
|
"name": "me-fit",
|
|
"version": "1.0.0",
|
|
"description": "Your (almost) independent tech stack to host on a VPC.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "mkdir -p static/js && cp -f node_modules/htmx.org/dist/htmx.min.js static/js/htmx.min.js && tailwindcss build -o static/css/tailwind.css --minify",
|
|
"watch": "mkdir -p static/js && cp -f node_modules/htmx.org/dist/htmx.min.js static/js/htmx.min.js && tailwindcss build -o static/css/tailwind.css --watch",
|
|
"test": ""
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"htmx.org": "2.0.3",
|
|
"tailwindcss": "3.4.16",
|
|
"daisyui": "4.12.14"
|
|
}
|
|
}
|