-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.69 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
{
"name": "amberkoa2",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node bin/www",
"dev": "./node_modules/.bin/nodemon bin/www",
"prd": "pm2 start bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@alicloud/sms-sdk": "^1.1.6",
"@alifd/theme-4058": "^0.1.0",
"@tensorflow-models/posenet": "^0.2.3",
"@tensorflow/tfjs": "^0.13.5",
"adm-zip": "^0.4.13",
"art-template": "^4.13.2",
"bcrypt": "^3.0.2",
"bootstrap": "^4.2.1",
"chalk": "^2.4.1",
"cheerio": "^1.0.0-rc.2",
"debug": "^2.6.3",
"echarts": "^4.2.0-rc.2",
"echarts-gl": "^1.1.1",
"ejs": "^2.6.1",
"html-minifier": "^3.5.21",
"iconv-lite": "^0.4.24",
"kcors": "^2.2.2",
"koa": "^2.6.2",
"koa-art-template": "^1.1.1",
"koa-bodyparser": "^3.2.0",
"koa-compress": "^3.0.0",
"koa-convert": "^1.2.0",
"koa-favicon": "^2.0.1",
"koa-json": "^2.0.2",
"koa-jwt": "^3.5.1",
"koa-logger": "^2.0.1",
"koa-multer": "^1.0.2",
"koa-nunjucks-2": "^3.0.2",
"koa-onerror": "^1.2.1",
"koa-router": "^7.4.0",
"koa-session": "^5.10.1",
"koa-socket": "^4.4.0",
"koa-static": "^3.0.0",
"koa-swagger-decorator": "^1.5.12",
"koa-swig": "^2.2.1",
"koa-views": "^5.2.1",
"log4js": "^3.0.6",
"mysql": "^2.16.0",
"mysql2": "^1.6.4",
"node-xlsx": "^0.12.1",
"pug": "^2.0.0-rc.1",
"request": "^2.88.0",
"sequelize": "^4.42.0",
"string_decoder": "^1.2.0",
"superagent": "^4.0.0",
"superagent-proxy": "^2.0.0"
},
"devDependencies": {
"gulp-sass": "^4.0.2",
"mysql": "^2.16.0",
"node-sass": "^4.11.0",
"nodemon": "^1.18.9"
}
}