-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.83 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
{
"name": "jscms-server",
"version": "0.1.0",
"description": "This is the main program of jscms and its server.",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"bcryptjs": "^2.4.3",
"desandro-matches-selector": "^2.0.2",
"egg": "^2.22.2",
"egg-cors": "^2.2.0",
"egg-mongoose": "^3.2.0",
"egg-scripts": "^2.11.0",
"egg-validate": "^2.0.2",
"egg-view-ejs": "^2.0.0",
"ev-emitter": "^1.1.1",
"fizzy-ui-utils": "^2.0.7",
"fs-extra": "^8.1.0",
"ispro": "^0.1.5",
"jquery": "^3.4.1",
"lodash": "^4.17.11",
"marked": "^0.6.3",
"modelman": "^0.1.4",
"moment": "^2.24.0",
"nodemailer": "^6.2.1",
"svg-captcha": "^1.4.0",
"uuid": "^3.3.2",
"vue": "^2.6.10",
"xss": "^1.0.6"
},
"devDependencies": {
"autod": "^3.1.0",
"autod-egg": "^1.1.0",
"egg-bin": "^4.13.0",
"egg-ci": "^1.12.0",
"egg-mock": "^3.23.1",
"eslint": "^6.0.1",
"eslint-config-egg": "^7.4.1",
"jscms-server-build": "^0.0.5",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=8.9.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-example --port=7011",
"stop": "egg-scripts stop --title=egg-server-example --port=7011",
"backup": "jscms-bak backup .",
"restore": "jscms-bak restore .",
"dev": "egg-bin dev --port=7011",
"debug": "egg-bin debug",
"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",
"autod": "autod",
"build": "jscms-server-build"
},
"ci": {
"version": "8"
},
"repository": {
"type": "git",
"url": "https://github.com/js-cms/jscms-server"
},
"author": "zhibing <[email protected]>",
"license": "MIT"
}