-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.7 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.7 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"architect": "^0.1.13",
"body-parser": "^1.17.2",
"contentful": "^4.3.0",
"contentful-management": "^3.9.2",
"cors": "^2.8.3",
"es6-promise": "^4.1.1",
"exenv": "^1.2.2",
"express": "^4.15.2",
"form-data": "^2.2.0",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.18.1",
"momentjs": "^2.0.0",
"morgan": "^1.8.1",
"react": "^15.5.4",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.5.4",
"react-minimal-pie-chart": "^2.0.0",
"react-redux": "^5.0.5",
"react-router": "^3.0.5",
"react-router-dom": "^4.1.1",
"redux": "^3.6.0",
"redux-actions": "^2.0.3",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-saga": "^0.15.4",
"redux-saga-router": "^2.1.0",
"redux-thunk": "^2.2.0",
"redux-wait-for-action": "0.0.6",
"reselect": "^3.0.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-jest": "^20.0.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.0.2",
"chai-http": "^3.0.0",
"enzyme": "^2.9.1",
"jest": "^20.0.4",
"jsdom": "^11.1.0",
"react-scripts": "^0.9.5",
"react-test-renderer": "^15.5.4",
"redux-mock-store": "^1.2.3",
"regenerator-runtime": "^0.10.5",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.18.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"server start": "babel-node server/index.js --presets es2015,stage-2"
}
}