-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.31 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.31 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
71
72
73
74
75
{
"type": "module",
"packageManager": "pnpm@10.5.2",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
"tauri": "tauri",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"test": "vitest",
"up": "taze major -I"
},
"dependencies": {
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.2.3",
"@codemirror/theme-one-dark": "^6.1.2",
"@tauri-apps/api": "^2.3.0",
"@tauri-apps/plugin-fs": "2.0.0-beta.2",
"@types/crypto-js": "^4.2.2",
"@vicons/ionicons5": "^0.13.0",
"@vueuse/core": "^12.7.0",
"axios": "^1.8.1",
"better-mock": "^0.3.7",
"codemirror": "^6.0.1",
"crypto-js": "^4.2.0",
"ejs": "^3.1.10",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"naive-ui": "^2.41.0",
"vue": "^3.5.13",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.3.0",
"@iconify-json/carbon": "^1.2.8",
"@iconify/vue": "^4.3.0",
"@tauri-apps/cli": "^2.3.0",
"@types/ejs": "^3.1.5",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.13.5",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"@unocss/eslint-config": "^66.5.10",
"@unocss/eslint-plugin": "^66.5.10",
"@unocss/reset": "^66.5.10",
"@vitejs/plugin-vue": "^5.2.1",
"@vue-macros/volar": "^0.30.14",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.21.0",
"eslint-plugin-format": "^1.0.1",
"jsdom": "^26.0.0",
"pinia": "^3.0.1",
"pnpm": "^10.5.2",
"simple-git-hooks": "^2.11.1",
"taze": "^18.6.0",
"typescript": "^5.7.3",
"unocss": "^66.5.10",
"unplugin-auto-import": "^19.1.1",
"unplugin-vue-components": "^28.4.1",
"unplugin-vue-macros": "^2.14.4",
"vite": "^6.2.0",
"vite-plugin-pages": "^0.32.5",
"vitest": "^3.0.7",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.2.4"
},
"eslintConfig": {
"extends": [
"@antfu",
"@unocss"
]
}
}