-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"scripts": {
"build": "webpack --watch --config webpack.development.js",
"release": "webpack --config webpack.production.js"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.3",
"html-webpack-plugin": "^5.5.0",
"replace-in-file-webpack-plugin": "^1.0.6",
"webpack": "^5.88.2",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@material/button": "^14.0.0",
"@material/elevation": "^14.0.0",
"@material/radio": "^14.0.0",
"@material/theme": "^14.0.0",
"@material/toolbar": "^2.3.0",
"@material/typography": "^14.0.0",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"dotenv": "^16.3.1",
"dotenv-webpack": "^8.0.1",
"file-loader": "^6.2.0",
"firebase": "^9.6.5",
"firebaseui": "^6.0.0",
"jquery": "^3.7.0",
"jquery-jcrop": "^0.9.15",
"material-components-web": "^14.0.0",
"mithril": "^2.2.2",
"node-polyfill-webpack-plugin": "^2.0.1",
"style-loader": "^3.3.3"
}
}