-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 838 Bytes
/
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
{
"name": "egame_editor",
"version": "1.0.0",
"description": "",
"main": "start.js",
"scripts": {
"start": "node start.js",
"build": "webpack --config ./frontend/webpack.prod.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"express": "^4.17.1",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"babel-loader": "^8.0.6",
"babel-watch": "^7.0.0",
"core-js": "^3.6.1",
"css-loader": "^3.4.0",
"mini-css-extract-plugin": "^0.9.0",
"remove-files-webpack-plugin": "^1.2.1",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-middleware": "^3.7.2",
"webpack-dev-server": "^3.10.1",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2"
}
}