-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.82 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.82 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
{
"name": "mongoose-web-client",
"version": "0.7.0",
"homepage": "https://client.rustytelephone.net/",
"dependencies": {
"@livekit/components-react": "^2.9.17",
"@monaco-editor/react": "^4.7.0",
"@react-aria/live-announcer": "^3.4.3",
"@types/marked": "^5.0.2",
"anser": "^2.3.2",
"buffer": "^6.0.3",
"buttplug": "^3.2.2",
"buttplug-wasm": "^2.0.1",
"cacophony": "^0.19.0",
"dompurify": "^3.2.6",
"eventemitter3": "^5.0.1",
"jzz": "^1.9.3",
"jzz-synth-tiny": "^1.4.3",
"livekit-client": "^2.17.0",
"lru-cache": "^10.4.3",
"marked": "^15.0.12",
"monaco-editor": "^0.52.2",
"peerjs": "^1.5.5",
"react": "^18.3.1",
"react-beforeunload": "^2.6.0",
"react-dom": "^18.3.1",
"react-focus-lock": "^2.13.6",
"react-icons": "^5.5.0",
"react-router-dom": "^6.30.1",
"react-use": "^17.6.0",
"strip-ansi": "^7.1.0",
"turndown": "^7.2.0",
"vite-plugin-commit-hash": "^1.0.8",
"web-vitals": "^3.5.2"
},
"scripts": {
"start": "vite --open",
"build": "vite build",
"serve": "vite preview",
"test": "vitest run"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions"
],
"devDependencies": {
"@playwright/test": "^1.58.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/node": "^20.19.4",
"@types/react": "^18.3.23",
"@types/react-beforeunload": "^2.1.5",
"@types/react-dom": "^18.3.7",
"@types/turndown": "^5.0.5",
"@vitejs/plugin-react": "^4.6.0",
"cross-env": "^7.0.3",
"jsdom": "^26.1.0",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-pwa": "^1.0.1",
"vitest": "^1.6.1"
}
}