@burdenoff/microfe-vibecontrols 2026.714.1 → 2026.716.1
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 +13 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@burdenoff/microfe-vibecontrols",
|
|
3
|
-
"version": "2026.
|
|
3
|
+
"version": "2026.716.1",
|
|
4
4
|
"description": "VibeControls microfrontend for Burdenoff products",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -38,7 +38,10 @@
|
|
|
38
38
|
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
|
|
39
39
|
"format:check": "prettier --check \"src/**/*.{ts,tsx}\"",
|
|
40
40
|
"type:check": "tsc --noEmit",
|
|
41
|
-
"sanity": "bun run codegen && bun run lint:sanity && bun run format:check && bun run type:check && bun run build",
|
|
41
|
+
"sanity": "bun run codegen && bun run lint:sanity && bun run format:check && bun run type:check && bun run build && bun run build-storybook",
|
|
42
|
+
"storybook": "storybook dev -p 6006",
|
|
43
|
+
"build-storybook": "storybook build",
|
|
44
|
+
"test:storybook": "test-storybook",
|
|
42
45
|
"schema:pull": "graphql-codegen --project schema-wspace && graphql-codegen --project schema-global",
|
|
43
46
|
"codegen": "graphql-codegen --project wspace && graphql-codegen --project global",
|
|
44
47
|
"codegen:all": "bun run schema:pull && bun run codegen",
|
|
@@ -85,7 +88,14 @@
|
|
|
85
88
|
"@graphql-codegen/typescript-operations": "^4.0.0",
|
|
86
89
|
"@graphql-codegen/typescript-react-apollo": "^4.0.0",
|
|
87
90
|
"@playwright/test": "^1.59.1",
|
|
91
|
+
"@storybook/addon-essentials": "^8.6.0",
|
|
92
|
+
"@storybook/addon-interactions": "^8.6.0",
|
|
93
|
+
"@storybook/react": "^8.6.0",
|
|
94
|
+
"@storybook/react-vite": "^8.6.0",
|
|
95
|
+
"@storybook/test": "^8.6.0",
|
|
96
|
+
"@storybook/test-runner": "0.22.0",
|
|
88
97
|
"@tailwindcss/postcss": "^4.1.18",
|
|
98
|
+
"@tailwindcss/vite": "^4.3.2",
|
|
89
99
|
"@types/bun": "^1.3.9",
|
|
90
100
|
"@types/dagre": "^0.7.53",
|
|
91
101
|
"@types/react": "^19.0.2",
|
|
@@ -100,6 +110,7 @@
|
|
|
100
110
|
"postcss": "^8.4.49",
|
|
101
111
|
"prettier": "^3.4.2",
|
|
102
112
|
"rimraf": "^6.0.1",
|
|
113
|
+
"storybook": "^8.6.0",
|
|
103
114
|
"tailwindcss": "^4.0.0",
|
|
104
115
|
"typescript": "^5.9.0",
|
|
105
116
|
"typescript-eslint": "^8.56.0",
|