@dolanske/vui 1.5.6 → 1.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +673 -673
- package/README.md +19 -19
- package/dist/components/Button/Button.vue.d.ts +6 -0
- package/dist/vui.css +1 -1
- package/dist/vui.js +317 -314
- package/package.json +74 -74
package/package.json
CHANGED
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@dolanske/vui",
|
|
3
|
-
"type": "module",
|
|
4
|
-
"version": "1.5.
|
|
5
|
-
"private": false,
|
|
6
|
-
"description": "Brother in Christ there's a new UI library",
|
|
7
|
-
"author": "dolanske",
|
|
8
|
-
"license": "GPL-3.0",
|
|
9
|
-
"sass": "src/index.scss",
|
|
10
|
-
"repository": {
|
|
11
|
-
"type": "git",
|
|
12
|
-
"url": "git+https://github.com/dolanske/vui.git"
|
|
13
|
-
},
|
|
14
|
-
"keywords": [
|
|
15
|
-
"vue",
|
|
16
|
-
"vue3",
|
|
17
|
-
"component",
|
|
18
|
-
"component library",
|
|
19
|
-
"vue3 components"
|
|
20
|
-
],
|
|
21
|
-
"exports": {
|
|
22
|
-
".": {
|
|
23
|
-
"types": "./dist/index.d.ts",
|
|
24
|
-
"import": "./dist/vui.js"
|
|
25
|
-
},
|
|
26
|
-
"./style": {
|
|
27
|
-
"import": "./dist/vui.css",
|
|
28
|
-
"require": "./dist/vui.css",
|
|
29
|
-
"default": "./dist/vui.css"
|
|
30
|
-
}
|
|
31
|
-
},
|
|
32
|
-
"main": "./dist/vui.js",
|
|
33
|
-
"module": "./dist/vui.js",
|
|
34
|
-
"browser": "./dist/vui.js",
|
|
35
|
-
"unpkg": "./dist/vui.js",
|
|
36
|
-
"types": "./dist/index.d.ts",
|
|
37
|
-
"files": [
|
|
38
|
-
"./dist/*",
|
|
39
|
-
"LICENSE",
|
|
40
|
-
"README.md"
|
|
41
|
-
],
|
|
42
|
-
"scripts": {
|
|
43
|
-
"dev": "vite",
|
|
44
|
-
"build": "vue-tsc -b && vite build",
|
|
45
|
-
"build:pages": "vue-tsc -b && vite build --mode pages",
|
|
46
|
-
"preview": "vite preview",
|
|
47
|
-
"lint": "eslint .",
|
|
48
|
-
"lint:fix": "eslint . --fix",
|
|
49
|
-
"test": "vitest"
|
|
50
|
-
},
|
|
51
|
-
"dependencies": {
|
|
52
|
-
"@floating-ui/vue": "^1.1.6",
|
|
53
|
-
"@iconify-prerendered/vue-ph": "^0.28.1714973607",
|
|
54
|
-
"@types/node": "^22.15.14",
|
|
55
|
-
"@vuepic/vue-datepicker": "^11.0.2",
|
|
56
|
-
"@vueuse/core": "^13.1.0",
|
|
57
|
-
"sass": "^1.87.0",
|
|
58
|
-
"vaul-vue": "^0.4.1",
|
|
59
|
-
"vite-plugin-dts": "^4.5.3",
|
|
60
|
-
"vue": "^3.5.13"
|
|
61
|
-
},
|
|
62
|
-
"devDependencies": {
|
|
63
|
-
"@antfu/eslint-config": "^4.13.0",
|
|
64
|
-
"@vitejs/plugin-vue": "^5.2.3",
|
|
65
|
-
"@vue/test-utils": "^2.4.6",
|
|
66
|
-
"eslint": "^9.26.0",
|
|
67
|
-
"eslint-plugin-format": "^1.0.1",
|
|
68
|
-
"jsdom": "^26.1.0",
|
|
69
|
-
"typescript": "^5.8.3",
|
|
70
|
-
"vite": "^6.3.5",
|
|
71
|
-
"vitest": "^3.1.3",
|
|
72
|
-
"vue-tsc": "^2.2.10"
|
|
73
|
-
}
|
|
74
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@dolanske/vui",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "1.5.8",
|
|
5
|
+
"private": false,
|
|
6
|
+
"description": "Brother in Christ there's a new UI library",
|
|
7
|
+
"author": "dolanske",
|
|
8
|
+
"license": "GPL-3.0",
|
|
9
|
+
"sass": "src/index.scss",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git+https://github.com/dolanske/vui.git"
|
|
13
|
+
},
|
|
14
|
+
"keywords": [
|
|
15
|
+
"vue",
|
|
16
|
+
"vue3",
|
|
17
|
+
"component",
|
|
18
|
+
"component library",
|
|
19
|
+
"vue3 components"
|
|
20
|
+
],
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.ts",
|
|
24
|
+
"import": "./dist/vui.js"
|
|
25
|
+
},
|
|
26
|
+
"./style": {
|
|
27
|
+
"import": "./dist/vui.css",
|
|
28
|
+
"require": "./dist/vui.css",
|
|
29
|
+
"default": "./dist/vui.css"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"main": "./dist/vui.js",
|
|
33
|
+
"module": "./dist/vui.js",
|
|
34
|
+
"browser": "./dist/vui.js",
|
|
35
|
+
"unpkg": "./dist/vui.js",
|
|
36
|
+
"types": "./dist/index.d.ts",
|
|
37
|
+
"files": [
|
|
38
|
+
"./dist/*",
|
|
39
|
+
"LICENSE",
|
|
40
|
+
"README.md"
|
|
41
|
+
],
|
|
42
|
+
"scripts": {
|
|
43
|
+
"dev": "vite",
|
|
44
|
+
"build": "vue-tsc -b && vite build",
|
|
45
|
+
"build:pages": "vue-tsc -b && vite build --mode pages",
|
|
46
|
+
"preview": "vite preview",
|
|
47
|
+
"lint": "eslint .",
|
|
48
|
+
"lint:fix": "eslint . --fix",
|
|
49
|
+
"test": "vitest"
|
|
50
|
+
},
|
|
51
|
+
"dependencies": {
|
|
52
|
+
"@floating-ui/vue": "^1.1.6",
|
|
53
|
+
"@iconify-prerendered/vue-ph": "^0.28.1714973607",
|
|
54
|
+
"@types/node": "^22.15.14",
|
|
55
|
+
"@vuepic/vue-datepicker": "^11.0.2",
|
|
56
|
+
"@vueuse/core": "^13.1.0",
|
|
57
|
+
"sass": "^1.87.0",
|
|
58
|
+
"vaul-vue": "^0.4.1",
|
|
59
|
+
"vite-plugin-dts": "^4.5.3",
|
|
60
|
+
"vue": "^3.5.13"
|
|
61
|
+
},
|
|
62
|
+
"devDependencies": {
|
|
63
|
+
"@antfu/eslint-config": "^4.13.0",
|
|
64
|
+
"@vitejs/plugin-vue": "^5.2.3",
|
|
65
|
+
"@vue/test-utils": "^2.4.6",
|
|
66
|
+
"eslint": "^9.26.0",
|
|
67
|
+
"eslint-plugin-format": "^1.0.1",
|
|
68
|
+
"jsdom": "^26.1.0",
|
|
69
|
+
"typescript": "^5.8.3",
|
|
70
|
+
"vite": "^6.3.5",
|
|
71
|
+
"vitest": "^3.1.3",
|
|
72
|
+
"vue-tsc": "^2.2.10"
|
|
73
|
+
}
|
|
74
|
+
}
|