ksw-vue-icon 2.0.7 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -22
- package/packages/index.es.js +645 -465
package/package.json
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ksw-vue-icon",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
|
+
"author": "Dongxingjian <email@example.com>",
|
|
5
|
+
"license": "ISC",
|
|
4
6
|
"description": "Vue Icon",
|
|
5
7
|
"type": "commonjs",
|
|
6
8
|
"main": "packages/index.es.js",
|
|
@@ -8,27 +10,7 @@
|
|
|
8
10
|
"styles"
|
|
9
11
|
],
|
|
10
12
|
"repository": "https://github.com/sengoku-f/KSW-vue-icon",
|
|
11
|
-
"scripts": {
|
|
12
|
-
"generate": "sudo rm -rf src/icons && node bin/build.js",
|
|
13
|
-
"dev": "vite",
|
|
14
|
-
"build": "vite build",
|
|
15
|
-
"build-packages": "BUILD=packages vite build",
|
|
16
|
-
"preview": "vite preview",
|
|
17
|
-
"lint": "vite lint"
|
|
18
|
-
},
|
|
19
13
|
"dependencies": {
|
|
20
|
-
"
|
|
21
|
-
"svgo": "^3.2.0",
|
|
22
|
-
"uppercamelcase": "^3.0.0",
|
|
23
|
-
"vue": "^3.4.21",
|
|
24
|
-
"vue-clipboard3": "^2.0.0",
|
|
25
|
-
"vue-m-message": "^4.0.2"
|
|
26
|
-
},
|
|
27
|
-
"devDependencies": {
|
|
28
|
-
"@vitejs/plugin-vue": "^5.0.4",
|
|
29
|
-
"vite": "^5.2.8"
|
|
30
|
-
},
|
|
31
|
-
"config": {
|
|
32
|
-
"style": "fill"
|
|
14
|
+
"vue": "^3.4.21"
|
|
33
15
|
}
|
|
34
16
|
}
|