-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "marvel-app",
"version": "0.1.1",
"private": false,
"devDependencies": {
"cross-env": "^5.0.5",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"fetch-mock": "^6.3.0",
"flow-bin": "^0.68.0",
"gh-pages": "^1.0.0",
"react-test-renderer": "^16.2.0",
"redux-mock-store": "^1.5.1"
},
"dependencies": {
"enzyme-to-json": "^3.3.3",
"material-ui": "^0.20.0",
"md5": "^2.2.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-responsive": "^2.0.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"ghpublish": "yarn build && node ./scripts/publishToGHPages.js"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}