-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathpackage.json
51 lines (51 loc) · 1.54 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
{
"name": "pakeplus",
"private": true,
"version": "0.5.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"icon": "tauri icon",
"tauri dev": "tauri dev",
"tauri build": "tauri build",
"tauri debug": "tauri build --debug",
"tauri preview": "tauri preview"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@element-plus/icons-vue": "^2.3.1",
"@tauri-apps/api": "^2",
"@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-shell": "^2.2.0",
"axios": "^1.7.9",
"codemirror": "^6.0.1",
"element-plus": "^2.8.2",
"pinia": "^2.2.2",
"sass": "^1.78.0",
"sass-loader": "^16.0.1",
"vue": "^3.3.4",
"vue-codemirror": "^6.1.1",
"vue-cropper": "^1.1.4",
"vue-i18n": "^10.0.0",
"vue-router": "4"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/node": "^22.5.4",
"@vitejs/plugin-vue": "^5.2.1",
"png2icons": "^2.0.1",
"sharp": "^0.33.5",
"typescript": "~5.6.2",
"vite": "^6.0.3",
"vue-tsc": "^2.1.10"
}
}