-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
59 lines (59 loc) · 1.64 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
{
"name": "rust-mumble-app",
"private": true,
"version": "0.2.2",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.126",
"@mui/material": "^5.12.0",
"@mui/styles": "^5.12.0",
"@reduxjs/toolkit": "^1.9.5",
"@tauri-apps/api": "^1.2.0",
"@types/dompurify": "^3.0.1",
"@types/lodash": "^4.14.202",
"@types/marked": "^5.0.0",
"@types/quill": "^2.0.10",
"@types/react-color": "^3.0.6",
"@types/tinycolor2": "^1.4.3",
"dayjs": "^1.11.7",
"dompurify": "^3.0.2",
"fuse.js": "^6.6.2",
"highlight.js": "^11.8.0",
"html-react-parser": "^4.0.0",
"i18next": "^23.7.16",
"i18next-http-backend": "^2.4.2",
"lru-cache": "^10.0.0",
"marked": "^5.0.2",
"marked-highlight": "^2.0.0",
"quill": "^1.3.7",
"quill-delta": "^5.1.0",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-easy-crop": "^5.0.4",
"react-i18next": "^14.0.0",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.10.0",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store#v1",
"tinycolor2": "^1.6.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^4.9.3",
"vite": "^4.2.0"
}
}