-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.21 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
{
"name": "vue-plugin-jumpcard",
"version": "1.0.3",
"description": "Jump to every url!",
"type": "module",
"files": [
"dist"
],
"main": "./dist/JumpCard.js",
"module": "./dist/jumpcard.umd.cjs",
"exports": {
".": {
"import": "./dist/jumpcard.umd.cjs",
"require": "./dist/jumpcard.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/hestudio-community/JumpCard.git"
},
"scripts": {
"build": "vite build"
},
"keywords": [
"vue-plugin",
"url",
"card",
"jumpcard",
"hestudio"
],
"author": {
"name": "heStudio",
"email": "[email protected]",
"url": "https://www.hestudio.net/about"
},
"contributors": [
"undefined"
],
"displayName": "JumpCard",
"publisher": "undefined",
"license": "MIT",
"bugs": {
"url": "https://github.com/hestudio-community/JumpCard/issues"
},
"homepage": "https://github.com/hestudio-community/JumpCard#readme",
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"element-plus": "^2.6.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.7"
}
}