Files
bookmeterplus/package.json
Krzysztof Płaczek 3046780f1b Improvements and docker
2025-09-18 15:37:41 +02:00

31 lines
749 B
JSON

{
"name": "desktop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build:css": "tailwindcss -i ./src/style.css -o ./src/generated.css --minify",
"build": "npm run build:css && vite build",
"tailwind:build": "tailwindcss -i ./src/style.css -o ./src/generated.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@alpinejs/persist": "^3.14.9",
"alpinejs": "^3.14.9",
"chart.js": "^4.5.0"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"vite": "7.1.5"
}
}