-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "react-apollo-todo",
"version": "0.1.0",
"engines": {
"node": "8.9.1"
},
"private": true,
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@auth0/auth0-spa-js": "^1.2.3",
"apollo": "^2.21.0",
"apollo-boost": "^0.4.4",
"apollo-link-ws": "^1.0.19",
"bootstrap": "^4.3.1",
"graphql": "^14.5.8",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.10.2",
"react-bootstrap": "^1.0.0-beta.14",
"react-dom": "^16.10.2",
"react-hooks": "^1.0.1",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"subscriptions-transport-ws": "^0.9.16"
},
"devDependencies": {
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react-hooks": "^2.0.1",
"husky": "^1.0.0-rc.15",
"lint-staged": "^7.3.0",
"prettier": "1.14.3",
"react-scripts": "^2.1.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"lint": "eslint src/**/*.js",
"lint:fix": "eslint src/**/*.js --fix"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}