generated from apollographql/react-apollo-error-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 764 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
{
"private": true,
"name": "apollo-client-error-template",
"version": "1.0.0",
"license": "MIT",
"main": "src/index.jsx",
"dependencies": {
"@apollo/client": "^3.7.1",
"graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"customize-cra": "^1.0.0",
"react-app-rewired": "^2.2.1",
"react-scripts": "^5.0.1",
"source-map-explorer": "^2.5.3",
"stats-webpack-plugin": "^0.7.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-app-rewired build",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"test": "react-scripts test --env=jsdom"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}