| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "name": "chat-web",
- "version": "0.0.0",
- "private": true,
- "keywords": [
- "chatgpt-web",
- "chatgpt",
- "chatbot",
- "vue"
- ],
- "scripts": {
- "dev": "vite",
- "build": "run-p type-check build-only",
- "preview": "vite preview",
- "test:unit": "vitest",
- "build-only": "vite build",
- "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
- "format": "prettier --write src/"
- },
- "dependencies": {
- "@traptitech/markdown-it-katex": "^3.6.0",
- "@vicons/tabler": "^0.12.0",
- "@vueuse/core": "^9.13.0",
- "date-fns": "^2.29.3",
- "element-plus": "^2.3.12",
- "eruda": "^3.0.0",
- "eruda-code": "^2.1.0",
- "highlight.js": "^11.7.0",
- "katex": "^0.16.4",
- "mitt": "^3.0.0",
- "naive-ui": "^2.34.3",
- "pinia": "^2.1.6",
- "qrcode.vue": "^3.3.4",
- "qs": "^6.11.1",
- "query-string": "^8.1.0",
- "resolve-url": "^0.2.1",
- "vite-plugin-imagemin": "^0.6.1",
- "vue": "^3.3.4",
- "vue-i18n": "^9.2.2",
- "vue-router": "^4.2.4"
- },
- "devDependencies": {
- "@antfu/eslint-config": "^0.35.3",
- "@commitlint/cli": "^17.4.4",
- "@commitlint/config-conventional": "^17.4.4",
- "@iconify/vue": "^4.1.0",
- "@rushstack/eslint-patch": "^1.3.2",
- "@tsconfig/node18": "^18.2.0",
- "@types/crypto-js": "^4.1.1",
- "@types/jsdom": "^21.1.1",
- "@types/katex": "^0.16.0",
- "@types/markdown-it": "^12.2.3",
- "@types/markdown-it-link-attributes": "^3.0.1",
- "@types/node": "^18.17.5",
- "@vitejs/plugin-vue": "^4.3.1",
- "@vue/eslint-config-prettier": "^8.0.0",
- "@vue/eslint-config-typescript": "^11.0.3",
- "@vue/test-utils": "^2.4.1",
- "@vue/tsconfig": "^0.4.0",
- "autoprefixer": "^10.4.15",
- "axios": "^1.3.4",
- "crypto-js": "^4.1.1",
- "eslint": "^8.46.0",
- "eslint-plugin-vue": "^9.16.1",
- "husky": "^8.0.3",
- "jsdom": "^22.1.0",
- "less": "^4.1.3",
- "lint-staged": "^13.1.2",
- "npm-run-all": "^4.1.5",
- "postcss": "^8.4.29",
- "prettier": "^3.0.0",
- "rimraf": "^4.2.0",
- "tailwindcss": "^3.3.3",
- "typescript": "~5.1.6",
- "vite": "^4.4.9",
- "vite-plugin-html": "^3.2.0",
- "vite-plugin-pwa": "^0.14.4",
- "vitest": "^0.34.2",
- "vue-tsc": "^1.8.8"
- }
- }
|