mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 11:56:36 +08:00
3e3f1f90da
Bumps [vite-plugin-resolve](https://github.com/vite-plugin/vite-plugin-resolve) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/vite-plugin/vite-plugin-resolve/releases) - [Commits](https://github.com/vite-plugin/vite-plugin-resolve/commits) --- updated-dependencies: - dependency-name: vite-plugin-resolve dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "electron-vue-vite",
|
|
"version": "1.0.0",
|
|
"main": "dist/main/index.cjs",
|
|
"author": "草鞋没号 <308487730@qq.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "node scripts/watch.mjs",
|
|
"prebuild": "vue-tsc --noEmit --p packages/renderer/tsconfig.json && node scripts/build.mjs",
|
|
"build": "electron-builder",
|
|
"init": "git config core.hooksPath .git/hooks/ && rm -rf .git/hooks && npx simple-git-hooks",
|
|
"test:e2e": "npx playwright test",
|
|
"test:e2e:headless": "npx playwright test --headed"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.22.2",
|
|
"@vitejs/plugin-vue": "^2.3.2",
|
|
"electron": "19.0.1",
|
|
"electron-builder": "^23.0.3",
|
|
"nano-staged": "^0.8.0",
|
|
"simple-git-hooks": "^2.8.0",
|
|
"typescript": "^4.7.2",
|
|
"vite": "^2.9.8",
|
|
"vite-plugin-electron": "^0.4.5",
|
|
"vite-plugin-resolve": "^2.1.2",
|
|
"vue": "^3.2.36",
|
|
"vue-tsc": "^0.35.2"
|
|
},
|
|
"env": {
|
|
"VITE_DEV_SERVER_HOST": "127.0.0.1",
|
|
"VITE_DEV_SERVER_PORT": 3344
|
|
},
|
|
"keywords": [
|
|
"electron",
|
|
"rollup",
|
|
"vite",
|
|
"vue3",
|
|
"vue"
|
|
]
|
|
}
|