-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.46 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
{
"name": "s2s-redux-actions-sample",
"version": "0.1.0",
"license": "MIT",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"react": "^16.1.1",
"react-bootstrap": "^0.31.5",
"react-dom": "^16.1.1",
"react-redux": "^5.0.6",
"react-router": "v3",
"react-router-redux": "^4.0.8",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-saga": "^0.16.0",
"styled-components": "^2.2.3"
},
"devDependencies": {
"babel-plugin-s2s-action-builders": "^0.0.2",
"babel-plugin-s2s-axios-api": "^0.0.1",
"babel-plugin-s2s-axios-api-manager": "^0.0.1",
"babel-plugin-s2s-axios-api-root": "^0.0.1",
"babel-plugin-s2s-redux-actions": "^0.0.4",
"babel-plugin-s2s-redux-actions-manager": "^0.0.1",
"babel-plugin-s2s-redux-actions-reducers": "^0.0.5",
"babel-plugin-s2s-redux-actions-reducers-manager": "^0.0.1",
"babel-plugin-s2s-redux-actions-reducers-root": "^0.0.3",
"babel-plugin-s2s-redux-actions-root": "^0.0.2",
"babel-plugin-s2s-redux-sagas": "^0.0.3",
"babel-plugin-s2s-redux-sagas-manager": "^0.0.1",
"babel-plugin-s2s-redux-sagas-root": "^0.0.2",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"react-scripts": "1.0.17",
"s2s": "^0.15.0",
"s2s-handler-babel-object-rest-spread": "^0.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}