File size: 383 Bytes
7b330c2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"scripts": {
"deploy": "cd .. && mix assets.deploy",
"build": "esbuild ./js/app.js --bundle --target=es2017 --outdir=../priv/static/assets"
},
"dependencies": {
"phoenix": "file:../deps/phoenix",
"phoenix_html": "file:../deps/phoenix_html",
"phoenix_live_view": "file:../deps/phoenix_live_view"
},
"devDependencies": {
"esbuild": "^0.14.41"
}
}
|