-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "add-redux",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel-polyfill": "^6.23.0",
"isomorphic-fetch": "^2.2.1",
"jest-cli": "^20.0.4",
"lodash": "^4.17.4",
"material-ui": "^0.18.6",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-scripts": "1.0.10",
"react-sortable-tree": "^0.1.19",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.7.1",
"redux-thunk": "^2.2.0",
"underscore": "^1.8.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-jest": "^20.0.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^2.9.1",
"jest": "^20.0.4",
"react-addons-test-utils": "^15.6.0",
"react-test-renderer": "^15.6.1"
},
"babel": {
"presets": [
"es2015"
]
}
}