-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 853 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": "chain-loading",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"keywords": [],
"author": "Nick Na",
"license": "ISC",
"scripts": {
"build": "webpack build --mode production",
"start": "webpack serve --config example/webpack.config.js --hot --mode development"
},
"dependencies": {
"prop-types": "^15.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.0"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.14.8",
"@babel/preset-react": "^7.14.5",
"@hot-loader/react-dom": "^17.0.1+4.13.0",
"babel-loader": "^8.2.2",
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"peerDependencies": {
"react": "*"
}
}