-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "cpm",
"version": "1.0.5",
"description": "The cpm project of rex",
"scripts": {
"dev": "clusic server dev --env development --port 7002",
"start": "clusic server start --env production --port 7001",
"stop": "clusic server stop",
"restart": "clusic server restart",
"update": "node ./command/update.js",
"docs:dev": "vuepress dev doc",
"docs:build": "vuepress build doc"
},
"clusic": {
"framework": "@clusic/rex",
"agents": []
},
"dependencies": {
"@clusic/cache": "^1.0.4",
"@clusic/catch": "^1.0.4",
"@clusic/method": "^1.0.11",
"@clusic/mysql": "^1.0.6",
"@clusic/redis": "^1.0.1",
"@clusic/rex": "^1.0.22",
"@evio/intersect": "^1.0.4",
"array-uniq": "^2.0.0",
"axios": "^0.18.0",
"compare-versions": "^3.4.0",
"koa-better-body": "^3.0.4",
"koa-convert": "^1.2.0",
"koa-mount": "^4.0.0",
"koa-static": "^5.0.0",
"mz": "^2.7.0",
"mz-modules": "^2.1.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"fs-extra": "^7.0.1",
"randomstring": "^1.1.5",
"request": "^2.88.0",
"request-progress": "^3.0.0",
"signale": "^1.3.0",
"unzip": "^0.1.11"
}
}