mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-14 12:10:59 +00:00
13 lines
341 B
JSON
13 lines
341 B
JSON
{
|
|
"scripts": {
|
|
"deploy": "NODE_ENV=production tailwindcss --postcss --minify -i css/app.css -o ../priv/static/assets/app.css"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.3.3",
|
|
"autoprefixer": "^10.2.0",
|
|
"postcss": "^8.3.5",
|
|
"postcss-import": "^14.0.2",
|
|
"tailwindcss": "^2.2.4"
|
|
}
|
|
}
|