ash_hq/assets/package.json
Zach Daniel 884de2d2d2 improvement: rework auth forms to liveview
improvement: better look and feel (not much better, though)
2022-08-15 21:23:59 -04:00

18 lines
No EOL
465 B
JSON

{
"scripts": {
"deploy": "NODE_ENV=production postcss css/app.css -o ../priv/static/assets/app.css"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.0.2",
"tailwindcss": "^3.0.23",
"@tailwindcss/forms": "0.5.2"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.2",
"mermaid": "^8.14.0",
"smooth-scroll-into-view-if-needed": "^1.1.33"
}
}