feat: 删除多余的内容

This commit is contained in:
ChenZhaoYu
2023-02-09 15:18:30 +08:00
parent d796e10ec6
commit 93f4af22a2
15 changed files with 37 additions and 761 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "chatgpt-bot",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
@@ -12,21 +12,16 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@vueuse/core": "^9.12.0",
"dayjs": "^1.11.7",
"naive-ui": "^2.34.3",
"pinia": "^2.0.28",
"vue": "^3.2.45"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.2",
"@iconify/json": "^2.2.19",
"@iconify/vue": "^4.1.0",
"@types/babel__core": "^7.20.0",
"@types/express": "^4.17.17",
"@types/node": "^18.11.12",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"autoprefixer": "^10.4.13",
"axios": "^1.3.2",
"chatgpt": "^4.2.0",
@@ -34,13 +29,11 @@
"eslint": "^8.22.0",
"esno": "^0.16.3",
"express": "^4.18.2",
"less": "^4.1.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.6",
"typescript": "~4.7.4",
"unplugin-icons": "^0.15.2",
"vite": "^4.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.0.12"