-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 871 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
{
"name": "react-graphql-apollo-tutorial-boilerplate",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-cache-inmemory": "^1.3.6",
"apollo-client": "^2.4.3",
"apollo-link": "^1.2.14",
"apollo-link-error": "^1.1.13",
"apollo-link-http": "^1.5.5",
"apollo-link-retry": "^2.2.16",
"dotenv": "^8.2.0",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"react": "^16.6.0",
"react-apollo": "^2.2.4",
"react-dom": "^16.6.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"recompose": "^0.30.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --passWithNoTests",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}