-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 979 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 979 Bytes
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
{
"name": "acidrain",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4001",
"build": "next build",
"start": "next start -p 4001",
"lint": "next lint",
"wss": "node wss/wss"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-tabs": "^1.1.13",
"@tanstack/react-query": "^5.90.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.6.1",
"lucide-react": "^0.447.0",
"memory-cache": "^0.2.0",
"mongoose": "^8.20.2",
"next": "14.2.14",
"next-auth": "^4.24.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reactjs-popup": "^2.0.6",
"sharp": "^0.33.5",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"autoprefixer": "^10.4.22",
"eslint": "^9.39.1",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18"
}
}