-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
62 lines (62 loc) · 1.88 KB
/
package.json
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
{
"name": "rc-voice-ts",
"version": "0.1.0",
"private": true,
"main": "main.js",
"description": "rc-voice-client",
"author": "null",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"electron-dev": "concurrently \"npm run dev\" \"electron . --dev\"",
"electron-start": "electron .",
"electron-build": "next build && electron-builder",
"electron-build-win": "next build && electron-builder --win",
"electron-build-mac": "next build && electron-builder --mac",
"electron-build-linux": "next build && electron-builder --linux"
},
"dependencies": {
"@hello-pangea/dnd": "^18.0.1",
"@radix-ui/themes": "^3.2.0",
"@reduxjs/toolkit": "^2.5.1",
"axios": "^1.8.1",
"better-sqlite3": "^11.8.1",
"discord-rpc": "^4.0.1",
"dompurify": "^3.2.4",
"electron-serve": "1.3.0",
"formidable": "^3.5.2",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.474.0",
"next": "15.1.6",
"quick.db": "^9.1.7",
"radix-ui": "^1.1.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.3",
"react-redux": "^9.2.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"concurrently": "^8.2.2",
"electron": "^29.1.0",
"electron-builder": "^24.12.0",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}