-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.18 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.18 KB
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
70
71
72
73
74
75
76
77
78
79
80
{
"name": "isaver-dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "~2.0.13",
"@chakra-ui/react": "~2.5.5",
"@craco/craco": "~7.1.0",
"@emotion/react": "~11.10.5",
"@emotion/styled": "~11.10.5",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@sentry/react": "~7.38.0",
"@sentry/tracing": "~7.38.0",
"@tanstack/react-query": "~4.19.1",
"@tanstack/react-query-devtools": "~4.19.1",
"@types/node": "~16.18.7",
"@types/react": "~18.0.26",
"@types/react-dom": "~18.0.9",
"alchemy-sdk": "^3.1.2",
"axios": "~0.26.1",
"ethereum-block-by-date": "~1.4.6",
"ethers": "~5.7.2",
"framer-motion": "~7.6.19",
"react": "~18.2.0",
"react-datepicker": "~4.10.0",
"react-dom": "~18.2.0",
"react-gtm-module": "~2.0.11",
"react-qr-code": "~2.0.8",
"react-router-dom": "~6.4.5",
"react-scripts": "5.0.1",
"react-transition-group": "~4.4.5",
"recharts": "~2.4.3",
"sass": "~1.56.2",
"typescript": "~4.9.4",
"wagmi": "~0.12.18",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.2/xlsx-0.19.2.tgz"
},
"devDependencies": {
"@chakra-ui/cli": "~2.2.0",
"@svgr/webpack": "~6.5.1",
"@types/ethereum-block-by-date": "~1.4.1",
"@types/react-datepicker": "~4.10.0",
"@types/react-gtm-module": "~2.0.1",
"@types/react-transition-group": "~4.4.5",
"eslint-config-prettier": "~8.5.0",
"eslint-plugin-prettier": "~3.4.1",
"eslint-plugin-react-hooks": "~4.6.0",
"eslint-plugin-simple-import-sort": "~8.0.0",
"husky": "~4.3.8",
"lint-staged": "~11.2.6",
"prettier": "~2.8.1",
"react-svg-loader": "~3.0.3"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"theme": "chakra-cli tokens src/modules/chakra/index.ts"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}