-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 907 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": "new",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.tsx",
"dependencies": {
"@apollo/client": "^3.0.0-beta.31",
"@apollo/react-hooks": "^4.0.0-beta.1",
"apollo-boost": "^0.4.7",
"graphql": "^15.0.0-rc.1",
"immer": "^9.0.6",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-scripts": "3.3.0"
},
"devDependencies": {
"@types/react": "16.9.15",
"@types/react-dom": "16.9.4",
"typescript": "3.7.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
"last 1 chrome version"
],
"prettier": {
"singleQuote": true,
"arrowParens": "always",
"bracketSpacing": true,
"jsxSingleQuote": true,
"trailingComma": "all",
"printWidth": 80
}
}