-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 938 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
{
"name": "mfe-react-refresh",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode development --config webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"html-webpack-plugin": "^5.3.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"webpack": "5.38.1",
"webpack-cli": "4.7.0",
"webpack-manifest-plugin": "3.1.1"
},
"devDependencies": {
"@babel/core": "7.12.16",
"@babel/plugin-proposal-class-properties": "7.12.13",
"@babel/plugin-transform-runtime": "7.12.15",
"@babel/preset-env": "7.12.13",
"@babel/preset-react": "7.12.13",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.0-beta.9",
"babel-loader": "8.2.2",
"react-refresh": "0.9.0",
"webpack-dev-server": "3.11.2"
}
}