-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 1.89 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": "litos-ui-vue",
"description": "基于 Vue3 的 UI 组件库",
"version": "0.0.1",
"type": "module",
"scripts": {
"g:c": "node scripts/index.js template",
"lib:build": "vite build",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"inspect:eslint": "eslint --inspect-config",
"publish:version": "node scripts/publish.js"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@eslint/markdown": "^6.2.1",
"@floating-ui/dom": "^1.6.12",
"@floating-ui/vue": "^1.1.5",
"@tanstack/vue-table": "^8.20.5",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.1.5",
"eslint": "^9.14.0",
"eslint-plugin-vue": "^9.31.0",
"globals": "^15.12.0",
"less": "^4.2.0",
"prettier": "^3.3.3",
"shiki": "^1.22.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11",
"vite-plugin-dts": "4.3.0",
"vitepress": "^1.5.0",
"vue-tsc": "^2.1.10"
},
"peerDependencies": {
"vue": "^3.3.11"
},
"files": [
"lib",
"style"
],
"main": "./lib/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
"./style/*": "./style/*",
"./lib/*": "./lib/*",
".": {
"import": "./lib/index.js",
"require": "./lib/index.js",
"types": "./lib/index.d.ts"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/DvShu/litos-ui-vue.git"
},
"keywords": [
"litos-ui-vue",
"neatui",
"vue",
"ui framework",
"component library"
],
"homepage": "https://dvshu.github.io/litos-ui-vue/",
"bugs": {
"url": "https://github.com/DvShu/litos-ui-vue/issues"
},
"license": "MulanPSL-2.0",
"dependencies": {
"ph-utils": "^0.9.15",
"qrcode-generator-es": "^1.0.3",
"vue-router": "^4.4.5"
},
"packageManager": "[email protected]"
}