-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.89 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.89 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
{
"name": "gitsplit",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@heroicons/react": "^2.1.3",
"@material-tailwind/react": "^2.1.9",
"@radix-ui/react-label": "^2.0.2",
"@rainbow-me/rainbowkit": "^2.0.4",
"@react-three/drei": "^9.102.6",
"@react-three/fiber": "^8.16.0",
"@supabase/supabase-js": "^2.41.1",
"@tabler/icons-react": "^3.1.0",
"@tanstack/react-query": "^5.28.9",
"@thirdweb-dev/react": "^4.4.28",
"@thirdweb-dev/sdk": "^4.0.54",
"axios": "^1.6.8",
"clsx": "^2.1.0",
"ethers": "^5.7.2",
"framer-motion": "^11.0.24",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-parallax-tilt": "^1.7.219",
"react-router-dom": "^6.22.3",
"react-scroll-motion": "^0.3.3",
"react-youtube": "^10.1.0",
"sort-by": "^1.2.0",
"tailwind-merge": "^2.2.2",
"thirdweb": "^0.13.56",
"three": "^0.162.0",
"three-globe": "^2.31.0",
"web3": "^4.7.0"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.2",
"vite": "^5.2.0"
}
}