forked from hello8693DSZ/dsz-exam-showboard
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
84 lines (84 loc) · 3.17 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
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "examshowboard",
"version": "1.2.2",
"description": "电子考试展示板",
"main": "./out/main/index.js",
"author": "Hello8693&MKStoler <hello8693@hello8693.xyz>",
"homepage": "https://edicdn.eu.org/",
"scripts": {
"preinstall": "node -e \"if (process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('Use yarn for installing: https://yarnpkg.com/en/docs/install')\"",
"format": "prettier --write .",
"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": "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",
"electron:generate-icons": "electron-icon-builder --input=./resources/icon.png --output=build --flatten",
"commitlint": "commitlint --config commitlint.config.cjs -e -V",
"prepare": "husky"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.0",
"@electron-toolkit/utils": "^3.0.0",
"@mdi/font": "7.0.96",
"@sentry/vue": "^8.20.0",
"@vueuse/core": "^10.11.0",
"core-js": "^3.34.0",
"date-fns": "^3.6.0",
"github-markdown-css": "^5.5.1",
"moment": "^2.30.1",
"pinia-plugin-persistedstate": "^3.2.1",
"roboto-fontface": "*",
"uuid": "^9.0.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-layouts": "^0.11.0",
"vue": "^3.4.34",
"vue-showdown": "^4.2.0",
"vuetify": "^3.5.8"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.2.2",
"@electron-toolkit/eslint-config": "^1.0.1",
"@electron-toolkit/eslint-config-ts": "^2.0.0",
"@electron-toolkit/tsconfig": "^1.0.1",
"@rushstack/eslint-patch": "^1.6.1",
"@types/vue": "^2.0.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"commitlint": "^19.3.0",
"core-js": "^3.34.0",
"electron": "^28.2.0",
"electron-builder": "^24.9.1",
"electron-icon-builder": "^2.0.1",
"electron-vite": "^2.0.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.32.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.9",
"pinia": "^2.1.7",
"prettier": "^3.4.2",
"raw-loader": "^4.0.2",
"roboto-fontface": "*",
"sass": "^1.71.1",
"unplugin-auto-import": "^0.18.2",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.27.3",
"unplugin-vue-router": "^0.8.4",
"vite": "^5.3.6",
"vite-plugin-optimizer": "^1.4.3",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-vuetify": "^2.0.4",
"vue-router": "^4.3.0",
"vue-tsc": "^1.8.27"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}