@flamingo-stack/openframe-frontend-core 0.0.441 → 0.0.442
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 +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flamingo-stack/openframe-frontend-core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.442",
|
|
4
4
|
"description": "Shared design system and components for all Flamingo platforms",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -267,6 +267,10 @@
|
|
|
267
267
|
"yalc:push": "yalc push ${YALC_STORE_FOLDER:+--store-folder \"$YALC_STORE_FOLDER\"}",
|
|
268
268
|
"yalc:publish": "yalc publish ${YALC_STORE_FOLDER:+--store-folder \"$YALC_STORE_FOLDER\"}",
|
|
269
269
|
"generate:icons": "node scripts/generate-icons.mjs",
|
|
270
|
+
"lint:biome": "biome check .",
|
|
271
|
+
"lint:biome:fix": "biome check --fix .",
|
|
272
|
+
"format": "biome format .",
|
|
273
|
+
"format:fix": "biome format --fix .",
|
|
270
274
|
"storybook": "storybook dev -p 6006",
|
|
271
275
|
"build-storybook": "storybook build"
|
|
272
276
|
},
|
|
@@ -362,6 +366,7 @@
|
|
|
362
366
|
"vaul": "^1.1.2"
|
|
363
367
|
},
|
|
364
368
|
"devDependencies": {
|
|
369
|
+
"@biomejs/biome": "2.4.4",
|
|
365
370
|
"@hookform/resolvers": "^5.4.0",
|
|
366
371
|
"@storybook/nextjs-vite": "^10.1.11",
|
|
367
372
|
"@svgr/cli": "^8.1.0",
|