2 Star 0 Fork 0

MortonLim/shengai-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
MortonLim 提交于 2024-05-10 00:06 . 1
{
"name": "shengai-web",
"version": "1.0.0",
"description": "",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"axios": "^1.6.8",
"bignumber.js": "^9.1.2",
"crypto-js": "^4.2.0",
"egg": "^3.17.5",
"egg-jwt": "^3.1.7",
"egg-mysql": "^4.0.0",
"egg-scripts": "2",
"egg-sequelize": "^6.0.0",
"egg-swagger-doc": "^2.3.2",
"jwk-to-pem": "^2.0.5",
"md5": "^2.3.0",
"mysql2": "^3.9.2",
"snowflake-id-js": "^1.0.1"
},
"devDependencies": {
"@gradio/client": "^0.17.0",
"egg-bin": "6",
"egg-mock": "5",
"egg-sequelize-auto": "^0.1.1",
"eslint": "8",
"eslint-config-egg": "13",
"sequelize-cli": "^5.5.1"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-shengai-web",
"stop": "egg-scripts stop --title=egg-server-shengai-web",
"dev": "egg-bin dev",
"test": "npm run lint -- --fix && npm run test:local",
"test:local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov"
},
"repository": {
"type": "git",
"url": ""
},
"author": "ywb",
"license": "MIT"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mortonwong/shengai-web.git
git@gitee.com:mortonwong/shengai-web.git
mortonwong
shengai-web
shengai-web
master

搜索帮助