1 Star 0 Fork 73

小菜鸟先飞/DoraCMS-SQL

forked from doramart/Pandora 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.48 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "doracms-sql",
"version": "2.1.7",
"description": "",
"dependencies": {
"await-stream-ready": "^1.0.1",
"axios": "^0.19.0",
"cross-env": "^6.0.3",
"crypto-js": "^4.0.0",
"egg": "^2.3.0",
"egg-doras-middlestage": "^1.0.0",
"egg-doras-uploadfile": "^1.0.5",
"egg-doras-validate": "^1.0.1",
"egg-scripts": "^2.11.0",
"egg-sequelize": "^5.2.2",
"egg-view-nunjucks": "^2.2.0",
"iconv-lite": "^0.5.0",
"js-cache": "^1.0.3",
"jsonwebtoken": "^8.5.1",
"koa-compress": "^3.0.0",
"lodash": "^4.17.15",
"mammoth": "^1.4.9",
"mariadb": "^2.4.2",
"module-alias": "^2.2.1",
"moment": "^2.24.0",
"mysql2": "^2.1.0",
"node-schedule": "^1.3.2",
"node-unzip-2": "^0.2.8",
"nodemailer": "6.3.0",
"qr-image": "^3.2.0",
"shelljs": "^0.8.3",
"stream-wormhole": "^1.1.0",
"trek-captcha": "^0.4.0",
"validator": "^11.1.0",
"xss": "^1.0.6"
},
"devDependencies": {
"archiver": "^3.1.1",
"autod": "^3.0.1",
"autod-egg": "^1.0.0",
"egg-bin": "^4.13.0",
"egg-ci": "^1.8.0",
"egg-mock": "^3.14.0",
"eslint": "^4.18.0",
"eslint-config-egg": "^7.0.0",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"debug": "egg-bin debug",
"dev": "cross-env NODE_ENV=development && egg-bin dev",
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
"autod": "autod",
"pkgfiles": "egg-bin pkgfiles",
"doracms": "node ./install/index.js",
"publishThemes": "node ./build/publishThemes",
"makeReleasePro": "node ./build/renderPro --type release",
"makeAdminScaffoldPro": "node ./build/renderPro --type adminScaffold",
"makeGitHubPro": "node ./build/renderPro --type github",
"start": "cross-env NODE_ENV=production && egg-scripts start --daemon --title=doracms-sql",
"stop": "egg-scripts stop --title=doracms-sql"
},
"ci": {
"version": "8, 9"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"egg",
"egg-framework"
],
"author": "doramart",
"files": [
"app",
"config",
"lib",
"index.js"
],
"eslintIgnore": [
"coverage",
"dist"
],
"_moduleAliases": {
"@root": ".",
"@validate": "app/validate",
"@utils": "app/utils"
},
"license": "MIT"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/sunbirder/DoraCMS-SQL.git
git@gitee.com:sunbirder/DoraCMS-SQL.git
sunbirder
DoraCMS-SQL
DoraCMS-SQL
master

搜索帮助