@zhangqingcq/vgce 0.0.26 → 0.0.27
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/style.css +1 -1
- package/dist/vgce.js +5 -5
- package/dist/vgce.umd.cjs +2 -2
- package/package.json +7 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@zhangqingcq/vgce",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.27",
|
4
4
|
"description": "Vector graphics configure editor. svg组态编辑器。基于vue3.3+ts+element-plus+vite",
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -23,14 +23,6 @@
|
|
23
23
|
"./*": "./*"
|
24
24
|
},
|
25
25
|
"types": "types/index.d.ts",
|
26
|
-
"scripts": {
|
27
|
-
"dev": "vite",
|
28
|
-
"build": "run-p type-check build-only",
|
29
|
-
"preview": "vite preview",
|
30
|
-
"build-only": "vite build",
|
31
|
-
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
32
|
-
"lib": "vue-tsc --noEmit --skipLibCheck && vite build --mode lib"
|
33
|
-
},
|
34
26
|
"repository": {
|
35
27
|
"type": "git",
|
36
28
|
"url": "git+https://github.com/RickyHeaven/VGCE.git"
|
@@ -91,5 +83,10 @@
|
|
91
83
|
"node": ">=18.16.0",
|
92
84
|
"npm": ">=9.5.1",
|
93
85
|
"pnpm": ">=8.6.0"
|
86
|
+
},
|
87
|
+
"scripts": {
|
88
|
+
"dev": "vite",
|
89
|
+
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
90
|
+
"lib": "vue-tsc --noEmit --skipLibCheck && vite build --mode lib"
|
94
91
|
}
|
95
|
-
}
|
92
|
+
}
|