-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.36 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "michaelserver",
"version": "12.18.3",
"description": "",
"main": "server.js",
"scripts": {
"dev": "next dev --port 3017",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"author": "michael-zhang",
"license": "ISC",
"dependencies": {
"@types/react-dom": "^19.1.3",
"@vercel/analytics": "^1.5.0",
"body-parser": "^1.20.3",
"child_process": "^1.0.2",
"cookie-parser": "^1.4.7",
"cookieparser": "^0.1.0",
"cors": "^2.8.5",
"debug": "^4.3.2",
"express": "^4.21.1",
"fs": "^0.0.1-security",
"googleapis": "^39.2.0",
"http": "^0.0.1-security",
"http-proxy": "^1.18.1",
"http-proxy-middleware": "^2.0.6",
"mongodb": "^5.9.2",
"mongoose": "^7.3.1",
"multer": "^1.4.5-lts.1",
"next": "^16.1.6",
"path": "^0.12.7",
"pg": "^8.9.0",
"querystring": "^0.2.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"readline": "^1.3.0",
"request": "^2.88.2",
"socket.io": "^4.8.0",
"web-push": "^3.6.7"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"utf-8-validate": "^5.0.10"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.5",
"@types/react": "19.1.2",
"eslint": "^9.26.0",
"eslint-config-next": "^16.1.6",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.18",
"typescript": "5.8.3"
}
}