forked from Ghost-xDD/FileFusion
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.25 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
{
"name": "filefusion",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apillon/sdk": "^3.3.0",
"@headlessui/react": "^2.0.4",
"@rainbow-me/rainbowkit": "^2.1.7",
"@react-three/drei": "^9.105.6",
"@react-three/fiber": "^8.17.10",
"@tanstack/react-query": "^5.59.0",
"avvvatars-react": "^0.4.2",
"axios": "^1.7.2",
"dayjs": "^1.11.13",
"emailjs-com": "^3.2.0",
"framer-motion": "^11.2.9",
"iron-session": "^6.3.1",
"next": "14.2.3",
"nodemailer": "^6.9.13",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-spinners": "^0.13.8",
"react-toastify": "^10.0.5",
"resend": "^3.2.0",
"three": "^0.169.0",
"truncate-eth-address": "^1.0.2",
"viem": "^2.21.17",
"wagmi": "^2.12.16"
},
"devDependencies": {
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"maath": "^0.10.4",
"postcss": "^8",
"react-intersection-observer": "^9.5.2",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}