-
Notifications
You must be signed in to change notification settings - Fork 671
/
package.json
46 lines (46 loc) · 970 Bytes
/
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
{
"id": "55",
"name": "@dcloudio/uni-ui",
"version": "1.5.7",
"description": "",
"author": "dcloud",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/dcloudio/uni-ui"
},
"scripts": {
"build:lib": "node build/index.js lib",
"build:npm": "node build/index.js npm",
"build:release": "node build/index.js release",
"build:readme": "node build/index.js readme",
"dev:docs": "vuepress dev docs",
"build:docs": "vuepress build docs"
},
"dependencies": {},
"devDependencies": {
"dart-sass": "^1.25.0",
"postcss-comment": "^2.0.0",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11",
"vuepress": "^1.5.2",
"vuepress-plugin-code-copy": "^1.0.6"
},
"browserslist": [
"Android >= 4",
"ios >= 8"
],
"uni-app": {
"scripts": {
"mp-dingtalk": {
"title": "钉钉小程序",
"env": {
"UNI_PLATFORM": "mp-alipay"
},
"define": {
"MP-DINGTALK": true
}
}
}
}
}