-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.99 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "ex-caller",
"type": "module",
"version": "1.1.0",
"private": true,
"packageManager": "[email protected]",
"author": "Typed SIGTERM",
"license": "MIT",
"homepage": "https://ex-caller.by-ts.top",
"repository": {
"type": "git",
"url": "https://github.com/typed-sigterm/ex-caller"
},
"engines": {
"node": "20"
},
"scripts": {
"build": "pnpm build:web && pnpm build:app",
"build:app": "tauri build",
"build:web": "nuxt generate",
"dev": "tauri dev",
"dev:web": "nuxt dev",
"lint": "eslint .",
"postinstall": "nuxt prepare",
"test:types": "nuxt typecheck",
"test:unit": "vitest run"
},
"dependencies": {
"@bg-dev/nuxt-naiveui": "2.0.0-rc.2",
"@iconify-json/ant-design": "^1.2.1",
"@iconify-json/ep": "^1.2.0",
"@iconify-json/vscode-icons": "^1.2.2",
"@nuxtjs/i18n": "^8.5.5",
"@pinia/nuxt": "^0.6.0",
"@tauri-apps/api": "2.0.3",
"@tauri-apps/plugin-dialog": "2.0.1",
"@tauri-apps/plugin-fs": "2.0.1",
"@tauri-apps/plugin-shell": "2.0.1",
"@unocss/nuxt": "^0.63.0",
"@vueuse/nuxt": "^11.1.0",
"driver.js": "^1.3.1",
"js-confetti": "^0.12.0",
"markdown-it-for-inline": "^2.0.1",
"mitt": "^3.0.1",
"nuxt": "3.13.1",
"nuxt-lucide-icons": "^1.0.5",
"pinia": "^2.2.4",
"postcss-preset-env": "^10.0.5",
"semver": "^7.6.3",
"unplugin-icons": "^0.20.0",
"unplugin-vue-markdown": "^0.26.2",
"vue": "^3.5.10",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@nuxt/test-utils": "^3.14.2",
"@tauri-apps/cli": "2.0.4",
"@typed-sigterm/eslint-config": "^1.3.0",
"@types/markdown-it": "^14.1.2",
"@types/semver": "^7.5.8",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.11.1",
"happy-dom": "^15.7.4",
"mock-local-storage": "^1.1.24",
"npm-run-all2": "^7.0.0",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"vue-tsc": "^2.1.6"
}
}