-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.62 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
{
"name": "hzlzh-ui",
"version": "1.0.19",
"type": "module",
"description": "个人自定义vue3组件库",
"main": "./lib/cjs/index.cjs",
"module": "./lib/es/index.js",
"homepage": "https://hzzou.github.io/hzlzh-ui",
"repository": {
"type": "git",
"url": "https://github.com/hzzou/hzlzh-ui"
},
"scripts": {
"build": "rimraf lib && vite build",
"eslint": "eslint packages/* --fix",
"test": "vitest virtualSelect",
"coverave": "vitest virtualTable run --coverage"
},
"dependencies": {
"vue": "3.2.47"
},
"peerDependencies": {
"vue": "^3.2.47"
},
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"import": "./lib/es/index.js",
"require": "./lib/cjs/index.cjs"
},
"./lib/es/style.css": "./lib/es/style.css"
},
"devDependencies": {
"@rollup/plugin-legacy": "2.2.0",
"@types/node": "20.2.5",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"@vitejs/plugin-legacy": "4.1.1",
"@vitejs/plugin-vue": "4.1.0",
"@vitest/coverage-v8": "0.34.3",
"@vue/test-utils": "2.4.1",
"eslint": "8.0.0",
"eslint-plugin-vue": "9.14.1",
"happy-dom": "10.11.2",
"rollup": "3.28.1",
"sass": "1.62.1",
"terser": "5.19.2",
"typescript": "5.0.2",
"unplugin-vue-components": "0.25.1",
"vite": "4.0.0",
"vite-plugin-dts": "2.3.0",
"vite-plugin-vue-setup-extend": "0.4.0",
"vitest": "0.34.3",
"vue-tsc": "1.4.2"
},
"workspaces": [
"packages/*",
"cli",
"docs",
"example"
],
"keywords": [],
"author": "hzlzh",
"license": "ISC"
}