-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 1.14 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
{
"name": "vue-vuecmf-dialog",
"version": "2.0.6",
"description": "基于vue3、Element Plus和TypeScript的弹窗组件,支持最大化、最小化、还原、拖拽缩放窗口及弹窗主体自适应屏幕功能",
"main": "packages/index.ts",
"keyword": "vue-vuecmf-dialog vuecmf-dialog vuecmf vue3 dialog 弹窗组件",
"author": "emei8 <2278667823@qq.com|www.vuecmf.com>",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"lib": "vite build --target lib --name vuecmf-dialog --dest lib packages/index.ts",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"element-plus": "^2.6.0",
"vue": "^3.4.15"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.11.10",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^6.1.1",
"sass": "^1.71.1",
"typescript": "~5.3.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.4",
"vue-tsc": "^1.8.27"
}
}