@burdenoff/microfe-bigconsole 2026.715.2 → 2026.716.2
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 +12 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@burdenoff/microfe-bigconsole",
|
|
3
|
-
"version": "2026.
|
|
3
|
+
"version": "2026.716.2",
|
|
4
4
|
"description": "BigConsole - AI-powered analytics and dashboard platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -29,7 +29,10 @@
|
|
|
29
29
|
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
|
|
30
30
|
"format:check": "prettier --check \"src/**/*.{ts,tsx}\"",
|
|
31
31
|
"type:check": "tsc --noEmit",
|
|
32
|
-
"sanity": "bun run codegen && bun run lint:sanity && bun run format:check && bun run type:check && bun run build",
|
|
32
|
+
"sanity": "bun run codegen && bun run lint:sanity && bun run format:check && bun run type:check && bun run build && bun run build-storybook",
|
|
33
|
+
"storybook": "storybook dev -p 6006",
|
|
34
|
+
"build-storybook": "storybook build",
|
|
35
|
+
"test:storybook": "test-storybook",
|
|
33
36
|
"schema:pull": "graphql-codegen --project schema-wspace && graphql-codegen --project schema-global",
|
|
34
37
|
"codegen:all": "bun run schema:pull && bun run codegen",
|
|
35
38
|
"switch:status": "bun scripts/deps-mode.ts status",
|
|
@@ -88,6 +91,12 @@
|
|
|
88
91
|
"@types/react-grid-layout": "^1.3.5",
|
|
89
92
|
"@types/uuid": "^11.0.0",
|
|
90
93
|
"@vitejs/plugin-react": "^4.3.4",
|
|
94
|
+
"@storybook/addon-essentials": "^8.6.0",
|
|
95
|
+
"@storybook/addon-interactions": "^8.6.0",
|
|
96
|
+
"@storybook/react-vite": "^8.6.0",
|
|
97
|
+
"@storybook/test": "^8.6.0",
|
|
98
|
+
"@storybook/test-runner": "0.22.0",
|
|
99
|
+
"@tailwindcss/vite": "^4.3.2",
|
|
91
100
|
"autoprefixer": "^10.4.20",
|
|
92
101
|
"eslint": "^9.18.0",
|
|
93
102
|
"eslint-plugin-react": "^7.37.5",
|
|
@@ -96,6 +105,7 @@
|
|
|
96
105
|
"lefthook": "^2.1.1",
|
|
97
106
|
"postcss": "^8.4.49",
|
|
98
107
|
"prettier": "3.9.5",
|
|
108
|
+
"storybook": "^8.6.0",
|
|
99
109
|
"tailwindcss": "^4.0.0",
|
|
100
110
|
"typescript": "^5.9.0",
|
|
101
111
|
"typescript-eslint": "^8.50.1",
|