-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.44 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
{
"name": "dograter",
"version": "1.0.0",
"private": true,
"scripts": {
"wss": "node server/websocket.js",
"dev": "concurrently \"next dev\" \"npm run wss\"",
"build": "next build",
"start": "next start",
"prod": "next build && concurrently \"next start\" \"npm run wss\"",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@types/canvas-confetti": "^1.6.4",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"axios": "^1.6.7",
"canvas-confetti": "^1.9.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"concurrently": "^8.2.2",
"eslint": "8.49.0",
"eslint-config-next": "13.5.1",
"framer-motion": "^11.0.8",
"lucide-react": "^0.446.0",
"mongoose": "^8.1.3",
"next": "^15.0.3",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2",
"ws": "^8.16.0"
},
"devDependencies": {
"@types/node": "^22.9.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "3.3.3"
}
}