This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
augie/webapp/assets/package.json

33 lines
891 B
JSON
Raw Normal View History

2019-11-29 17:55:52 +13:00
{
"repository": {},
2020-04-28 21:09:54 +12:00
"description": " ",
2019-11-29 17:55:52 +13:00
"license": "MIT",
"scripts": {
"deploy": "webpack --mode production",
"watch": "webpack --mode development --watch"
},
"dependencies": {
2020-04-28 21:09:54 +12:00
"foundation-sites": "^6.6.3",
"jquery": "^3.5.0",
"nprogress": "^0.2.0",
2019-11-29 17:55:52 +13:00
"phoenix": "file:../deps/phoenix",
2019-12-01 17:11:36 +13:00
"phoenix_html": "file:../deps/phoenix_html",
2019-12-02 18:42:51 +13:00
"phoenix_live_view": "file:../deps/phoenix_live_view",
2020-04-28 21:09:54 +12:00
"what-input": "^5.2.7"
2019-11-29 17:55:52 +13:00
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.0",
"copy-webpack-plugin": "^6.0.0",
2020-04-28 21:09:54 +12:00
"css-loader": "^3.4.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
2019-11-29 17:55:52 +13:00
"optimize-css-assets-webpack-plugin": "^5.0.1",
2020-07-21 16:20:37 +12:00
"sass-loader": "^9.0.0",
2020-04-28 21:09:54 +12:00
"terser-webpack-plugin": "^2.3.2",
2020-07-21 16:18:02 +12:00
"webpack": "4.43.0",
2019-11-29 17:55:52 +13:00
"webpack-cli": "^3.3.2"
}
}