mirror of
https://github.com/ClaperCo/Claper.git
synced 2025-12-28 16:06:36 +01:00
commit e5905358dc20cea2fcc41b3580c4985e8ac53217 Author: Alex Lion <dev@alexandrelion.com> Date: Mon Jul 7 22:56:14 2025 +0200 chore: update changelog commit 2696a29ffdc6deb930b8ffb6f92cae21b176e853 Author: Alex Lion <dev@alexandrelion.com> Date: Mon Jul 7 22:52:11 2025 +0200 Change js file to css and migrate css classes commit 19093360ed2404f956d799c0a9ec1656c9fa1a74 Author: Alex Lion <dev@alexandrelion.com> Date: Sat Jul 5 19:28:34 2025 +0200 chore: upgrade to tailwind 4+ commit 75312e8b3d3c9fd25137189e7020994640a0f901 Author: Alex Lion <dev@alexandrelion.com> Date: Thu Jul 3 16:59:58 2025 +0200 chore: remove useless files
28 lines
823 B
JSON
28 lines
823 B
JSON
{
|
|
"scripts": {
|
|
"deploy": "NODE_ENV=production tailwindcss --postcss --minify --input=css/app.css --output=../priv/static/assets/app.css"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.11",
|
|
"alpinejs": "^3.13.8",
|
|
"esbuild": "^0.25.5",
|
|
"postcss": "^8.4.38",
|
|
"tailwindcss": "^4.1.11"
|
|
},
|
|
"dependencies": {
|
|
"@sjmc11/tourguidejs": "^0.0.16",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"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"
|
|
}
|
|
}
|