-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.58 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": "mongoose-web-client",
"version": "0.6.2",
"homepage": "https://client.rustytelephone.net/",
"dependencies": {
"@livekit/components-react": "<1.5.0",
"@monaco-editor/react": "^4.6.0",
"@react-aria/live-announcer": "^3.4.0",
"@types/crypto-js": "^4.2.2",
"@types/dompurify": "^3.0.5",
"@types/marked": "^5.0.2",
"anser": "^2.3.0",
"buffer": "^6.0.3",
"cacophony": "^0.13.5",
"crypto-js": "^4.2.0",
"dompurify": "^3.1.7",
"eventemitter3": "^5.0.1",
"livekit-client": "^1.15.13",
"lru-cache": "^10.4.3",
"marked": "^15.0.3",
"monaco-editor": "^0.52.0",
"react": "^18.3.1",
"react-beforeunload": "^2.6.0",
"react-dom": "^18.3.1",
"react-focus-lock": "^2.13.2",
"react-icons": "^5.3.0",
"react-router-dom": "^6.28.0",
"react-use": "^17.5.1",
"strip-ansi": "^7.1.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"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions"
],
"devDependencies": {
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-beforeunload": "^2.1.5",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"cross-env": "^7.0.3",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.21.1",
"vitest": "^1.6.0"
}
}