{ "name": "ChatGPT-T", "version": "0.0.0", "private": false, "description": "ChatGPT Tauri", "author": "hzg1226620085@gmail.com", "homepage": "https://github.com/huangzonggui/ChatGPT-Desktop", "keywords": [ "chatgpt-tauri", "chatgpt", "chatbot", "vue", "tauri", "desktop", "access token", "app" ], "scripts": { "dev:fe": "vite", "build:fe": "run-p type-check build-only:fe", "build": "tauri build", "preview:fe": "vite preview", "build-only:fe": "vite build", "type-check": "vue-tsc --noEmit", "lint": "eslint .", "lint:fix": "eslint . --fix", "bootstrap": "pnpm install && pnpm run common:prepare", "common:cleanup": "rimraf node_modules && rimraf pnpm-lock.yaml", "common:prepare": "husky install", "tauri": "tauri", "updater": "tr updater", "release": "tr release --git" }, "dependencies": { "@tauri-apps/api": "^1.2.0", "@traptitech/markdown-it-katex": "^3.6.0", "@types/lodash": "^4.14.191", "@vueuse/core": "^9.13.0", "gpt3-tokenizer": "^1.1.5", "highlight.js": "^11.7.0", "html2canvas": "^1.4.1", "katex": "^0.16.4", "lodash": "^4.17.21", "markdown-it": "^13.0.1", "naive-ui": "^2.34.3", "pinia": "^2.0.32", "vue": "^3.2.47", "vue-i18n": "^9.2.2", "vue-router": "^4.1.6" }, "devDependencies": { "@antfu/eslint-config": "^0.35.3", "@commitlint/cli": "^17.4.4", "@commitlint/config-conventional": "^17.4.4", "@iconify/vue": "^4.1.0", "@tauri-apps/cli": "^1.2.3", "@tauri-release/cli": "^0.2.5", "@types/crypto-js": "^4.1.1", "@types/katex": "^0.16.0", "@types/markdown-it": "^12.2.3", "@types/node": "^18.14.6", "@vitejs/plugin-vue": "^4.0.0", "autoprefixer": "^10.4.13", "axios": "^1.3.4", "crypto-js": "^4.1.1", "eslint": "^8.35.0", "husky": "^8.0.3", "less": "^4.1.3", "lint-staged": "^13.1.2", "npm-run-all": "^4.1.5", "postcss": "^8.4.21", "rimraf": "^4.2.0", "tailwindcss": "^3.2.7", "typescript": "~4.9.5", "vite": "^4.1.4", "vite-plugin-pwa": "^0.14.4", "vue-tsc": "^1.2.0" }, "lint-staged": { "*.{ts,tsx,vue}": [ "pnpm lint:fix" ] } }