-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.4 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "reactboilerplate",
"version": "1.0.0",
"description": "",
"main": "app/app.js",
"scripts": {
"build": "webpack build --config internals/webpack/webpack.dev.config.js",
"dev": "webpack serve --config internals/webpack/webpack.dev.config.js --progress --watch --content-base build/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"bootstrap": "^4.6.0",
"connected-react-router": "^6.8.0",
"css-loader": "^5.0.1",
"eslint": "^7.18.0",
"history": "^5.0.0",
"html-webpack-plugin": "^4.5.1",
"immer": "^8.0.0",
"lodash": "^4.17.20",
"node-sass": "^5.0.0",
"react": "^17.0.1",
"react-bootstrap": "^1.4.3",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"redux-toolkit": "^1.1.2",
"reselect": "^4.0.0",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"webpack": "^5.16.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"babel-loader": "^8.2.2",
"plop": "^2.7.4",
"prettify": "^0.1.7"
}
}