-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.07 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
70
71
72
73
74
75
76
77
{
"name": "next-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:watch": "vitest --watch"
},
"dependencies": {
"3d-force-graph": "^1.73.3",
"@coinbase/onchainkit": "^0.26.16",
"@rainbow-me/rainbowkit": "^2.1.4",
"@react-three/drei": "^9.109.2",
"@react-three/fiber": "^8.16.8",
"@tanstack/react-query": "^5.51.21",
"@types/crypto-js": "^4.2.2",
"@types/d3": "^7.4.3",
"@types/formidable": "^3.4.5",
"@types/lodash": "^4.17.7",
"@types/mocha": "^10.0.7",
"@types/node": "20.1.4",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/three": "^0.165.0",
"autoprefixer": "10.4.14",
"axios": "^1.7.3",
"crypto-js": "^4.2.0",
"d3": "^7.9.0",
"d3-3d": "^1.0.0",
"encoding": "^0.1.13",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"ethers": "^6.13.2",
"formidable": "^3.5.1",
"framer-motion": "^11.3.21",
"i18next": "23.2.3",
"identity": "link:@coinbase/onchainkit/identity",
"install": "^0.13.0",
"lodash": "^4.17.21",
"next": "14.2.5",
"next-pwa": "^5.6.0",
"onchainkit": "^0.0.1",
"onchainkit:latest": "link:@coinbase/onchainkit:latest",
"pinata": "^0.1.6",
"pino-pretty": "^11.2.2",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-force-graph-2d": "^1.25.5",
"react-force-graph-3d": "^1.24.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"tailwindcss": "3.3.2",
"three": "^0.165.0",
"three-csg-ts": "^3.2.0",
"three-spritetext": "^1.8.2",
"three-stdlib": "^2.30.5",
"tsd": "^0.31.1",
"typescript": "5.0.4",
"viem": "~2.17.11",
"wagmi": "^2.12.2",
"wallet": "link:@coinbase/onchainkit/wallet"
},
"devDependencies": {
"@testing-library/react": "^16.0.0",
"@vitejs/plugin-react": "^4.3.1",
"jsdom": "^24.1.1",
"vitest": "^1.6.0"
},
"resolutions": {
"i18next": "23.2.3"
}
}