-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 859 Bytes
/
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
{
"name": "redux-example",
"version": "0.1.0",
"private": true,
"homepage": "https://ely405.github.io/e-commerce",
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-15": "^1.0.5",
"gh-pages": "^1.1.0",
"moxios": "^0.4.0",
"react-addons-test-utils": "^15.6.2",
"react-scripts": "0.8.5",
"react-test-renderer": "^15.6.2",
"redux-mock-store": "^1.5.1"
},
"dependencies": {
"axios": "^0.18.0",
"ed-grid": "^2.1.7",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.7",
"reactstrap": "^5.0.0-beta.3",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build"
}
}