forked from mosheng1/QuickClipboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.76 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
{
"name": "quickclipboard",
"private": true,
"version": "0.3.0-beta.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:dev:no-watch": "tauri dev --no-watch",
"tauri:dev:community": "node scripts/community-build.js --dev",
"tauri:build": "tauri build",
"tauri:build:community": "node scripts/community-build.js"
},
"devDependencies": {
"@tauri-apps/cli": "^2.9.4",
"@unocss/reset": "^66.5.4",
"@vitejs/plugin-react": "^5.1.0",
"autoprefixer": "^10.4.21",
"babel-plugin-react-compiler": "^1.0.0",
"postcss": "^8.5.6",
"unocss": "^66.5.4",
"vite": "^7.0.4",
"vite-plugin-wasm": "^3.4.1"
},
"dependencies": {
"@codemirror/commands": "^6.10.0",
"@codemirror/state": "^6.5.2",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.38.6",
"@crabnebula/tauri-plugin-drag": "^2",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@pixi/graphics-smooth": "^1.1.1",
"@tabler/icons-webfont": "^3.35.0",
"@tauri-apps/api": "^2.9.0",
"@tauri-apps/plugin-dialog": "^2.4.2",
"@tauri-apps/plugin-fs": "^2.4.4",
"@tauri-apps/plugin-http": "^2.5.2",
"@tauri-apps/plugin-opener": "^2.5.0",
"@tauri-apps/plugin-process": "^2.0.0",
"@tauri-apps/plugin-updater": "^2.1.0",
"dompurify": "^3.3.0",
"emoji-picker-element-data": "^1.8.0",
"i18next": "^25.6.0",
"i18next-browser-languagedetector": "^8.2.0",
"pixi.js": "^7.4.3",
"qrcode": "^1.5.4",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.2.1",
"react-virtuoso": "^4.14.1",
"valtio": "^2.1.8"
}
}