tijl.dev-core/package.json
tijl c944e84771
All checks were successful
build / build (push) Successful in 9m36s
release-tag / release-image (push) Successful in 15m53s
inflation calculator implementation
2024-09-08 01:01:29 +02:00

21 lines
441 B
JSON

{
"name": "tijldev-core",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:css": "tailwindcss -i ./web/lib/main.css -o ./web/static/css/styles.css --minify"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.14",
"@types/node": "^22.4.2",
"daisyui": "^4.12.10",
"echarts": "^5.5.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.0.0",
"vite": "^4.0.0"
},
"dependencies": {
"htmx.org": "^1.9.12"
}
}