-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "be-the-nation",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "next start",
"dev": "next dev --turbopack",
"backend": "npm run start --prefix backend",
"build": "next build",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-toast": "^1.2.11",
"@rainbow-me/rainbowkit": "^2.2.4",
"@tanstack/react-query": "^5.74.7",
"class-variance-authority": "^0.7.1",
"cors": "^2.8.5",
"daisyui": "^5.0.43",
"framer-motion": "^12.9.2",
"lucide-react": "^0.503.0",
"next": "15.3.1",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-toastify": "^11.0.5",
"swr": "^2.3.3",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.29.4",
"wagmi": "^2.15.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"tailwindcss": "^4.1.11",
"typescript": "^5"
}
}