-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 3.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "venus-mock",
"version": "1.0.0",
"description": "venus-mock",
"main": "index.js",
"scripts": {
"predist": "cd ./src/app && npm run build",
"dist": "tsc",
"postdist": "cd ./src/app && npm run copy",
"devServer": "nodemon",
"devClient": "cd ./src/app && npm run dev",
"dev": "npm run devServer & npm run devClient",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/Jecen/venus-mock.gi"
},
"author": "Jacen",
"license": "ISC",
"dependencies": {
"@types/accepts": "^1.3.3",
"@types/cookies": "^0.7.1",
"@types/fs-extra": "^3.0.3",
"@types/http-assert": "^1.2.2",
"@types/keygrip": "^1.0.1",
"@types/koa": "^2.0.39",
"@types/koa-compose": "^3.2.2",
"@types/koa-logger": "^2.0.2",
"@types/koa-router": "^7.0.22",
"@types/koa-static": "^2.0.22",
"@types/node": "^7.0.22",
"@types/uuid": "^3.4.3",
"abbrev": "^1.1.1",
"accepts": "^1.3.4",
"amdefine": "^1.0.1",
"anyproxy": "^4.0.0-beta13",
"arrify": "^1.0.1",
"chalk": "^2.3.0",
"chokidar": "^1.7.0",
"co": "^4.6.0",
"co-body": "^5.1.1",
"cookies": "^0.7.1",
"copy-to": "^2.0.1",
"core-util-is": "^1.0.2",
"dataloader": "^1.4.0",
"debug": "^3.1.0",
"decamelize": "^1.2.0",
"delegates": "^1.0.0",
"diff": "^3.4.0",
"es6-promise": "^4.1.1",
"faker": "^4.1.0",
"fs-extra": "^3.0.1",
"glob": "^7.1.2",
"graceful-fs": "^4.1.11",
"graphql": "^14.0.2",
"http-assert": "^1.3.0",
"http2": "^3.3.7",
"ignore-by-default": "^1.0.1",
"inherits": "^2.0.3",
"is-finite": "^1.0.2",
"isarray": "^2.0.2",
"jquery": "^3.2.1",
"js-base64": "^2.3.2",
"keygrip": "^1.0.2",
"koa": "^2.2.0",
"koa-body": "^2.1.0",
"koa-bodyparser": "^4.2.0",
"koa-compose": "^4.0.0",
"koa-ejs": "^4.0.0",
"koa-graphql": "^0.8.0",
"koa-history-api-fallback": "^0.1.3",
"koa-logger": "^3.0.0",
"koa-router": "^7.2.0",
"koa-send": "^4.1.2",
"koa-socket": "^4.4.0",
"koa-static": "^3.0.0",
"lodash": "^4.17.4",
"lodash.defaults": "^4.2.0",
"make-error": "^1.3.0",
"minimatch": "^3.0.4",
"mkdirp": "^0.5.1",
"nan": "^2.7.0",
"node-fetch": "^2.3.0",
"node-sass": "^4.5.3",
"node-unzip-2": "^0.2.1",
"nodemon": "^1.11.0",
"number-is-nan": "^1.0.1",
"object-assign": "^4.1.1",
"osenv": "^0.1.4",
"pinkie-promise": "^2.0.1",
"postcss": "^6.0.14",
"ps-tree": "^1.2.0",
"readable-stream": "^2.3.3",
"request": "^2.83.0",
"semver": "^5.4.1",
"signal-exit": "^3.0.2",
"source-map-support": "^0.5.0",
"sqlite3": "^4.0.4",
"strip-ansi": "^4.0.0",
"touch": "^3.1.0",
"tq-fv": "^1.0.1",
"ts-node": "^3.3.0",
"tsconfig": "^7.0.0",
"tslint": "^5.11.0",
"types": "^0.1.1",
"typescript": "^2.3.3",
"undefsafe": "^2.0.1",
"update-notifier": "^2.3.0",
"uuid": "^3.1.0",
"v8flags": "^3.0.1",
"venus-fetch": "^1.1.0",
"vue": "^2.5.17",
"vue-server-renderer": "^2.5.17"
},
"engines": {
"node": ">= 7.6.0",
"npm": ">= 3.0.0"
},
"devDependencies": {
"tslint-config-airbnb": "^5.11.0",
"tslint-eslint-rules": "^5.4.0"
}
}