flowbite-qwik-icons 0.1.5 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +5 -9
- package/lib/flowbite-icons.qwik.cjs +29 -8
- package/lib/flowbite-icons.qwik.mjs +29 -9
- package/lib-types/components/Icon/icons/IconAwardOutline.d.ts +1 -0
- package/lib-types/components/Icon/index.d.ts +1 -0
- package/lib-types/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "flowbite-qwik-icons",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.7",
|
4
4
|
"description": "Unofficial library for the free and open-source collection of over 430+ SVG icons for Flowbite and Qwik",
|
5
5
|
"keywords": [
|
6
6
|
"icon-library",
|
@@ -43,6 +43,8 @@
|
|
43
43
|
],
|
44
44
|
"trustedDependencies-annotation": "Needed for bun to allow running install scripts",
|
45
45
|
"devDependencies": {
|
46
|
+
"@builder.io/qwik": "1.5.5",
|
47
|
+
"@builder.io/qwik-city": "1.5.5",
|
46
48
|
"@qwikest/icons": "^0.0.13",
|
47
49
|
"@types/eslint": "^8.56.10",
|
48
50
|
"@types/node": "^20.14.1",
|
@@ -61,10 +63,6 @@
|
|
61
63
|
"vite-tsconfig-paths": "^4.3.2",
|
62
64
|
"vitest": "^1.6.0"
|
63
65
|
},
|
64
|
-
"peerDependencies": {
|
65
|
-
"@builder.io/qwik": "1.5.5",
|
66
|
-
"@builder.io/qwik-city": "1.5.5"
|
67
|
-
},
|
68
66
|
"scripts": {
|
69
67
|
"build": "rm -rf lib && rm -rf lib-types && vite build --mode lib && npm run build.types",
|
70
68
|
"build.watch": "vite build --mode lib --watch",
|
@@ -75,6 +73,7 @@
|
|
75
73
|
"fmt": "prettier --write .",
|
76
74
|
"fmt.check": "prettier --check .",
|
77
75
|
"generate.icons": "tsx ./scripts/generate-icons.ts",
|
76
|
+
"postgenerate.icons": "prettier --write ./src",
|
78
77
|
"lint": "npx eslint",
|
79
78
|
"release": "np",
|
80
79
|
"start": "vite --open --mode ssr",
|