@powerhousedao/common 4.1.0-dev.56 → 4.1.0-dev.58
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/dist/drive-analytics/processor/document-processor.d.ts +2 -3
- package/dist/drive-analytics/processor/document-processor.d.ts.map +1 -1
- package/dist/drive-analytics/processor/document-processor.js +2 -1
- package/dist/drive-analytics/processor/document-processor.js.map +1 -1
- package/dist/drive-analytics/processor/drive-processor.d.ts +2 -3
- package/dist/drive-analytics/processor/drive-processor.d.ts.map +1 -1
- package/dist/drive-analytics/processor/drive-processor.js +2 -1
- package/dist/drive-analytics/processor/drive-processor.js.map +1 -1
- package/dist/drive-analytics/processor/index.d.ts +2 -2
- package/dist/drive-analytics/processor/index.d.ts.map +1 -1
- package/dist/drive-analytics/processor/index.js +1 -2
- package/dist/drive-analytics/processor/index.js.map +1 -1
- package/dist/drive-analytics/useDocumentAnalytics.d.ts +5 -3
- package/dist/drive-analytics/useDocumentAnalytics.d.ts.map +1 -1
- package/dist/drive-analytics/useDocumentAnalytics.js +3 -1
- package/dist/drive-analytics/useDocumentAnalytics.js.map +1 -1
- package/dist/drive-analytics/useDriveAnalytics.d.ts +3 -3
- package/dist/drive-analytics/useDriveAnalytics.d.ts.map +1 -1
- package/dist/drive-analytics/useDriveAnalytics.js +3 -1
- package/dist/drive-analytics/useDriveAnalytics.js.map +1 -1
- package/dist/editors/generic-drive-explorer/components/create-document.js +2 -2
- package/dist/editors/generic-drive-explorer/components/create-document.js.map +1 -1
- package/dist/editors/generic-drive-explorer/components/file-content-view.d.ts +1 -1
- package/dist/editors/generic-drive-explorer/components/file-content-view.d.ts.map +1 -1
- package/dist/editors/generic-drive-explorer/components/file-content-view.js +0 -1
- package/dist/editors/generic-drive-explorer/components/file-content-view.js.map +1 -1
- package/dist/editors/generic-drive-explorer/components/folder-view.d.ts +1 -1
- package/dist/editors/generic-drive-explorer/components/folder-view.d.ts.map +1 -1
- package/dist/editors/generic-drive-explorer/components/folder-view.js +1 -2
- package/dist/editors/generic-drive-explorer/components/folder-view.js.map +1 -1
- package/dist/editors/generic-drive-explorer/components/index.d.ts +6 -0
- package/dist/editors/generic-drive-explorer/components/index.d.ts.map +1 -0
- package/dist/editors/generic-drive-explorer/components/index.js +6 -0
- package/dist/editors/generic-drive-explorer/components/index.js.map +1 -0
- package/dist/editors/generic-drive-explorer/components/layout.d.ts +1 -1
- package/dist/editors/generic-drive-explorer/components/layout.d.ts.map +1 -1
- package/dist/editors/generic-drive-explorer/components/layout.js.map +1 -1
- package/dist/editors/generic-drive-explorer/editor.d.ts +4 -4
- package/dist/editors/generic-drive-explorer/editor.d.ts.map +1 -1
- package/dist/editors/generic-drive-explorer/editor.js +5 -7
- package/dist/editors/generic-drive-explorer/editor.js.map +1 -1
- package/dist/editors/generic-drive-explorer/generic-drive-explorer.stories.d.ts +2 -3
- package/dist/editors/generic-drive-explorer/generic-drive-explorer.stories.d.ts.map +1 -1
- package/dist/editors/generic-drive-explorer/generic-drive-explorer.stories.js +31 -2
- package/dist/editors/generic-drive-explorer/generic-drive-explorer.stories.js.map +1 -1
- package/dist/editors/generic-drive-explorer/index.d.ts +3 -2
- package/dist/editors/generic-drive-explorer/index.d.ts.map +1 -1
- package/dist/editors/generic-drive-explorer/index.js +3 -12
- package/dist/editors/generic-drive-explorer/index.js.map +1 -1
- package/dist/editors/generic-drive-explorer/module.d.ts +3 -0
- package/dist/editors/generic-drive-explorer/module.d.ts.map +1 -0
- package/dist/editors/generic-drive-explorer/module.js +13 -0
- package/dist/editors/generic-drive-explorer/module.js.map +1 -0
- package/dist/editors/index.d.ts +2 -1
- package/dist/editors/index.d.ts.map +1 -1
- package/dist/editors/index.js +3 -1
- package/dist/editors/index.js.map +1 -1
- package/dist/editors/utils/cn.d.ts +3 -0
- package/dist/editors/utils/cn.d.ts.map +1 -0
- package/dist/editors/utils/cn.js +6 -0
- package/dist/editors/utils/cn.js.map +1 -0
- package/dist/editors/utils/index.d.ts +2 -9
- package/dist/editors/utils/index.d.ts.map +1 -1
- package/dist/editors/utils/index.js +2 -5
- package/dist/editors/utils/index.js.map +1 -1
- package/dist/editors/utils/types.d.ts +8 -0
- package/dist/editors/utils/types.d.ts.map +1 -0
- package/dist/editors/utils/types.js +2 -0
- package/dist/editors/utils/types.js.map +1 -0
- package/dist/hooks/useTimelineItems.d.ts +1 -1
- package/dist/hooks/useTimelineItems.d.ts.map +1 -1
- package/dist/hooks/useTimelineItems.js +3 -2
- package/dist/hooks/useTimelineItems.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/get-revision-from-date.d.ts +3 -0
- package/dist/utils/get-revision-from-date.d.ts.map +1 -0
- package/dist/utils/get-revision-from-date.js +10 -0
- package/dist/utils/get-revision-from-date.js.map +1 -0
- package/dist/utils/index.d.ts +1 -2
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +1 -9
- package/dist/utils/index.js.map +1 -1
- package/package.json +20 -30
- package/dist/editors/utils/storybook.d.ts +0 -7
- package/dist/editors/utils/storybook.d.ts.map +0 -1
- package/dist/editors/utils/storybook.js +0 -27
- package/dist/editors/utils/storybook.js.map +0 -1
- package/dist/package.json +0 -90
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-revision-from-date.d.ts","sourceRoot":"","sources":["../../utils/get-revision-from-date.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEhD,eAAO,MAAM,mBAAmB,GAC9B,YAAY,IAAI,EAChB,UAAU,IAAI,EACd,aAAY,SAAS,EAAO,WAU7B,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const getRevisionFromDate = (startDate, endDate, operations = []) => {
|
|
2
|
+
if (!startDate || !endDate)
|
|
3
|
+
return 0;
|
|
4
|
+
const operation = operations.find((operation) => {
|
|
5
|
+
const operationDate = new Date(operation.timestampUtcMs);
|
|
6
|
+
return operationDate >= startDate && operationDate <= endDate;
|
|
7
|
+
});
|
|
8
|
+
return operation ? operation.index : 0;
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=get-revision-from-date.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-revision-from-date.js","sourceRoot":"","sources":["../../utils/get-revision-from-date.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,mBAAmB,GAAG,CACjC,SAAgB,EAChB,OAAc,EACd,aAA0B,EAAE,EAC5B,EAAE;IACF,IAAI,CAAC,SAAS,IAAI,CAAC,OAAO;QAAE,OAAO,CAAC,CAAC;IAErC,MAAM,SAAS,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,EAAE;QAC9C,MAAM,aAAa,GAAG,IAAI,IAAI,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;QACzD,OAAO,aAAa,IAAI,SAAS,IAAI,aAAa,IAAI,OAAO,CAAC;IAChE,CAAC,CAAC,CAAC;IAEH,OAAO,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;AACzC,CAAC,CAAC"}
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../utils/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC"}
|
package/dist/utils/index.js
CHANGED
|
@@ -1,10 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
if (!startDate || !endDate)
|
|
3
|
-
return 0;
|
|
4
|
-
const operation = operations.find((operation) => {
|
|
5
|
-
const operationDate = new Date(operation.timestampUtcMs);
|
|
6
|
-
return operationDate >= startDate && operationDate <= endDate;
|
|
7
|
-
});
|
|
8
|
-
return operation ? operation.index : 0;
|
|
9
|
-
};
|
|
1
|
+
export * from "./get-revision-from-date.js";
|
|
10
2
|
//# sourceMappingURL=index.js.map
|
package/dist/utils/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../utils/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/common",
|
|
3
|
-
"version": "4.1.0-dev.
|
|
3
|
+
"version": "4.1.0-dev.58",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -10,29 +10,23 @@
|
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "https://github.com/powerhouse-inc/powerhouse"
|
|
12
12
|
},
|
|
13
|
-
"exports":
|
|
14
|
-
".": "./dist/index.js",
|
|
15
|
-
"./*": "./dist/*.js",
|
|
16
|
-
"./drive-analytics": "./dist/drive-analytics/index.js"
|
|
17
|
-
},
|
|
13
|
+
"exports": "./dist/index.js",
|
|
18
14
|
"types": "./dist/index.d.ts",
|
|
19
|
-
"imports": {
|
|
20
|
-
"#document-models/*": "./dist/document-models/*.js",
|
|
21
|
-
"#editors/*": "./dist/editors/*.js"
|
|
22
|
-
},
|
|
23
15
|
"description": "The Powerhouse Common package contains the basic document model and drive UI (App) that is required to get started with Connect and visualize private & public apps.",
|
|
24
16
|
"peerDependencies": {
|
|
25
17
|
"react": "^18.3.1",
|
|
26
|
-
"react-dom": "^18.3.1"
|
|
27
|
-
"@powerhousedao/reactor-browser": "4.1.0-dev.56"
|
|
18
|
+
"react-dom": "^18.3.1"
|
|
28
19
|
},
|
|
29
20
|
"dependencies": {
|
|
21
|
+
"@powerhousedao/analytics-engine-core": "^0.5.0",
|
|
30
22
|
"@tanstack/react-virtual": "^3.8.1",
|
|
23
|
+
"@types/luxon": "^3.7.1",
|
|
24
|
+
"luxon": "^3.7.1",
|
|
31
25
|
"react-i18next": "^13.5.0",
|
|
32
|
-
"@powerhousedao/
|
|
33
|
-
"document-drive": "4.1.0-dev.
|
|
34
|
-
"
|
|
35
|
-
"
|
|
26
|
+
"@powerhousedao/builder-tools": "4.1.0-dev.58",
|
|
27
|
+
"document-drive": "4.1.0-dev.58",
|
|
28
|
+
"@powerhousedao/design-system": "4.1.0-dev.58",
|
|
29
|
+
"document-model": "4.1.0-dev.58"
|
|
36
30
|
},
|
|
37
31
|
"devDependencies": {
|
|
38
32
|
"@storybook/addon-actions": "^8.6.7",
|
|
@@ -51,7 +45,7 @@
|
|
|
51
45
|
"@storybook/types": "^8.6.7",
|
|
52
46
|
"@tailwindcss/cli": "^4.1.4",
|
|
53
47
|
"@tailwindcss/vite": "^4.1.4",
|
|
54
|
-
"@types/node": "^
|
|
48
|
+
"@types/node": "^24.3.0",
|
|
55
49
|
"@types/react": "^18.3.18",
|
|
56
50
|
"@types/wicg-file-system-access": "^2020.9.6",
|
|
57
51
|
"autoprefixer": "^10.4.20",
|
|
@@ -67,23 +61,19 @@
|
|
|
67
61
|
"tailwindcss": "^4.0.9",
|
|
68
62
|
"tsx": "^4.20.3",
|
|
69
63
|
"uuid": "^11.0.5",
|
|
70
|
-
"vite": "^
|
|
71
|
-
"
|
|
64
|
+
"vite": "^7.1.3",
|
|
65
|
+
"vite-plugin-node-polyfills": "^0.24.0",
|
|
66
|
+
"vitest": "^3.2.4",
|
|
72
67
|
"zod": "^3.24.3",
|
|
73
|
-
"@powerhousedao/config": "4.1.0-dev.
|
|
74
|
-
"@powerhousedao/reactor-browser": "4.1.0-dev.
|
|
75
|
-
"document-model": "4.1.0-dev.
|
|
68
|
+
"@powerhousedao/config": "4.1.0-dev.58",
|
|
69
|
+
"@powerhousedao/reactor-browser": "4.1.0-dev.58",
|
|
70
|
+
"document-model": "4.1.0-dev.58"
|
|
76
71
|
},
|
|
77
72
|
"scripts": {
|
|
73
|
+
"tsc": "tsc",
|
|
74
|
+
"lint": "eslint",
|
|
78
75
|
"dev": "ph-cli dev --config-file ./powerhouse.config.json",
|
|
79
76
|
"build:css": "pnpm dlx @tailwindcss/cli -i ./editors/styles.css -o ./dist/editors/styles.css",
|
|
80
|
-
"
|
|
81
|
-
"lint": "eslint",
|
|
82
|
-
"build": "npm run build:css && npm run build:tsc",
|
|
83
|
-
"prebuild": "npm run clean",
|
|
84
|
-
"storybook": "storybook dev -p 6006",
|
|
85
|
-
"build-storybook": "storybook build",
|
|
86
|
-
"clean": "rimraf dist",
|
|
87
|
-
"clean:node_modules": "rimraf node_modules"
|
|
77
|
+
"storybook": "storybook dev -p 6006"
|
|
88
78
|
}
|
|
89
79
|
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { DocumentStory, EditorStoryArgs, EditorStoryProps } from "@powerhousedao/builder-tools/editor-utils";
|
|
2
|
-
import type { Decorator, Meta } from "@storybook/react";
|
|
3
|
-
export declare function createDriveStory<T extends (props: any) => React.JSX.Element>(Editor: T, initialState?: any, additionalStoryArgs?: EditorStoryArgs, decorators?: Decorator<EditorStoryProps>[]): {
|
|
4
|
-
meta: Meta<T>;
|
|
5
|
-
CreateDocumentStory: DocumentStory;
|
|
6
|
-
};
|
|
7
|
-
//# sourceMappingURL=storybook.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storybook.d.ts","sourceRoot":"","sources":["../../../editors/utils/storybook.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,aAAa,EACb,eAAe,EACf,gBAAgB,EACjB,MAAM,2CAA2C,CAAC;AAGnD,OAAO,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAMxD,wBAAgB,gBAAgB,CAAC,CAAC,SAAS,CAAC,KAAK,EAAE,GAAG,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,EAC1E,MAAM,EAAE,CAAC,EACT,YAAY,CAAC,EAAE,GAAG,EAClB,mBAAmB,CAAC,EAAE,eAAe,EACrC,UAAU,CAAC,EAAE,SAAS,CAAC,gBAAgB,CAAC,EAAE,GACzC;IACD,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;IACd,mBAAmB,EAAE,aAAa,CAAC;CACpC,CAkCA"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { createDocumentStory } from "@powerhousedao/builder-tools/editor-utils";
|
|
3
|
-
import { DriveContextProvider } from "@powerhousedao/reactor-browser";
|
|
4
|
-
import { driveDocumentModelModule } from "document-drive";
|
|
5
|
-
import { createState } from "document-drive/drive-document-model/gen/index";
|
|
6
|
-
import { defaultBaseState } from "document-model";
|
|
7
|
-
export function createDriveStory(Editor, initialState, additionalStoryArgs, decorators) {
|
|
8
|
-
const story = createDocumentStory(Editor, driveDocumentModelModule.reducer, initialState ?? createState(defaultBaseState(), { name: "Powerhouse" }), additionalStoryArgs, [
|
|
9
|
-
(Story, context) => (_jsx(DriveContextProvider, { value: {
|
|
10
|
-
onAddFile: () => Promise.resolve(),
|
|
11
|
-
onAddFolder: () => Promise.resolve(undefined),
|
|
12
|
-
onRenameNode: () => Promise.resolve(undefined),
|
|
13
|
-
onCopyNode: () => Promise.resolve(),
|
|
14
|
-
onMoveNode: () => Promise.resolve(),
|
|
15
|
-
onDuplicateNode: () => Promise.resolve(),
|
|
16
|
-
showDeleteNodeModal: () => { },
|
|
17
|
-
showCreateDocumentModal(documentModel) {
|
|
18
|
-
return Promise.resolve({
|
|
19
|
-
name: `New ${documentModel.documentModel.name}`,
|
|
20
|
-
});
|
|
21
|
-
},
|
|
22
|
-
}, children: _jsx(Story, {}) })),
|
|
23
|
-
...(decorators ?? []),
|
|
24
|
-
]);
|
|
25
|
-
return story;
|
|
26
|
-
}
|
|
27
|
-
//# sourceMappingURL=storybook.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storybook.js","sourceRoot":"","sources":["../../../editors/utils/storybook.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;AAChF,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAEtE,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAElD,MAAM,UAAU,gBAAgB,CAC9B,MAAS,EACT,YAAkB,EAClB,mBAAqC,EACrC,UAA0C;IAK1C,MAAM,KAAK,GAAG,mBAAmB,CAC/B,MAAM,EACN,wBAAwB,CAAC,OAAO,EAChC,YAAY,IAAI,WAAW,CAAC,gBAAgB,EAAE,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC,EACvE,mBAAmB,EACnB;QACE,CAAC,KAAK,EAAE,OAAO,EAAE,EAAE,CAAC,CAClB,KAAC,oBAAoB,IACnB,KAAK,EAAE;gBACL,SAAS,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,EAAE;gBAClC,WAAW,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,SAAS,CAAC;gBAC7C,YAAY,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,SAAS,CAAC;gBAC9C,UAAU,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,EAAE;gBACnC,UAAU,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,EAAE;gBACnC,eAAe,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,EAAE;gBACxC,mBAAmB,EAAE,GAAG,EAAE,GAAE,CAAC;gBAC7B,uBAAuB,CAAC,aAAkC;oBACxD,OAAO,OAAO,CAAC,OAAO,CAAC;wBACrB,IAAI,EAAE,OAAO,aAAa,CAAC,aAAa,CAAC,IAAI,EAAE;qBAChD,CAAC,CAAC;gBACL,CAAC;aACF,YAED,KAAC,KAAK,KAAG,GACY,CACxB;QACD,GAAG,CAAC,UAAU,IAAI,EAAE,CAAC;KACtB,CACF,CAAC;IACF,OAAO,KAGN,CAAC;AACJ,CAAC"}
|
package/dist/package.json
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@powerhousedao/common",
|
|
3
|
-
"version": "4.1.0-dev.56",
|
|
4
|
-
"license": "AGPL-3.0-only",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"files": [
|
|
7
|
-
"/dist"
|
|
8
|
-
],
|
|
9
|
-
"repository": {
|
|
10
|
-
"type": "git",
|
|
11
|
-
"url": "https://github.com/powerhouse-inc/powerhouse"
|
|
12
|
-
},
|
|
13
|
-
"exports": {
|
|
14
|
-
".": "./dist/index.js",
|
|
15
|
-
"./*": "./dist/*.js",
|
|
16
|
-
"./drive-analytics": "./dist/drive-analytics/index.js"
|
|
17
|
-
},
|
|
18
|
-
"types": "./dist/index.d.ts",
|
|
19
|
-
"imports": {
|
|
20
|
-
"#document-models/*": "./dist/document-models/*.js",
|
|
21
|
-
"#editors/*": "./dist/editors/*.js"
|
|
22
|
-
},
|
|
23
|
-
"description": "The Powerhouse Common package contains the basic document model and drive UI (App) that is required to get started with Connect and visualize private & public apps.",
|
|
24
|
-
"scripts": {
|
|
25
|
-
"dev": "ph-cli dev --config-file ./powerhouse.config.json",
|
|
26
|
-
"build:css": "pnpm dlx @tailwindcss/cli -i ./editors/styles.css -o ./dist/editors/styles.css",
|
|
27
|
-
"build:tsc": "tsc --build",
|
|
28
|
-
"lint": "eslint",
|
|
29
|
-
"build": "npm run build:css && npm run build:tsc",
|
|
30
|
-
"prebuild": "npm run clean",
|
|
31
|
-
"storybook": "storybook dev -p 6006",
|
|
32
|
-
"build-storybook": "storybook build",
|
|
33
|
-
"prepublishOnly": "npm run build",
|
|
34
|
-
"clean": "rimraf dist",
|
|
35
|
-
"clean:node_modules": "rimraf node_modules"
|
|
36
|
-
},
|
|
37
|
-
"peerDependencies": {
|
|
38
|
-
"@powerhousedao/reactor-browser": "workspace:*",
|
|
39
|
-
"react": "^18.3.1",
|
|
40
|
-
"react-dom": "^18.3.1"
|
|
41
|
-
},
|
|
42
|
-
"dependencies": {
|
|
43
|
-
"@powerhousedao/builder-tools": "workspace:*",
|
|
44
|
-
"@powerhousedao/design-system": "workspace:*",
|
|
45
|
-
"@tanstack/react-virtual": "^3.8.1",
|
|
46
|
-
"document-drive": "workspace:*",
|
|
47
|
-
"document-model": "workspace:*",
|
|
48
|
-
"react-i18next": "^13.5.0"
|
|
49
|
-
},
|
|
50
|
-
"devDependencies": {
|
|
51
|
-
"@powerhousedao/config": "workspace:*",
|
|
52
|
-
"@powerhousedao/reactor-browser": "workspace:*",
|
|
53
|
-
"@storybook/addon-actions": "^8.6.7",
|
|
54
|
-
"@storybook/addon-docs": "^8.6.3",
|
|
55
|
-
"@storybook/addon-essentials": "^8.6.7",
|
|
56
|
-
"@storybook/addon-interactions": "^8.6.7",
|
|
57
|
-
"@storybook/addon-links": "^8.6.7",
|
|
58
|
-
"@storybook/addon-themes": "^8.6.7",
|
|
59
|
-
"@storybook/blocks": "^8.6.7",
|
|
60
|
-
"@storybook/components": "^8.6.7",
|
|
61
|
-
"@storybook/manager-api": "^8.6.7",
|
|
62
|
-
"@storybook/preview-api": "^8.6.7",
|
|
63
|
-
"@storybook/react": "^8.6.7",
|
|
64
|
-
"@storybook/react-vite": "^8.6.7",
|
|
65
|
-
"@storybook/test": "^8.6.7",
|
|
66
|
-
"@storybook/types": "^8.6.7",
|
|
67
|
-
"@tailwindcss/cli": "^4.1.4",
|
|
68
|
-
"@tailwindcss/vite": "^4.1.4",
|
|
69
|
-
"@types/node": "^22.15.17",
|
|
70
|
-
"@types/react": "^18.3.18",
|
|
71
|
-
"@types/wicg-file-system-access": "^2020.9.6",
|
|
72
|
-
"autoprefixer": "^10.4.20",
|
|
73
|
-
"clsx": "^2.1.1",
|
|
74
|
-
"document-model": "workspace:*",
|
|
75
|
-
"package-manager-detector": "^0.2.8",
|
|
76
|
-
"postcss": "^8.5.1",
|
|
77
|
-
"react": "^18.3.1",
|
|
78
|
-
"react-dom": "^18.3.1",
|
|
79
|
-
"storybook": "^8.6.7",
|
|
80
|
-
"storybook-addon-pseudo-states": "^4.0.4",
|
|
81
|
-
"storybook-mock-date-decorator": "^2.0.6",
|
|
82
|
-
"tailwind-merge": "^3.0.2",
|
|
83
|
-
"tailwindcss": "^4.0.9",
|
|
84
|
-
"tsx": "^4.20.3",
|
|
85
|
-
"uuid": "^11.0.5",
|
|
86
|
-
"vite": "^6.3.3",
|
|
87
|
-
"vitest": "^3.1.2",
|
|
88
|
-
"zod": "^3.24.3"
|
|
89
|
-
}
|
|
90
|
-
}
|