-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.55 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.55 KB
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
{
"name": "oner-server",
"version": "3.2.3",
"description": "基于koa2的前端node层",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development node oner-server"
},
"bin": {
"oner-server": "./oner-server"
},
"repository": {
"type": "git",
"url": "ssh://git@git.dtwave-inc.com:30001/cadillac/oner-server.git"
},
"keywords": [],
"author": "fushan",
"license": "ISC",
"dependencies": {
"async-mkdirp": "^1.2.7",
"chalk": "^2.4.2",
"formidable": "^1.1.1",
"fs-extra": "^7.0.1",
"html-minifier": "^3.4.3",
"inquirer": "^3.0.6",
"js-beautify": "^1.7.5",
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.1.1",
"koa-send": "~4.1.0",
"koa-session2": "^2.2.3",
"koa-static-server": "^1.3.3",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"natty-storage": "^2.1.1",
"node-cache": "^4.1.1",
"nunjucks": "^3.0.0",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"rimraf": "^2.6.1",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"upath": "^1.0.2",
"url-parse": "^1.4.3",
"winston": "^2.4.0",
"winston-daily-rotate-file": "^1.7.2",
"xlsx": "^0.11.5"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"cross-env": "^4.0.0",
"cross-spawn": "^5.1.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.0.0",
"locate-path": "^2.0.0"
}
}