Files
Claper/assets/package.json
2023-11-23 13:58:44 +01:00

25 lines
704 B
JSON

{
"scripts": {
"deploy": "NODE_ENV=production tailwindcss --postcss --minify --input=css/app.css --output=../priv/static/assets/app.css"
},
"devDependencies": {
"alpinejs": "^3.13.1",
"autoprefixer": "^10.4.15",
"esbuild": "^0.14.54",
"flatpickr": "^4.6.13",
"postcss": "^8.4.29",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.3.3"
},
"dependencies": {
"animate.css": "^4.1.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"phoenix": "file:../deps/phoenix",
"phoenix_html": "file:../deps/phoenix_html",
"phoenix_live_view": "file:../deps/phoenix_live_view",
"qr-code-styling": "^1.6.0-rc.1",
"tiny-slider": "^2.9.4"
}
}