-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.44 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.44 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
{
"name": "examaware2-desktop",
"version": "0.0.1",
"description": "DSZ知试",
"main": "./out/main/index.js",
"author": "hello8693 <hello8693@hello8693.xyz>",
"homepage": "https://dsz.hello8693.xyz/",
"scripts": {
"format": "prettier --write src/",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts,.vue --fix",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "vue-tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"start": "electron-vite preview",
"dev": "electron-vite dev",
"build": "npm run typecheck && electron-vite build",
"postinstall": "electron-builder install-app-deps",
"build:unpack": "npm run build && electron-builder --dir",
"build:win": "npm run build && electron-builder --win",
"build:mac": "npm run build && electron-builder --mac",
"build:linux": "npm run build && electron-builder --linux"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.2",
"@electron-toolkit/utils": "^3.0.0",
"electron-updater": "^6.6.2",
"uuid": "^11.1.0",
"vue-qrcode-reader": "^5.7.2"
},
"devDependencies": {
"@electron-toolkit/eslint-config": "^1.0.2",
"@electron-toolkit/eslint-config-ts": "^2.0.0",
"@electron-toolkit/tsconfig": "^1.0.1",
"@imengyu/vue3-context-menu": "^1.5.1",
"@rushstack/eslint-patch": "^1.11.0",
"@tsconfig/node22": "^22.0.2",
"@types/node": "^22.15.32",
"@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue-jsx": "^4.2.0",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.5.0",
"@vue/tsconfig": "^0.7.0",
"electron": "^31.7.7",
"electron-builder": "^24.13.3",
"electron-vite": "^2.3.0",
"eslint": "^9.29.0",
"eslint-plugin-oxlint": "^0.15.15",
"eslint-plugin-vue": "^9.33.0",
"jiti": "^2.4.2",
"misans": "^4.1.0",
"moment": "^2.30.1",
"npm-run-all2": "^7.0.2",
"oxlint": "^0.15.15",
"pinia": "^2.3.1",
"prettier": "^3.5.3",
"tdesign-icons-vue-next": "^0.3.6",
"tdesign-vue-next": "^1.13.2",
"typescript": "~5.7.3",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.7.0",
"vite": "^6.3.5",
"vite-plugin-vue-devtools": "^7.7.7",
"vue": "^3.5.17",
"vue-code-layout": "^1.2.1",
"vue-router": "^4.5.1",
"vue-tsc": "^2.2.10"
},
"packageManager": "pnpm@10.7.1"
}