-
Notifications
You must be signed in to change notification settings - Fork 1k
/
package.json
105 lines (105 loc) · 2.74 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "doracms2",
"version": "2.1.8",
"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-dora-rendercms": "^1.0.6",
"egg-dora-valine": "^1.0.6",
"egg-mongoose": "^3.2.0",
"egg-redis": "^2.4.0",
"egg-scripts": "^2.11.0",
"egg-socket.io": "^4.1.6",
"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",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.4.1",
"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 --sticky",
"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",
"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=doracms2 --sticky",
"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"
}