43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"repository": {},
|
|
"description": " ",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"deploy": "NODE_ENV=production webpack --mode production",
|
|
"watch": "webpack --mode development --watch"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/lato": "^4.2.1",
|
|
"@mdi/svg": "^5.9.55",
|
|
"@popperjs/core": "^2.8.4",
|
|
"bootstrap": "^5.0.0-beta2",
|
|
"bootstrap-icons": "^1.4.0",
|
|
"hamburgers": "^1.1.3",
|
|
"heroicons": "^0.4.2",
|
|
"phoenix": "file:../deps/phoenix",
|
|
"phoenix_html": "file:../deps/phoenix_html",
|
|
"phoenix_live_view": "file:../deps/phoenix_live_view",
|
|
"topbar": "^1.x"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.x",
|
|
"@babel/preset-env": "^7.x",
|
|
"autoprefixer": "^10.2.4",
|
|
"babel-loader": "^8.x",
|
|
"copy-webpack-plugin": "^7.x",
|
|
"css-loader": "^5.x",
|
|
"css-minimizer-webpack-plugin": "^1.x",
|
|
"file-loader": "^6.2.0",
|
|
"glob-all": "^3.2.1",
|
|
"mini-css-extract-plugin": "^1.x",
|
|
"postcss": "^8.2.6",
|
|
"postcss-loader": "^5.0.0",
|
|
"postcss-scss": "^3.0.4",
|
|
"purgecss-webpack-plugin": "^4.0.2",
|
|
"sass": "^1.x",
|
|
"sass-loader": "^10.x",
|
|
"svg-sprite-loader": "^5.2.1",
|
|
"webpack": "^5.x",
|
|
"webpack-cli": "^4.x"
|
|
}
|
|
}
|