1 Star 0 Fork 149

annhoa / godoOA

forked from godo / godoOA 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.34 KB
一键复制 编辑 原始数据 按行查看 历史
icanwallet 提交于 2023-08-19 15:40 . 修复userid丢失的 bug
{
"name": "godocms",
"description": "godo",
"version": "1.0.0",
"author": "ruitao",
"scripts": {
"start": "node production.js",
"dev": "node development.js",
"test": "THINK_UNIT_TEST=1 nyc ava test/ && nyc report --reporter=html",
"compile": "babel --no-babelrc src/ --presets think-node --out-dir app/",
"doc": "apidoc-markdown -i src -t data/doc/tpl.md -o www/docs/doc --multi",
"lint": "eslint src/",
"lint-fix": "eslint --fix src/"
},
"dependencies": {
"@koa/cors": "^4.0.0",
"cron-parser": "^4.2.1",
"json2md": "^1.12.0",
"jsonwebtoken": "^8.5.1",
"koa-helmet": "^6.1.0",
"koa2-ratelimit": "^0.9.0",
"luckyexcel": "^1.0.1",
"marked": "^5.0.0",
"mysql-import": "^5.0.21",
"mysql-ssh": "^1.0.6",
"mysqldump": "^3.2.0",
"node-xlsx": "^0.21.0",
"nodemailer": "^6.7.2",
"pdf2json": "^2.0.0",
"svg-captcha": "^1.4.0",
"tesseract.js-node": "^0.1.0",
"textract": "^2.5.0",
"think-cache": "^1.0.0",
"think-cache-file": "^1.0.8",
"think-cache-redis": "^1.2.6",
"think-fetch": "^1.1.2",
"think-logger3": "^1.0.0",
"think-model": "^1.0.0",
"think-model-mysql": "^1.0.0",
"think-view": "^1.0.13",
"think-view-nunjucks": "^1.0.11",
"thinkjs": "^3.0.0"
},
"devDependencies": {
"apidoc-markdown": "^7.0.1",
"ava": "^0.18.0",
"babel-cli": "^6.24.1",
"babel-preset-think-node": "^1.0.0",
"commander": "^8.3.0",
"del": "^2.2.2",
"eslint": "^4.2.0",
"eslint-config-think": "^1.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-footer": "^2.1.0",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-uglify": "^3.0.2",
"minimist": "^1.2.5",
"node-notifier": "^5.0.2",
"nyc": "^7.0.0",
"think-babel": "^1.0.3",
"think-inspect": "0.0.2",
"think-watcher": "^3.0.0"
},
"repository": "",
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"readmeFilename": "README.md",
"thinkjs": {
"metadata": {
"name": "godocms",
"description": "godo",
"author": "ruitao",
"babel": true,
"defaultModule": "home"
},
"projectName": "demo",
"template": "/usr/local/lib/node_modules/think-cli/default_template",
"clone": false,
"isMultiModule": true
}
}
NodeJS
1
https://gitee.com/pig-work/gdoa.git
git@gitee.com:pig-work/gdoa.git
pig-work
gdoa
godoOA
master

搜索帮助