-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.93 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.93 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "sync",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"dev:start": "vite build & nodemon index.js",
"build": "vite build",
"watch:server": "nodemon index.js",
"start": "node index.js",
"lint": "eslint .",
"preview": "vite preview",
"cy:open": "cypress open"
},
"dependencies": {
"@reduxjs/toolkit": "^2.8.2",
"@socket.io/redis-streams-adapter": "^0.2.2",
"argon2": "^0.43.0",
"axios": "^1.10.0",
"connect-redis": "^9.0.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"express-session": "^1.18.1",
"express-validator": "^7.2.1",
"googleapis": "^150.0.1",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.516.0",
"mongoose": "^8.16.0",
"multer": "^2.0.1",
"node-stdlib-browser": "^1.3.1",
"nodemailer": "^7.0.3",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-device-detect": "^2.2.3",
"react-dom": "^19.1.0",
"react-hook-form": "^7.58.0",
"react-hot-toast": "^2.5.2",
"react-redux": "^9.2.0",
"react-router-dom": "^7.6.2",
"redis": "^4.7.1",
"simple-peer": "^9.11.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"styled-components": "^6.1.19",
"use-immer": "^0.11.0",
"uuid": "^11.1.0",
"vite-compatible-readable-stream": "^3.6.1",
"winston": "^3.17.0"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@tailwindcss/vite": "^4.1.10",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react-swc": "^3.9.0",
"autoprefixer": "^10.4.21",
"cypress": "^14.5.0",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"nodemon": "^3.1.10",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.10",
"vite": "^6.3.5"
}
}