-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.39 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "react_boilerplate",
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.6",
"immutable": "^3.8.2",
"lodash": "^4.17.11",
"preact": "^8.3.1",
"preact-compat": "^3.18.4",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-intl": "^2.7.0",
"react-loadable": "^5.5.0",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"redux": "^4.0.0",
"redux-saga": "^0.16.0"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "node ./scripts/run.js start",
"build": "node ./scripts/run.js build",
"test": "node ./scripts/run.js test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.1.2",
"@types/lodash": "^4.14.116",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.7",
"@types/react-redux": "^6.0.9",
"@types/react-router": "^4.0.31",
"@types/react-router-dom": "^4.3.1",
"node-sass": "^4.9.3",
"react-hot-loader": "^4.3.11",
"react-scripts": "^2.0.3",
"redux-devtools": "^3.4.1",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"redux-logger": "^3.0.6",
"source-map-explorer": "^1.6.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}