-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
46 lines (46 loc) · 1.28 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
{
"name": "linyu-client",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-autostart": "^2.0.0",
"@tauri-apps/plugin-clipboard-manager": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-fs": "^2.0.0",
"@tauri-apps/plugin-global-shortcut": "^2.0.0",
"@tauri-apps/plugin-http": "^2.0.0",
"@tauri-apps/plugin-process": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"@tauri-apps/plugin-updater": "^2.0.0",
"@tauri-apps/plugin-upload": "^2.0.0",
"@tauri-apps/plugin-websocket": "^2.0.0",
"jsencrypt": "^3.3.2",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"qrcode.react": "^4.1.0",
"quill": "^2.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-focus-lock": "^2.12.1",
"react-quill": "^2.0.0",
"react-redux": "^8.0.5",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-viewer": "^3.2.2",
"redux": "^4.2.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0-rc.1",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.0.0"
}
}