electron-vite-vue/package.json
dependabot[bot] d2e4d619d1
chore(deps-dev): bump vue-tsc from 0.40.13 to 1.0.9
Bumps [vue-tsc](https://github.com/johnsoncodehk/volar/tree/HEAD/vue-language-tools/vue-tsc) from 0.40.13 to 1.0.9.
- [Release notes](https://github.com/johnsoncodehk/volar/releases)
- [Changelog](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/johnsoncodehk/volar/commits/v1.0.9/vue-language-tools/vue-tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 02:16:06 +00:00

39 lines
894 B
JSON

{
"name": "electron-vue-vite",
"version": "2.1.0",
"main": "dist-electron/main/index.js",
"description": "Really simple Electron + Vue + Vite boilerplate.",
"author": "草鞋没号 <308487730@qq.com>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.2",
"electron": "^21.1.0",
"electron-builder": "^23.3.3",
"typescript": "^4.8.4",
"vite": "^3.1.4",
"vite-electron-plugin": "^0.5.0",
"vite-plugin-electron-renderer": "^0.10.1",
"vue": "^3.2.40",
"vue-tsc": "^1.0.9"
},
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344"
}
},
"keywords": [
"electron",
"rollup",
"vite",
"vue3",
"vue"
]
}