-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
84 lines (84 loc) · 2.41 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
78
79
80
81
82
83
84
{
"name": "profire-case",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@alch/alchemy-web3": "^1.4.7",
"@babylonjs/core": "^6.19.1",
"@babylonjs/loaders": "^6.19.1",
"@tokenbound/sdk": "^0.3.4",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@walletconnect/auth-client": "^2.1.1",
"@walletconnect/core": "^2.10.0",
"@walletconnect/node": "^1.0.0",
"@walletconnect/qrcode-modal": "^1.8.0",
"@walletconnect/react-native-dapp": "^1.8.0",
"@walletconnect/sign-client": "^2.10.0",
"@walletconnect/types": "^2.10.0",
"@walletconnect/utils": "^2.10.0",
"@walletconnect/web3-provider": "^1.8.0",
"@walletconnect/web3wallet": "^1.8.7",
"@web3auth/base": "^4.3.2",
"@web3auth/core": "^4.3.2",
"abitype": "^0.8.11",
"ao-mesher": "^0.2.10",
"babylonjs": "^6.21.2",
"babylonjs-loaders": "^6.19.1",
"babylonjs-materials": "^6.19.1",
"eslint-config-next": "13.2.3",
"function-bind": "^1.1.1",
"leaflet": "^1.7.1",
"lokijs": "^1.5.12",
"ndarray": "^1.0.19",
"ndarray-fill": "^1.0.2",
"next-intl": "^1.4.4",
"react-hot-toast": "^2.2.0",
"react-router-dom": "^6.15.0",
"typescript": "^5.1.6",
"valtio": "^1.11.2",
"viem": "^1.6.0",
"vox.js": "^1.1.0",
"web3": "^1.10.2"
},
"devDependencies": {
"@antv/g2": "^4.2.10",
"@types/node": "^20.5.9",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@web3auth/torus-evm-adapter": "^4.6.0",
"ali-oss": "^6.18.0",
"autoprefixer": "^10.4.15",
"axios": "^1.3.4",
"classnames": "^2.3.2",
"echarts": "^5.4.1",
"eslint": "^8.47.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unused-imports": "^3.0.0",
"moment": "^2.29.1",
"next": "^12.3.4",
"prettier": "^3.0.2",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.2",
"rekv": "^1.2.2",
"tailwindcss": "^2.2.4",
"web3modal": "^1.9.4"
},
"browser": {
"crypto": false,
"fs": false
}
}