-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.79 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.79 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
{
"name": "gecko",
"private": true,
"version": "0.5.0",
"license": "AGPL-3.0",
"type": "module",
"scripts": {
"dev": "tsx server.ts",
"build": "vite build",
"preview": "vite preview",
"start": "NODE_ENV=production tsx server.ts",
"clean": "rm -rf dist",
"lint": "tsc --noEmit",
"test": "vitest run"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@tailwindcss/vite": "^4.1.14",
"@types/react": "^19.2.15",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"@types/react-window": "^1.8.8",
"@vitejs/plugin-react": "^5.0.4",
"axios": "^1.13.6",
"bcryptjs": "^3.0.2",
"better-sqlite3": "^12.8.0",
"clsx": "^2.1.1",
"cors": "^2.8.6",
"cronstrue": "^3.14.0",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.45.2",
"express": "^4.21.2",
"formik": "^2.4.9",
"helmet": "^8.2.0",
"hls.js": "^1.6.15",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.546.0",
"motion": "^12.23.24",
"mpegts.js": "^1.8.0",
"node-cron": "^4.2.1",
"p-limit": "^7.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.13.1",
"react-virtualized-auto-sizer": "^2.0.3",
"react-window": "^1.8.10",
"tailwind-merge": "^3.5.0",
"vite": "^6.2.0",
"xml2js": "^0.6.2",
"yup": "^1.7.1"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/cors": "^2.8.19",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^22.14.0",
"@types/react-native": "^0.72.8",
"autoprefixer": "^10.4.21",
"drizzle-kit": "^0.31.10",
"tailwindcss": "^4.1.14",
"tsx": "^4.21.0",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vitest": "^4.1.2"
}
}