-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "huawei-build-demo",
"description": "i18n:huawei-build-demo.description",
"author": "Cocos Creator",
"version": "1.0.0",
"package_version": 2,
"scripts": {
"build": "node ./build.js"
},
"dependencies": {
"fs-extra": "^9.0.1",
"vue": "^2.6.12"
},
"devDependencies": {
"less": "^3.9.0",
"typescript": "^4.0.0",
"@types/fs-extra": "^5.0.4",
"@types/node": "^10.5.2"
},
"main": "./dist/main.js",
"panels": {
"default": {
"main": "./dist/huawei/index.js",
"title": "i18n:huawei-build-demo.title",
"size": {
"width": 584,
"min-width": 520,
"height": 763,
"min-height": 500
}
}
},
"contributions": {
"menu": [
{
"path": "i18n:menu.develop/Demo",
"label": "Open",
"message": "open"
}
],
"messages": {
"open": {
"methods": [
"open"
]
}
}
}
}