-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.94 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 2.94 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "@snooze/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@nestjs/common": "^11.0.12",
"@nestjs/core": "^11.0.12",
"@nestjs/passport": "^11.0.5",
"@nestjs/platform-express": "^11.0.12",
"@nestjs/schematics": "^11.0.2",
"@nestjs/testing": "^11.0.12",
"@nx/js": "20.6.2",
"@nx/nest": "^20.6.2",
"@nx/node": "20.6.2",
"@nx/react": "^20.6.2",
"@nx/vite": "20.6.2",
"@nx/web": "20.6.2",
"@nx/webpack": "20.6.2",
"@nx/workspace": "20.6.2",
"@swc-node/register": "~1.10.10",
"@swc/core": "~1.11.11",
"@swc/helpers": "^0.5.15",
"@tailwindcss/postcss": "^4.0.15",
"@types/bcrypt": "^5.0.2",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^22.13.10",
"@types/passport-jwt": "^4.0.1",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"@types/react-window": "^1.8.8",
"@types/simple-peer": "^9.11.8",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/ui": "^3.0.9",
"autoprefixer": "^10.4.21",
"axios": "^1.8.4",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"jiti": "2.4.2",
"jsdom": "~26.0.0",
"nx": "20.6.2",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"postcss": "8.5.3",
"prettier": "^3.5.3",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"socket.io-client": "^4.8.1",
"tailwindcss": "^4.0.15",
"tslib": "^2.8.1",
"typescript": "~5.8.2",
"vite": "^6.2.2",
"vitest": "^3.0.9",
"webpack-cli": "^6.0.1",
"zustand": "^5.0.3"
},
"dependencies": {
"@chakra-ui/react": "^3.13.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@excalidraw/excalidraw": "^0.18.0",
"@fastify/cors": "^11.0.1",
"@fastify/static": "^8.1.1",
"@fastify/websocket": "^11.0.2",
"@nestjs/axios": "^4.0.0",
"@nestjs/common": "^11.0.12",
"@nestjs/core": "^11.0.12",
"@nestjs/jwt": "^11.0.0",
"@nestjs/mapped-types": "^2.1.0",
"@nestjs/platform-fastify": "^11.0.12",
"@nestjs/platform-socket.io": "^11.0.12",
"@nestjs/platform-ws": "^11.0.12",
"@nestjs/serve-static": "^5.0.3",
"@nestjs/swagger": "^11.0.7",
"@nestjs/websockets": "^11.0.12",
"@prisma/client": "^6.5.0",
"@tldraw/sync": "^3.11.0",
"@tldraw/sync-core": "^3.11.0",
"bcrypt": "^5.1.1",
"fastify": "^5.2.2",
"framer-motion": "^12.5.0",
"lodash": "^4.17.21",
"lodash.throttle": "^4.1.1",
"next-themes": "^0.4.6",
"prisma": "^6.5.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.5.0",
"react-router-dom": "7.4.0",
"react-window": "^1.8.11",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"simple-peer": "^9.11.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"swagger-ui-express": "^5.0.1",
"tldraw": "^3.11.0",
"unfurl.js": "^6.4.0",
"ws": "^8.18.1",
"zustand": "^5.0.3"
}
}