-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.26 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "redux-zero-chat",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=8.5.0",
"npm": ">5"
},
"contributors": [
{
"email": "[email protected]",
"name": "Pablo Salgado",
"url": "https://github.com/PabloAlexandre"
},
{
"email": "[email protected]",
"name": "Leonardo Villela",
"url": "https://github.com/leonardovillela"
}
],
"dependencies": {
"axios": "^0.18.0",
"lodash": "^4.17.21",
"logkitty": "0.6.0",
"qs": "6.2.0",
"redux": "3.7.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"recompose": "^0.26.0",
"redux-zero": "^4.10.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"mock:api": "json-server ./mock/db.json"
},
"devDependencies": {
"chance": "^1.0.13",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.1",
"json-server": "^0.12.1",
"tachyons": "^4.9.1"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}