|
|
@ -1,9 +1,9 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "chatgpt-web",
|
|
|
|
"name": "chatgpt-web",
|
|
|
|
"version": "1.0.2",
|
|
|
|
"version": "1.0.2",
|
|
|
|
|
|
|
|
"private": false,
|
|
|
|
"description": "ChatGPT Web Bot",
|
|
|
|
"description": "ChatGPT Web Bot",
|
|
|
|
"author": "ChenZhaoYu <chenzhaoyu1994@gami.com>",
|
|
|
|
"author": "ChenZhaoYu <chenzhaoyu1994@gami.com>",
|
|
|
|
"private": false,
|
|
|
|
|
|
|
|
"keywords": [
|
|
|
|
"keywords": [
|
|
|
|
"chatgpt",
|
|
|
|
"chatgpt",
|
|
|
|
"chatbot",
|
|
|
|
"chatbot",
|
|
|
@ -17,34 +17,33 @@
|
|
|
|
"preview": "vite preview",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"build-only": "vite build",
|
|
|
|
"build-only": "vite build",
|
|
|
|
"type-check": "vue-tsc --noEmit",
|
|
|
|
"type-check": "vue-tsc --noEmit",
|
|
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
|
|
"lint": "eslint . --fix --ignore-path .gitignore",
|
|
|
|
"release": "bumpp package.json --commit --push --tag"
|
|
|
|
"release": "bumpp package.json --commit --push --tag"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"dependencies": {
|
|
|
|
"naive-ui": "^2.34.3",
|
|
|
|
"naive-ui": "^2.34.3",
|
|
|
|
"vue": "^3.2.45"
|
|
|
|
"vue": "^3.2.47"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"devDependencies": {
|
|
|
|
"@antfu/eslint-config": "^0.35.2",
|
|
|
|
"@antfu/eslint-config": "^0.35.2",
|
|
|
|
"@iconify/vue": "^4.1.0",
|
|
|
|
"@iconify/vue": "^4.1.0",
|
|
|
|
"@types/babel__core": "^7.20.0",
|
|
|
|
|
|
|
|
"@types/express": "^4.17.17",
|
|
|
|
"@types/express": "^4.17.17",
|
|
|
|
"@types/node": "^18.11.12",
|
|
|
|
"@types/node": "^18.13.0",
|
|
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
|
|
"autoprefixer": "^10.4.13",
|
|
|
|
"autoprefixer": "^10.4.13",
|
|
|
|
"axios": "^1.3.2",
|
|
|
|
"axios": "^1.3.2",
|
|
|
|
"bumpp": "^8.2.1",
|
|
|
|
"bumpp": "^8.2.1",
|
|
|
|
"chatgpt": "^4.2.0",
|
|
|
|
"chatgpt": "^4.2.0",
|
|
|
|
"dotenv": "^16.0.3",
|
|
|
|
"dotenv": "^16.0.3",
|
|
|
|
"eslint": "^8.22.0",
|
|
|
|
"eslint": "^8.34.0",
|
|
|
|
"esno": "^0.16.3",
|
|
|
|
"esno": "^0.16.3",
|
|
|
|
"express": "^4.18.2",
|
|
|
|
"express": "^4.18.2",
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"postcss": "^8.4.21",
|
|
|
|
"postcss": "^8.4.21",
|
|
|
|
"prettier": "^2.7.1",
|
|
|
|
"prettier": "^2.8.4",
|
|
|
|
"tailwindcss": "^3.2.6",
|
|
|
|
"tailwindcss": "^3.2.6",
|
|
|
|
"typescript": "~4.7.4",
|
|
|
|
"typescript": "~4.9.5",
|
|
|
|
"vite": "^4.0.0",
|
|
|
|
"vite": "^4.1.1",
|
|
|
|
"vue-tsc": "^1.0.12"
|
|
|
|
"vue-tsc": "^1.0.24"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|