-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (45 loc) · 1.08 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
{
"name": "nextwordweb",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@videojs-player/react": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"jotai": "^2.9.0",
"lucide-react": "^0.408.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"video.js": "^8.16.1"
},
"devDependencies": {
"@rainbow-me/rainbowkit": "^2.1.3",
"@tanstack/react-query": "^5.51.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@wagmi/core": "^2.12.0",
"daisyui": "^4.12.10",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"gif-tsx": "^0.1.5",
"nanoid": "^5.0.7",
"postcss": "^8",
"react-joystick-component": "^6.2.1",
"react-scroll": "^1.9.0",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"wagmi": "^2.11.0",
"zod": "^3.23.8",
"zustand": "^4.5.4"
}
}