-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
64 lines (64 loc) · 1.63 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
{
"name": "block-explorer-v2",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@react-three/fiber": "^8.0.19",
"@tanstack/react-query": "^4.24.9",
"date-fns": "^2.28.0",
"date-fns-tz": "1.3.6",
"konva": "^8.3.8",
"next": "^12.1.6",
"ramda": "^0.28.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-infinite-scroll-hook": "^4.0.3",
"react-konva": "^18.1.0",
"react-native": "^0.68.2",
"react-spring": "^9.4.5",
"react-zdog": "^1.0.11",
"three": "^0.140.2",
"zdog": "^1.1.3"
},
"devDependencies": {
"@chakra-ui/system": "^2.5.6",
"@ironfish/ui-kit": "1.1.13",
"@svgr/webpack": "^6.5.1",
"@types/node": "18.15.11",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@visx/visx": "2.10.0",
"array-to-tree": "^3.3.2",
"axios": "0.26.1",
"byte-size": "^8.1.0",
"eslint": "^8.12.0",
"eslint-config-next": "^12.1.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"nps": "^5.10.0",
"nps-utils": "^1.7.0",
"prettier": "^2.6.2",
"sass": "1.53.0",
"twly": "^4.0.4",
"typescript": "^4.9.5",
"xtrace": "^0.3.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0",
"@chakra-ui/system": "^1.0.0"
},
"resolutions": {
"@types/react": "17.0.18",
"@types/react-dom": "17.0.18"
}
}