-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.64 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "ledger",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "set PORT=3001&& react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test"
},
"dependencies": {
"@apollo/react-hooks": "^3.0.1",
"@types/date-fns": "^2.6.0",
"@types/jest": "24.0.15",
"@types/node": "12.6.8",
"@types/react": "^16.8.23",
"@types/react-dom": "16.8.4",
"@types/react-router-dom": "^4.3.4",
"@types/react-transition-group": "^4.2.2",
"apollo-boost": "^0.4.4",
"bignumber.js": "^9.0.0",
"clsx": "^1.0.4",
"constate": "^1.2.0",
"date-fns": "^2.0.1",
"graphql": "^14.4.2",
"node-sass": "^4.13.0",
"rc-notification": "^3.3.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-hook-form": "^3.29.4",
"react-list": "^0.8.13",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-transition-group": "^4.2.2",
"resize-observer-polyfill": "^1.5.1",
"typescript": "^3.7.4"
},
"devDependencies": {
"apollo-server-express": "^2.8.1",
"customize-cra": "^0.4.1",
"eslint-plugin-react-hooks": "^1.7.0",
"mockjs": "^1.0.1-beta3",
"react-app-rewired": "^2.1.3"
},
"eslintConfig": {
"extends": "react-app",
"plugins": [
"react-hooks"
],
"rules": {
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}