-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 864 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": "sesion01.webpack",
"version": "1.0.0",
"description": "",
"main": "./app/index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open",
"build": "webpack --mode production"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"html-webpack-plugin": "^5.3.1",
"immutability-helper": "^3.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"babel-loader": "^8.2.2",
"babel-plugin-jsx-control-statements": "^4.1.0",
"file-loader": "^6.2.0",
"jsx-control-statements": "^3.2.8",
"path": "^0.12.7",
"react-hot-loader": "^4.13.0",
"webpack": "^5.13.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.1"
}
}