|
- {
- "name": "vitesse-python",
- "type": "module",
- "private": true,
- "packageManager": "pnpm@7.8.0",
- "description": "基于vitesse,pywebview的python桌面应用",
- "author": "Marlene <1677568218@qq.com>",
- "scripts": {
- "dev": "vite --port 3333 --open ",
- "dev:app": "python app\\main.py --port 3333 --dev 'True'",
- "lint": "eslint .",
- "preview": "vite preview",
- "preview-https": "serve dist",
- "typecheck": "vue-tsc --noEmit",
- "up": "taze major -I",
- "inits": "pnpm install && run-script-os",
- "inits:windows": "python app\\spec\\getSpec.py && pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r .\\app\\assets\\requirements.txt",
- "start": "vite build && run-script-os",
- "start:windows": "python -X dev .\\app\\main.py",
- "pre": "shx rm -rf build && vite build && run-script-os",
- "pre:windows": "pyinstaller --clean .\\app\\spec\\windows-pre.spec",
- "pre:folder": "shx rm -rf build && vite build && pyinstaller --clean .\\app\\spec\\windows-folder-pre.spec",
- "build": "shx rm -rf build && vite build && run-script-os",
- "build:windows": "pyinstaller -w --clean .\\app\\spec\\windows.spec",
- "build:folder": "shx rm -rf build && vite build && pyinstaller --clean .\\app\\spec\\windows-folder.spec"
- },
- "dependencies": {
- "@unocss/reset": "^0.46.5",
- "@vueuse/core": "^9.5.0",
- "@vueuse/head": "^1.0.18",
- "nprogress": "^0.2.0",
- "pinia": "^2.0.25",
- "run-script-os": "^1.1.6",
- "shx": "^0.3.4",
- "vue": "^3.2.45",
- "vue-demi": "^0.13.11",
- "vue-i18n": "^9.2.2",
- "vue-router": "^4.1.6"
- },
- "devDependencies": {
- "@antfu/eslint-config": "^0.31.0",
- "@iconify-json/carbon": "^1.1.11",
- "@intlify/vite-plugin-vue-i18n": "^6.0.3",
- "@types/markdown-it-link-attributes": "^3.0.1",
- "@types/nprogress": "^0.2.0",
- "@vitejs/plugin-vue": "^3.2.0",
- "@vue-macros/volar": "^0.5.4",
- "@vue/test-utils": "^2.2.4",
- "critters": "^0.0.16",
- "cross-env": "^7.0.3",
- "eslint": "^8.28.0",
- "https-localhost": "^4.7.1",
- "markdown-it-link-attributes": "^4.0.1",
- "markdown-it-shiki": "^0.6.1",
- "pnpm": "^7.17.0",
- "shiki": "^0.11.1",
- "taze": "^0.8.4",
- "typescript": "^4.9.3",
- "unocss": "^0.46.5",
- "unplugin-auto-import": "^0.11.5",
- "unplugin-vue-components": "^0.22.11",
- "unplugin-vue-macros": "^1.0.0",
- "vite": "^3.2.4",
- "vite-plugin-inspect": "^0.7.9",
- "vite-plugin-pages": "^0.27.1",
- "vite-plugin-pwa": "^0.13.3",
- "vite-plugin-vue-component-preview": "^0.3.3",
- "vite-plugin-vue-layouts": "^0.7.0",
- "vite-plugin-vue-markdown": "^0.22.1",
- "vite-ssg": "^0.22.0",
- "vite-ssg-sitemap": "^0.4.3",
- "vue-tsc": "^1.0.9"
- },
- "version": "1.0.0",
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/MarleneJiang/vitesse-python.git"
- },
- "keywords": [
- "qt5"
- ],
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/MarleneJiang/vitesse-python/issues"
- },
- "homepage": "https://github.com/MarleneJiang/vitesse-python#readme"
- }
|