-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.83 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
67
68
69
{
"name": "harvest-ui",
"version": "0.1.3",
"private": true,
"dependencies": {
"@types/color-hash": "^1.0.2",
"animated-number-react": "^0.1.2",
"axios": "^0.25.0",
"color-hash": "^2.0.1",
"pretty-checkbox": "^3.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.1",
"react-fade-in": "^2.0.1",
"react-on-screen": "^2.1.1",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.0",
"react-tooltip": "^4.2.21",
"recharts": "^2.1.9",
"sass": "^1.49.7",
"typescript": "^4.5.5",
"use-deep-compare-effect": "^1.8.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint --ext .ts,.tsx .",
"lint:fix": "eslint --fix --ext .ts,.tsx .",
"prettify": "prettier --check .",
"prettify:write": "prettier --write .",
"tsc": "tsc",
"tsc:watch": "tsc --watch"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/history": "^5.0.0",
"@types/node": "^17.0.10",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-responsive": "^8.0.5",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.4",
"@types/recharts": "^1.8.23",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"eslint": "^8.8.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.2.1"
}
}