-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 973 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
34
35
36
37
38
39
{
"name": "hasuratodo",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-boost": "^0.1.28",
"apollo-link-context": "^1.0.19",
"apollo-link-ws": "^1.0.19",
"auth0-js": "^9.8.0",
"axios": "^0.18.0",
"cors": "^2.8.4",
"graphql": "^14.0.2",
"graphql-tag": "^2.9.2",
"jquery": "^3.3.1",
"react": "^16.5.2",
"react-apollo": "^2.1.11",
"react-app-polyfill": "^0.1.3",
"react-dom": "^16.5.2",
"react-progressbar": "^15.4.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.3",
"request": "^2.88.0",
"subscriptions-transport-ws": "^0.9.16",
"typename-monkey-patch": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}