mirror of
https://github.com/ClaperCo/Claper.git
synced 2025-12-15 19:37:53 +01:00
28 lines
801 B
JSON
28 lines
801 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",
|
|
"postcss": "^8.4.29",
|
|
"postcss-import": "^15.1.0",
|
|
"tailwindcss": "^3.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@sjmc11/tourguidejs": "^0.0.16",
|
|
"air-datepicker": "^3.5.0",
|
|
"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",
|
|
"split-grid": "^1.0.11",
|
|
"split.js": "^1.6.5",
|
|
"tiny-slider": "^2.9.4"
|
|
}
|
|
}
|