This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.9 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
{
"name": "trotelcoin-website-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/abril-fatface": "^5.0.12",
"@fontsource/poppins": "^5.0.8",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@hotjar/browser": "^1.0.9",
"@moralisweb3/common-evm-utils": "^2.23.1",
"@moralisweb3/next": "^2.23.1",
"@mui/base": "^5.0.0-beta.15",
"@react-three/drei": "^9.92.5",
"@react-three/fiber": "^8.15.12",
"@splinetool/loader": "^1.0.11",
"@splinetool/r3f-spline": "^1.0.2",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^1.0.11",
"@supabase/supabase-js": "^2.39.7",
"@tailwindcss/forms": "^0.5.6",
"@types/three": "^0.159.0",
"@vercel/analytics": "^1.1.1",
"@web3modal/wagmi": "^3.2.1",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.15",
"axios": "^1.6.7",
"eslint-config-next": "^14.0.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"global": "^4.4.0",
"gsap": "^3.12.4",
"i18next": "^23.5.1",
"next": "^14.0.4",
"next-compose-plugins": "^2.2.1",
"next-i18next": "^14.0.3",
"next-transpile-modules": "^10.0.1",
"nextjs-toploader": "^1.6.4",
"pino-pretty": "^10.2.3",
"react": "^18.2.0",
"react-animated-cursor": "^2.11.2",
"react-countup": "^6.5.0",
"react-dom": "^18.2.0",
"react-hotjar": "^6.2.0",
"react-intersection-observer": "^9.7.0",
"react-router": "^6.15.0",
"swr": "^2.2.5",
"tailwindcss": "^3.3.3",
"three": "^0.159.0",
"typed.js": "^2.0.16",
"vercel": "^32.5.0",
"viem": "^1.18.9",
"wagmi": "^1.4.6"
},
"devDependencies": {
"@types/node": "^20.6.0",
"@types/react": "18.2.21",
"daisyui": "^3.7.3",
"react-parallax-tilt": "^1.7.210",
"typescript": "^5.2.2"
}
}