ExamShowboard-Legacy/package.json
dependabot[bot] 85d1937b94
chore(deps): bump vuetify from 3.7.5 to 3.7.6 (#87)
Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 3.7.5 to 3.7.6.
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v3.7.6/packages/vuetify)

---
updated-dependencies:
- dependency-name: vuetify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-20 06:37:42 +08:00

85 lines
3.2 KiB
JSON

{
"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.4.47",
"@sentry/vue": "^8.47.0",
"@vueuse/core": "^12.0.0",
"core-js": "^3.39.0",
"date-fns": "^4.1.0",
"github-markdown-css": "^5.8.1",
"moment": "^2.30.1",
"pinia-plugin-persistedstate": "^4.2.0",
"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.7.6"
},
"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.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^13.0.0",
"commitlint": "^19.3.0",
"core-js": "^3.39.0",
"electron": "^33.2.1",
"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.11",
"pinia": "^2.3.0",
"prettier": "^3.4.2",
"raw-loader": "^4.0.2",
"roboto-fontface": "*",
"sass": "^1.71.1",
"unplugin-auto-import": "^0.19.0",
"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": "^2.1.10"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}