mirror of
https://github.com/ClaperCo/Claper.git
synced 2025-12-28 16:06:36 +01:00
27 lines
799 B
JSON
27 lines
799 B
JSON
{
|
|
"scripts": {
|
|
"deploy": "NODE_ENV=production tailwindcss --postcss --minify --input=css/app.css --output=../priv/static/assets/app.css"
|
|
},
|
|
"devDependencies": {
|
|
"alpinejs": "^3.13.8",
|
|
"autoprefixer": "^10.4.19",
|
|
"esbuild": "^0.20.2",
|
|
"postcss": "^8.4.38",
|
|
"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"
|
|
}
|
|
} |