-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 KB
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
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-cache-inmemory": "^0.2.0-rc.0",
"apollo-client": "^2.0.0-rc.1",
"apollo-link": "^1.0.0",
"apollo-link-context": "^1.0.1",
"apollo-link-http": "^0.7.0",
"apollo-react": "^0.7.1",
"apollo-utilities": "^1.0.2",
"enzyme": "^3.1.1",
"final-form": "^1.1.0",
"graphql-tag": "^2.4.2",
"jwt-decode": "^2.2.0",
"react": "^16.0.0",
"react-apollo": "^2.0.0-beta.0",
"react-debounce-input": "^3.1.0",
"react-dom": "^16.0.0",
"react-final-form": "^1.0.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"react-test-renderer": "^16.1.1",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"styled-components": "^2.2.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"enzyme-adapter-react-16": "^1.0.4",
"enzyme-to-json": "^3.2.2",
"jest-transform-graphql": "^2.1.0",
"react-app-rewired": "^1.3.5",
"redux-mock-store": "^1.3.0"
},
"jest": {
"transform": {
"^.+\\.(graphql|gql)$": "jest-transform-graphql"
}
}
}