forked from young-datafan-ooooo1/datafan-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 888 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
{
"name": "@young-datafan/datafan-ui",
"version": "1.7.103",
"description": "",
"main": "components/index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"deploy-gh": "GH=1 yarn docs:build && bash scripts/deploy-gh.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@young-datafan/datafan-ui": "~1.5.0",
"ant-design-vue": "1.7.2"
},
"devDependencies": {
"less": "^4.1.2",
"less-loader": "^6.1.1",
"vuepress": "^1.9.7",
"vuepress-plugin-demo-container": "^0.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/young-datafan/datafan-ui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/young-datafan/datafan-ui/issues"
},
"homepage": "https://github.com/young-datafan/datafan-ui#readme"
}