forked from deathbeam/redux-boot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "redux-boot",
"version": "0.0.1",
"private": true,
"dependencies": {
"bootstrap": "^4.0.0-beta",
"font-awesome": "^4.7.0",
"history": "^4.7.2",
"js-cookie": "^2.1.4",
"qs": "^6.5.0",
"ramda": "^0.24.1",
"react": "^15.6.1",
"react-block-ui": "^1.0.2",
"react-dom": "^15.6.1",
"react-fontawesome": "^1.6.1",
"react-redux": "^5.0.6",
"react-transition-group": "^1.2.0",
"reactstrap": "^5.0.0-alpha.3",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-first-router": "0.0.16-next",
"redux-first-router-link": "^1.4.1",
"redux-routines": "^2.0.0-0"
},
"devDependencies": {
"eslint": "^4.5.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^7.3.0",
"react-scripts": "1.0.12",
"remote-redux-devtools": "^0.5.12",
"standard": "^10.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "standard && react-scripts test --env=jsdom",
"lint": "standard",
"eject": "react-scripts eject"
}
}