-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.31 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
{
"name": "kiwi",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.1",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/language": "^6.10.8",
"@codemirror/lint": "^6.8.2",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.34.1",
"@element-plus/icons-vue": "^2.3.1",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-clipboard-manager": "^2.2.0",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-fs": "^2.0.1",
"@tauri-apps/plugin-global-shortcut": "^2.0.0",
"@tauri-apps/plugin-os": "^2.0.0",
"@tauri-apps/plugin-shell": ">=2.0.0",
"@tauri-apps/plugin-store": "^2.1.0",
"@vueuse/core": "^11.1.0",
"codemirror": "^6.0.1",
"codemirror-show-hint": "^5.58.3",
"codemirror-show-hint-addon-options": "^5.59.1",
"codemirror-show-hint-options": "^5.58.2",
"element-plus": "^2.8.5",
"eslint-linter-browserify": "^9.12.0",
"vue": "^3.3.4",
"vue-codemirror6": "^1.3.4",
"vue-router": "^4.4.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@tauri-apps/cli": ">=2.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"vite": "^5.3.1"
}
}