-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
77 lines (77 loc) · 1.75 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
{
"name": "vui-vc-next",
"version": "0.13.34",
"description": "Mobile web UI components based on Vue 3 and Vite 5",
"files": [
"dist/style.css",
"dist/vui-vc-next.es.js",
"dist/vui-vc-next.umd.js",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"main": "dist/vui-vc-next.umd.js",
"module": "dist/vui-vc-next.es.js",
"exports": {
".": {
"import": "./dist/vui-vc-next.es.js",
"require": "./dist/vui-vc-next.umd.js"
},
"./css": "./dist/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/v-poc/vui-vc-next.git"
},
"keywords": [
"vue",
"vue-components",
"vue3",
"vue3-components",
"vite",
"vui",
"vue-ui",
"vue3-ui",
"vue3-vite",
"vue3-vite-ui",
"vue-composition-api",
"vitepress",
"vue3-vite-vitepress",
"vue3-vite-vitepress-ui",
"vite5",
"vue3-vite5-ui",
"vue3-vite5-vitepress-ui"
],
"author": "Niko Ni",
"license": "MIT",
"bugs": {
"url": "https://github.com/v-poc/vui-vc-next/issues"
},
"homepage": "https://github.com/v-poc/vui-vc-next/blob/dev/README.md",
"scripts": {
"dev": "vite",
"dev-docs": "cd docs && vitepress",
"build": "vite build --config lib/vite.config.js",
"build-demo": "vite build",
"build-docs": "cd docs && vitepress build",
"serve": "vite preview",
"serve-build": "vite build && cd ./dist && vite",
"start": "vite"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.3",
"postcss-pxtorem": "^6.1.0",
"sass": "1.77.6",
"vite": "^5.4.3",
"vitepress": "^1.3.4",
"vue": "^3.5.1",
"vue-router": "^4.4.3"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"browserslist": [
"iOS >= 8",
"Android > 4.0"
]
}