1 Star 0 Fork 36

huaxiaoxin/FastGPT

forked from Gitee 极速下载/FastGPT 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
package.json 521 Bytes
Copy Edit Raw Blame History
璡龙鱼 authored 2023-10-14 23:02 . Extraction schema (#398)
{
"name": "fastgpt",
"version": "4.0",
"private": true,
"scripts": {
"prepare": "husky install",
"format": "prettier --config \"./.prettierrc.js\" --write \"./**/src/**/*.{ts,tsx,scss}\""
},
"devDependencies": {
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"prettier": "^3.0.3",
"i18next": "^23.2.11",
"react-i18next": "^13.0.2",
"next-i18next": "^14.0.0"
},
"lint-staged": {
"./**/**/*.{ts,tsx,scss}": "npm run format"
},
"engines": {
"node": ">=18.0.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/flower-careful/FastGPT.git
git@gitee.com:flower-careful/FastGPT.git
flower-careful
FastGPT
FastGPT
main

Search