-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.3 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.3 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
{
"private": true,
"packageManager": "pnpm@7.0.0",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"test": "vitest",
"tauri": "tauri init",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build"
},
"dependencies": {
"@meoc/utils": "^0.1.8",
"@tauri-apps/api": "1.0.2",
"@vueuse/core": "^9.2.0",
"cheerio": "1.0.0-rc.12",
"json5": "^2.2.1",
"monaco-editor": "^0.34.0",
"qs": "^6.11.0",
"vanilla-jsoneditor": "^0.7.0",
"vue": "^3.2.38",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@antfu/eslint-config": "^0.26.3",
"@iconify-json/carbon": "^1.1.7",
"@tauri-apps/cli": "1.0.5",
"@types/node": "^18.7.14",
"@types/qs": "^6.9.7",
"@vicons/antd": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/test-utils": "^2.0.2",
"eslint": "^8.23.0",
"jsdom": "^20.0.0",
"less": "^4.1.3",
"naive-ui": "^2.33.2",
"pnpm": "^7.11.0",
"typescript": "^4.8.2",
"unocss": "^0.45.18",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.4",
"vfonts": "^0.0.3",
"vite": "^3.1.0",
"vitest": "^0.23.1",
"vue-tsc": "^0.40.10"
}
}