Packages
An opinionated template to create phoenix apps, using live view and tailwind. (Live Dashboard Supported)
Current section
Files
Jump to
Current section
Files
template/$PROJECT_NAME$/assets/package.json
{
"repository": {},
"license": "MIT",
"description": "The front-end dependencies.",
"scripts": {
"deploy": "NODE_ENV=production webpack --mode production",
"watch": "webpack --mode development --watch"
},
"dependencies": {
"alpinejs": "^2.8.0",
"phoenix": "file:../deps/phoenix",
"phoenix_html": "file:../deps/phoenix_html",
"phoenix_live_view": "file:../deps/phoenix_live_view",
"topbar": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.12",
"@babel/preset-env": "^7.12",
"babel-loader": "^8.2.1",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.0.1",
"mini-css-extract-plugin": "^1.3.1",
"postcss": "^8.1.9",
"postcss-import": "^14.0.0",
"postcss-loader": "^5.3.0",
"postcss-preset-env": "^6.7.0",
"style-loader": "^2.0.0",
"tailwindcss": "^2.1",
"@tailwindcss/forms": "^0.3.2",
"terser-webpack-plugin": "5.1.2",
"webpack": "5.38.1",
"webpack-cli": "^4.2.0"
}
}