3 Star 2 Fork 0

轩啊/ghatgpt-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.70 KB
一键复制 编辑 原始数据 按行查看 历史
轩啊 提交于 2023-07-06 17:36 . 修改参数环境
{
"name": "chatgpt-web",
"private": false,
"version": "1.0.0",
"description": "ChatGPT Web",
"author": "vastxie",
"keywords": [
"chatgpt-web",
"chatgpt",
"chatbot",
"ai",
"open",
"react"
],
"scripts": {
"tsc": "tsc -p tsconfig.node.json",
"dev": "vite",
"dev:web": "vite",
"start": "node server/index.js",
"build": "vite build",
"preview": "vite preview",
"eslint": "eslint \"src/**/*.{ts,tsx}\"",
"eslint:fix": "eslint \"src/**/*.{ts,tsx}\" --fix",
"prepare": "husky install"
},
"dependencies": {
"@alicloud/ecs20140526": "^3.0.6",
"@alicloud/openapi-client": "^0.4.6",
"@alicloud/sms-sdk": "^1.1.6",
"@ant-design/icons": "^5.0.1",
"@ant-design/pro-components": "^2.4.4",
"@traptitech/markdown-it-katex": "^3.6.0",
"alipay-sdk": "^3.4.0",
"antd": "5.5.0",
"bull": "^4.10.4",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"gpt-tokens": "^1.0.8",
"highlight.js": "^11.7.0",
"html2canvas": "^1.4.1",
"ioredis": "^5.3.2",
"markdown-it": "^13.0.1",
"markdown-it-link-attributes": "^4.0.1",
"mysql2": "^3.3.1",
"node-fetch": "^2.6.11",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.10.0",
"redis-server": "^1.2.2",
"sequelize": "^6.31.1",
"ts-node-dev": "^2.0.0",
"tslib": "^2.5.1",
"zustand": "^4.3.7"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/node": "^20.1.3",
"@types/node-fetch": "^2.6.4",
"@types/nodemailer": "^6.4.7",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-define-config": "^1.19.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"less": "^4.1.3",
"ping": "^0.4.4",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vite": "^4.2.0"
},
"main": "index.js",
"repository": "git@github.com:vastxie/ChatGpt-Web.git",
"license": "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xie-huiyang/ghatgpt-web.git
git@gitee.com:xie-huiyang/ghatgpt-web.git
xie-huiyang
ghatgpt-web
ghatgpt-web
main

搜索帮助