| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "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-plugin-electron": "^0.4.5",
- "vite-plugin-resolve": "^2.1.2",
- "vue": "^3.2.36",
- "vue-tsc": "^0.35.2",
- "@volar-plugins/prettier": "^1.1.4",
- "@vue/eslint-config-prettier": "^7.0.0",
- "eslint": "^8.5.0",
- "eslint-plugin-vue": "^8.2.0",
- "less": "^4.1.3",
- "less-loader": "^11.0.0",
- "prettier": "^2.5.1",
- "sass-loader": "^13.0.0",
- "vite": "^2.9.9",
- "@rushstack/eslint-patch": "^1.1.0",
- "axios": "^0.27.2",
- "crypto-js": "^4.1.1",
- "date-fns": "^2.28.0",
- "element-plus": "^2.2.5",
- "feather-icons": "^4.29.0",
- "pinia": "^2.0.14",
- "qs": "^6.10.5",
- "sass": "^1.52.3",
- "vue-feather": "^2.0.0",
- "vue-lazyload": "^3.0.0-rc.2",
- "vue-router": "^4.0.15",
- "vue-virtualised": "^0.1.8"
- },
- "env": {
- "VITE_DEV_SERVER_HOST": "127.0.0.1",
- "VITE_DEV_SERVER_PORT": 3344
- },
- "keywords": [
- "electron",
- "rollup",
- "vite",
- "vue3",
- "vue"
- ]
- }
|