-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.16 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
{
"name": "dacademy",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"gh:publish": "gh-pages --nojekyll --dist dist/"
},
"imports": {
"#*": [
"./src/*",
"./src/*.ts",
"./src/*.tsx",
"./src/*/index.ts",
"./src/*/index.tsx"
]
},
"dependencies": {
"@mdxeditor/editor": "^3.14.0",
"@react-three/drei": "^9.115.0",
"@react-three/fiber": "^8.17.10",
"@reown/appkit": "^1.0.4",
"@reown/appkit-adapter-wagmi": "^1.0.4",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-router": "^1.63.2",
"@types/three": "^0.170.0",
"@wagmi/core": "^2.14.5",
"@web3-storage/w3up-client": "^16.2.0",
"@web3modal/wagmi": "^5.1.10",
"clsx": "^2.1.1",
"gh-pages": "^6.1.1",
"glob": "^11.0.0",
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
"json5": "^2.2.3",
"multiformats": "^13.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-hot-toast": "^2.4.1",
"react-image-crop": "^11.0.7",
"react-markdown": "^9.0.1",
"react-multi-carousel": "^2.8.5",
"react-tabs": "^6.0.2",
"three": "^0.170.0",
"viem": "^2.21.16",
"wagmi": "^2.12.31"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@svgr/cli": "^8.1.0",
"@tanstack/router-cli": "^1.58.12",
"@tanstack/router-devtools": "^1.63.0",
"@tanstack/router-plugin": "^1.62.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.47",
"secp256k1": ">=5.0.1",
"tailwindcss": "^3.4.13",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}