forked from Sjj1024/PakePlus
-
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) · 2.34 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.34 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": "pakeplus",
"private": true,
"version": "0.5.30",
"type": "module",
"scripts": {
"tauri dev": "tauri dev",
"tauri debug": "tauri build --debug",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"icon": "tauri icon",
"tauri build": "tauri build",
"tauri preview": "tauri preview",
"update tauri": "cd src-tauri && cargo update"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.3",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@element-plus/icons-vue": "^2.3.1",
"@tauri-apps/api": "^2.5.0",
"@tauri-apps/plugin-clipboard-manager": "^2.2.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-fs": "^2.2.0",
"@tauri-apps/plugin-http": "^2.2.0",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-os": "^2.2.0",
"@tauri-apps/plugin-process": "~2.2.1",
"@tauri-apps/plugin-shell": "^2.2.0",
"@tauri-apps/plugin-store": "^2.2.0",
"@tauri-apps/plugin-updater": "^2.7.1",
"@tauri-apps/plugin-window-state": "^2.2.1",
"axios": "^1.7.9",
"codemirror": "^6.0.1",
"crypto-js": "^4.2.0",
"element-plus": "^2.8.2",
"js-base64": "^3.7.7",
"pinia": "^2.2.2",
"qrcode": "^1.5.4",
"sass-loader": "^16.0.1",
"vconsole": "^3.15.1",
"vue": "^3.3.4",
"vue-codemirror": "^6.1.1",
"vue-cropper": "^1.1.4",
"vue-gtag": "^3.1.1",
"vue-i18n": "^10.0.0",
"vue-router": "4"
},
"devDependencies": {
"@tauri-apps/cli": "^2.5.0",
"@types/node": "^22.5.4",
"@vite-pwa/vitepress": "^1.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"fs-extra": "^11.3.0",
"png2icons": "^2.0.1",
"rollup-plugin-visualizer": "^5.14.0",
"sass": "^1.86.0",
"sharp": "^0.33.5",
"typescript": "~5.6.2",
"unplugin-auto-import": "^19.1.1",
"unplugin-vue-components": "^28.4.1",
"vite": "^6.0.3",
"vitepress": "^1.6.3",
"vue-tsc": "^2.1.10"
}
}