mirror of
https://gitee.com/doramart/DoraCMS.git
synced 2024-11-29 18:58:47 +08:00
96 lines
2.3 KiB
JSON
96 lines
2.3 KiB
JSON
{
|
|
"name": "doracms2",
|
|
"version": "2.1.7",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@cdxoo/mongodb-restore": "^1.0.0",
|
|
"archiver": "^3.1.1",
|
|
"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-dora-middlestage": "^1.0.0",
|
|
"egg-dora-uploadfile": "^1.0.0",
|
|
"egg-dora-validate": "^1.0.1",
|
|
"egg-mongoose": "^3.2.0",
|
|
"egg-redis": "^2.4.0",
|
|
"egg-scripts": "^2.11.0",
|
|
"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",
|
|
"module-alias": "^2.2.1",
|
|
"moment": "^2.24.0",
|
|
"muri": "^1.3.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",
|
|
"shortid": "^2.2.14",
|
|
"stream-wormhole": "^1.1.0",
|
|
"trek-captcha": "^0.4.0",
|
|
"validator": "^11.1.0",
|
|
"xss": "^1.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"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": ">=8.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",
|
|
"init": "node ./build/restore",
|
|
"doracms": "node ./install/index.js",
|
|
"start": "cross-env NODE_ENV=production && egg-scripts start --daemon --title=doracms2",
|
|
"stop": "egg-scripts stop --title=doracms2"
|
|
},
|
|
"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"
|
|
} |