-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.25 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
52
53
{
"name": "nested-routes-lab",
"version": "0.1.0",
"private": true,
"babel": {
"presets": [
"airbnb",
"env",
"stage-0",
"react"
]
},
"devDependencies": {
"axios": "^0.19.2",
"jsdom": "^9.9.1",
"mocha": "^5.2.0",
"react-scripts": "^1.1.4",
"webpack": "^3.11.0",
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"babel-core": "^6.22.1",
"babel-polyfill": "^6.26.0",
"babel-preset-airbnb": "^2.1.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.22.0",
"chai": "^4.1.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"expect": "^1.20.2",
"fetch-mock": "^6.5.2",
"mocha-multi": "^1.0.1",
"nock": "^9.0.9",
"node-fetch": "^2.6.0",
"react": "^16.4.1",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-router": "^3.0.2",
"redux": "^4.0.0",
"redux-mock-store": "^1.2.2",
"redux-thunk": "^2.3.0",
"sinon": "^6.1.4",
"uuid": "^3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "mocha test/helpers/browser.js test/*.js",
"eject": "react-scripts eject"
}
}