-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.09 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
{
"name": "select-org-info",
"version": "0.0.8",
"description": "通过该组件选择组织信息,包括人员、部门、角色",
"main": "dist/select-org-info.umd.js",
"type": "module",
"keywords": [
"select-org-info",
"组织信息",
"组织",
"人员",
"部门",
"角色",
"组织架构"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"element-plus": "^2.7.6",
"pinia": "^2.1.7",
"radash": "^12.1.0",
"scss": "^0.2.4",
"ts-node": "^10.9.2",
"vue": "^3.4.29",
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"sass": "^1.77.6",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.1",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.21"
}
}