-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
86 lines (86 loc) · 2.25 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
{
"name": "mvx-src",
"version": "4.0.38",
"description": "type-mvc is base on koa. Decorator, Ioc, AOP mvc frameworker on server.",
"scripts": {
"build": "tsdi build",
"deploy": "tsdi build --deploy"
},
"keywords": [
"mvc",
"AOP",
"ioc",
"frameworker",
"koa",
"tsioc",
"server",
"ts-ioc"
],
"author": "houjun",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhouhoujun/type-mvc/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhouhoujun/type-mvc.git"
},
"devDependencies": {
"@tsdi/activities": "~6.0.40",
"@tsdi/annotations": "~6.0.40",
"@tsdi/aop": "~6.0.40",
"@tsdi/boot": "~6.0.40",
"@tsdi/components": "~6.0.40",
"@tsdi/core": "~6.0.40",
"@tsdi/ioc": "~6.0.40",
"@tsdi/logs": "~6.0.40",
"@tsdi/pack": "~6.0.40",
"@tsdi/platform-server": "~6.0.40",
"@tsdi/platform-server-activities": "~6.0.40",
"@tsdi/platform-server-boot": "~6.0.40",
"@tsdi/platform-server-logs": "~6.0.40",
"@tsdi/typeorm-adapter": "~6.0.40",
"@tsdi/unit": "~6.0.40",
"@tsdi/unit-console": "~6.0.40",
"@types/jsonwebtoken": "^8.3.7",
"@types/koa": "^2.11.3",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-session": "^5.10.2",
"@types/socket.io": "^2.1.8",
"axios": "^0.21.1",
"bluebird": "^3.7.2",
"chalk": "^4.0.0",
"checksum": "^0.1.1",
"commander": "^4.1.1",
"ejs": "~3.1.5",
"jsonwebtoken": "^8.5.1",
"koa": "~2.13.0",
"koa-bodyparser": "~4.3.0",
"koa-compose": "~4.1.0",
"koa-convert": "~1.2.0",
"koa-csrf": "~3.0.8",
"koa-helmet": "~5.2.0",
"koa-json": "~2.0.2",
"koa-logger": "~3.2.1",
"koa-mount": "~4.0.0",
"koa-session": "~6.0.0",
"koa-static": "~5.0.0",
"koa-views": "~6.3.1",
"minimatch": "^3.0.4",
"nunjucks": "^3.2.2",
"pg": "^8.2.1",
"reflect-metadata": "^0.1.13",
"request": "^2.88.0",
"socket.io": "^2.3.0",
"ts-node": "^8.10.1",
"tsconfig-paths": "^3.9.0",
"tslib": "^2.1.0",
"tslint": "^6.1.2",
"typeorm": "^0.2.25",
"typescript": "^3.8.3",
"uuid": "^8.1.0",
"webfinger": "^0.4.2",
"zone.js": "^0.10.3"
},
"homepage": "https://github.com/zhouhoujun/type-mvc#readme"
}