-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
69 lines (69 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
{
"name": "bee.tinper.org",
"version": "1.6.11",
"description": "bee.tinper.org",
"main": "server/index.js",
"scripts": {
"init": "node app/utils/getComponent.js",
"init2": "node app/utils/getComponentTwo.js",
"getComponent":"node app/utils/getComponentAdd.js",
"getTag": "node app/utils/getTag.js",
"createFile": "node app/utils/createFile.js",
"getMenu": "node app/utils/getRightMenu.js",
"getRelease": "node app/utils/getRelease.js",
"writeNew": "node app/utils/getRelease.js && node app/utils/getComponentAdd.js && node app/utils/getTag.js && node app/utils/createFile.js && node app/utils/getRightMenu.js",
"writeFile": "node app/utils/getComponent.js && node app/utils/getTag.js && node app/utils/createFile.js && node app/utils/getRightMenu.js && node app/utils/getRelease.js",
"writeFile2": "node app/utils/getComponentTwo.js && node app/utils/getTag.js && node app/utils/createFile.js && node app/utils/getRightMenu.js && node app/utils/getRelease.js",
"putCDN": "node app/utils/cdnCreateFile.js",
"dev": "node --inspect app/app.js",
"start": "node app/app.js",
"tinper": "node app/utils/tinper.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iuap-design/bee.tinper.org.git"
},
"keywords": [
"react",
"react-component",
"component",
"components",
"ui",
"framework",
"frontend",
"tinper",
"tinper-bee",
"bee"
],
"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": {
"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",
"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.6.1",
"minify": "^4.1.3",
"moment": "^2.24.0",
"node-fetch": "^2.3.0",
"nunjucks": "^3.1.6"
}
}