-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 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
{
"name": "hack",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^3.1.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@next-auth/firebase-adapter": "^2.0.1",
"@notionhq/client": "^2.2.15",
"@rainbow-me/rainbowkit": "^2.2.3",
"@tanstack/react-query": "^5.66.0",
"@types/nodemailer": "^6.4.17",
"@vercel/analytics": "^1.4.1",
"cjs-loader": "^0.1.0",
"dotenv": "^16.4.7",
"firebase-admin": "^13.0.2",
"framer-motion": "^11.11.17",
"fuse.js": "^7.0.0",
"googleapis": "^144.0.0",
"lucide-react": "^0.460.0",
"next": "15.0.3",
"next-auth": "^4.24.11",
"next-themes": "^0.4.3",
"nodemailer": "^6.9.16",
"notion-client": "^7.1.5",
"notion-compat": "^7.1.5",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-icons": "^5.4.0",
"react-notion-x": "^7.2.5",
"react-select": "^5.9.0",
"use-mask-input": "^3.4.2",
"viem": "2.x",
"wagmi": "^2.14.11"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"typescript": "^5"
}
}