-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.33 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
{
"name": "bee.tinper.org",
"version": "1.6.11",
"description": "bee.tinper.org",
"main": "server/index.js",
"scripts": {
"getDemos": "node app/utils/downLoadDemos.js",
"start": "node app/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iuap-design/bee.tinper.org.git"
},
"keywords": [],
"author": "iuap",
"license": "MIT",
"bugs": {
"url": "https://github.com/iuap-design/bee.tinper.org/issues"
},
"homepage": "https://github.com/iuap-design/bee.tinper.org#readme",
"devDependencies": {},
"dependencies": {
"@libraui/antd-mobile": "0.0.3",
"ali-oss": "^6.2.1",
"axios": "^0.18.0",
"download": "^7.1.0",
"download-git-repo": "^1.1.0",
"fs-extra": "^7.0.1",
"ghreleases": "^3.0.2",
"git-tags-remote": "^1.0.1",
"js-beautify": "^1.10.2",
"koa": "^2.6.2",
"koa-bodyparser": "^4.2.1",
"koa-cors": "0.0.16",
"koa-ejs": "^4.2.0",
"koa-less": "0.0.3",
"koa-nunjucks-2": "^3.0.2",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"latest-version": "^5.1.0",
"log4js": "^3.0.6",
"marked": "^0.7.0",
"minify": "^4.1.3",
"moment": "^2.24.0",
"node-fetch": "^2.3.0",
"nunjucks": "^3.1.6",
"preact": "^10.0.5",
"preact-render-to-string": "^5.1.1",
"qr.js": "0.0.0",
"qrcode": "^1.4.4"
}
}