2023-02-09 11:21:33 +08:00
|
|
|
{
|
2023-02-11 08:32:59 +08:00
|
|
|
"name": "chatgpt-web",
|
2023-03-23 14:26:37 +08:00
|
|
|
"version": "2.10.8",
|
2023-02-11 08:32:59 +08:00
|
|
|
"private": false,
|
2023-02-14 08:45:07 +08:00
|
|
|
"description": "ChatGPT Web",
|
|
|
|
"author": "ChenZhaoYu <chenzhaoyu1994@gmail.com>",
|
2023-02-11 08:32:59 +08:00
|
|
|
"keywords": [
|
2023-02-14 08:45:07 +08:00
|
|
|
"chatgpt-web",
|
2023-02-11 08:32:59 +08:00
|
|
|
"chatgpt",
|
|
|
|
"chatbot",
|
|
|
|
"vue"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
2023-02-13 11:08:11 +08:00
|
|
|
"build": "run-p type-check build-only",
|
2023-02-11 08:32:59 +08:00
|
|
|
"preview": "vite preview",
|
2023-02-13 11:06:07 +08:00
|
|
|
"build-only": "vite build",
|
2023-02-11 08:32:59 +08:00
|
|
|
"type-check": "vue-tsc --noEmit",
|
2023-02-16 14:03:40 +08:00
|
|
|
"lint": "eslint .",
|
2023-02-13 11:03:10 +08:00
|
|
|
"lint:fix": "eslint . --fix",
|
2023-02-13 12:38:44 +08:00
|
|
|
"bootstrap": "pnpm install && pnpm run common:prepare",
|
2023-02-13 11:12:28 +08:00
|
|
|
"common:cleanup": "rimraf node_modules && rimraf pnpm-lock.yaml",
|
|
|
|
"common:prepare": "husky install"
|
2023-02-11 08:32:59 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-05 12:47:53 +08:00
|
|
|
"@traptitech/markdown-it-katex": "^3.6.0",
|
2023-02-20 14:10:51 +08:00
|
|
|
"@vueuse/core": "^9.13.0",
|
2023-03-06 19:25:40 +08:00
|
|
|
"highlight.js": "^11.7.0",
|
2023-03-07 21:13:41 +08:00
|
|
|
"html2canvas": "^1.4.1",
|
2023-03-04 08:22:50 +08:00
|
|
|
"katex": "^0.16.4",
|
2023-03-05 12:47:53 +08:00
|
|
|
"markdown-it": "^13.0.1",
|
2023-02-11 08:32:59 +08:00
|
|
|
"naive-ui": "^2.34.3",
|
2023-03-17 09:25:16 +08:00
|
|
|
"pinia": "^2.0.33",
|
2023-02-13 12:38:44 +08:00
|
|
|
"vue": "^3.2.47",
|
2023-03-02 21:27:20 +08:00
|
|
|
"vue-i18n": "^9.2.2",
|
2023-02-13 12:38:44 +08:00
|
|
|
"vue-router": "^4.1.6"
|
2023-02-11 08:32:59 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-02 21:27:20 +08:00
|
|
|
"@antfu/eslint-config": "^0.35.3",
|
2023-02-20 14:10:51 +08:00
|
|
|
"@commitlint/cli": "^17.4.4",
|
|
|
|
"@commitlint/config-conventional": "^17.4.4",
|
2023-02-11 08:32:59 +08:00
|
|
|
"@iconify/vue": "^4.1.0",
|
2023-02-14 11:34:46 +08:00
|
|
|
"@types/crypto-js": "^4.1.1",
|
2023-03-04 08:22:50 +08:00
|
|
|
"@types/katex": "^0.16.0",
|
2023-03-05 12:47:53 +08:00
|
|
|
"@types/markdown-it": "^12.2.3",
|
2023-03-17 16:06:55 +08:00
|
|
|
"@types/markdown-it-link-attributes": "^3.0.1",
|
2023-03-04 09:34:28 +08:00
|
|
|
"@types/node": "^18.14.6",
|
2023-02-11 08:32:59 +08:00
|
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
|
|
"autoprefixer": "^10.4.13",
|
2023-03-02 21:27:20 +08:00
|
|
|
"axios": "^1.3.4",
|
2023-02-14 11:34:46 +08:00
|
|
|
"crypto-js": "^4.1.1",
|
2023-03-02 21:27:20 +08:00
|
|
|
"eslint": "^8.35.0",
|
2023-02-13 11:03:10 +08:00
|
|
|
"husky": "^8.0.3",
|
2023-02-17 10:57:06 +08:00
|
|
|
"less": "^4.1.3",
|
2023-02-16 12:29:47 +08:00
|
|
|
"lint-staged": "^13.1.2",
|
2023-03-17 16:06:55 +08:00
|
|
|
"markdown-it-link-attributes": "^4.0.1",
|
2023-02-11 08:32:59 +08:00
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"postcss": "^8.4.21",
|
2023-03-04 09:34:28 +08:00
|
|
|
"rimraf": "^4.2.0",
|
2023-02-20 14:10:51 +08:00
|
|
|
"tailwindcss": "^3.2.7",
|
2023-02-11 08:32:59 +08:00
|
|
|
"typescript": "~4.9.5",
|
2023-03-17 09:25:16 +08:00
|
|
|
"vite": "^4.2.0",
|
2023-03-10 13:25:30 +08:00
|
|
|
"vite-plugin-pwa": "^0.14.4",
|
2023-03-02 21:27:20 +08:00
|
|
|
"vue-tsc": "^1.2.0"
|
2023-02-13 11:03:10 +08:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
2023-02-14 10:04:32 +08:00
|
|
|
"*.{ts,tsx,vue}": [
|
|
|
|
"pnpm lint:fix"
|
2023-02-13 11:03:10 +08:00
|
|
|
]
|
2023-02-11 08:32:59 +08:00
|
|
|
}
|
2023-02-09 11:21:33 +08:00
|
|
|
}
|