flowbite-qwik-icons 0.1.4 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowbite-qwik-icons",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
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",
@@ -35,6 +35,7 @@
35
35
  "engines": {
36
36
  "node": ">=20.0.0"
37
37
  },
38
+ "sideEffects": false,
38
39
  "engines-annotation": "Mostly required by sharp which needs a Node-API v9 compatible runtime",
39
40
  "private": false,
40
41
  "trustedDependencies": [
@@ -42,6 +43,8 @@
42
43
  ],
43
44
  "trustedDependencies-annotation": "Needed for bun to allow running install scripts",
44
45
  "devDependencies": {
46
+ "@builder.io/qwik": "1.5.5",
47
+ "@builder.io/qwik-city": "1.5.5",
45
48
  "@qwikest/icons": "^0.0.13",
46
49
  "@types/eslint": "^8.56.10",
47
50
  "@types/node": "^20.14.1",
@@ -60,10 +63,6 @@
60
63
  "vite-tsconfig-paths": "^4.3.2",
61
64
  "vitest": "^1.6.0"
62
65
  },
63
- "peerDependencies": {
64
- "@builder.io/qwik": "1.5.5",
65
- "@builder.io/qwik-city": "1.5.5"
66
- },
67
66
  "scripts": {
68
67
  "build": "rm -rf lib && rm -rf lib-types && vite build --mode lib && npm run build.types",
69
68
  "build.watch": "vite build --mode lib --watch",
@@ -74,6 +73,7 @@
74
73
  "fmt": "prettier --write .",
75
74
  "fmt.check": "prettier --check .",
76
75
  "generate.icons": "tsx ./scripts/generate-icons.ts",
76
+ "postgenerate.icons": "prettier --write ./src",
77
77
  "lint": "npx eslint",
78
78
  "release": "np",
79
79
  "start": "vite --open --mode ssr",