-
Notifications
You must be signed in to change notification settings - Fork 160
/
package.json
78 lines (78 loc) · 1.53 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
70
71
72
73
74
75
76
77
78
{
"name": "xy-ui",
"version": "1.10.7",
"description": "a front end cross-framework ui library based on web-components",
"main": "index.js",
"module": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"docs:preview": "vitepress preview docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XboxYan/xy-ui.git"
},
"keywords": [
"web-components",
"ui",
"shadow-dom",
"keyboard",
"custom-elements",
"html5",
"css3",
"javascript",
"button",
"icon",
"slider",
"select",
"loading",
"switch",
"checkbox",
"radio",
"tab",
"layout",
"tips",
"message",
"dialog",
"input",
"img",
"rate",
"popover",
"color-picker",
"color-pane",
"form",
"pagination",
"date-picker",
"date-pane",
"table",
"text",
"view",
"datalist"
],
"author": "XboxYan",
"license": "MIT",
"bugs": {
"url": "https://github.com/XboxYan/xy-ui/issues"
},
"publishConfig": {
"registry1": "https://npm.pkg.github.com/@XboxYan"
},
"homepage": "https://github.com/XboxYan/xy-ui#readme",
"files": [
"index.js",
"components",
"iconfont",
"utils"
],
"devDependencies": {
"vitepress": "^1.0.0-alpha.60",
"@giscus/vue": "^2.2.8",
"vitepress-plugin-pagefind": "^0.2.1"
}
}