@flowscape-ui/core-sdk 1.0.7 → 2.0.0
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/LICENSE +21 -21
- package/README.md +124 -383
- package/dist/index.cjs +1 -111
- package/dist/index.d.cts +6073 -2416
- package/dist/index.d.ts +6073 -2416
- package/dist/index.js +1 -111
- package/package.json +110 -105
package/package.json
CHANGED
|
@@ -1,105 +1,110 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@flowscape-ui/core-sdk",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "
|
|
5
|
-
"keywords": [
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"canvas
|
|
9
|
-
"canvas-
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"url": "https://github.com/Flowscape-UI/core-sdk
|
|
32
|
-
},
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"test
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
"
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
"@
|
|
76
|
-
"@storybook/addon-
|
|
77
|
-
"@storybook/
|
|
78
|
-
"@storybook/
|
|
79
|
-
"@storybook/
|
|
80
|
-
"@
|
|
81
|
-
"@
|
|
82
|
-
"@
|
|
83
|
-
"@
|
|
84
|
-
"@
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"react
|
|
104
|
-
|
|
105
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@flowscape-ui/core-sdk",
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "Engine for building infinite canvas editors, design tools, and visual builders. Framework-agnostic, TypeScript, Konva.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"flowscape",
|
|
7
|
+
"flowscape-ui",
|
|
8
|
+
"canvas",
|
|
9
|
+
"canvas-2d",
|
|
10
|
+
"infinite-canvas",
|
|
11
|
+
"canvas-engine",
|
|
12
|
+
"2d-engine",
|
|
13
|
+
"editor-engine",
|
|
14
|
+
"figma-like",
|
|
15
|
+
"whiteboard",
|
|
16
|
+
"visual-builder",
|
|
17
|
+
"drag-and-drop",
|
|
18
|
+
"node-editor",
|
|
19
|
+
"konva",
|
|
20
|
+
"typescript",
|
|
21
|
+
"sdk",
|
|
22
|
+
"framework-agnostic"
|
|
23
|
+
],
|
|
24
|
+
"license": "MIT",
|
|
25
|
+
"author": {
|
|
26
|
+
"name": "Flowscape UI Team",
|
|
27
|
+
"email": "nikcrav@gmail.com"
|
|
28
|
+
},
|
|
29
|
+
"repository": {
|
|
30
|
+
"type": "git",
|
|
31
|
+
"url": "git+https://github.com/Flowscape-UI/core-sdk.git"
|
|
32
|
+
},
|
|
33
|
+
"bugs": {
|
|
34
|
+
"url": "https://github.com/Flowscape-UI/core-sdk/issues"
|
|
35
|
+
},
|
|
36
|
+
"homepage": "https://github.com/Flowscape-UI/core-sdk#readme",
|
|
37
|
+
"type": "module",
|
|
38
|
+
"main": "dist/index.cjs",
|
|
39
|
+
"module": "dist/index.js",
|
|
40
|
+
"types": "dist/index.d.ts",
|
|
41
|
+
"sideEffects": false,
|
|
42
|
+
"exports": {
|
|
43
|
+
".": {
|
|
44
|
+
"types": "./dist/index.d.ts",
|
|
45
|
+
"import": "./dist/index.js",
|
|
46
|
+
"require": "./dist/index.cjs"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"files": [
|
|
50
|
+
"dist",
|
|
51
|
+
"README.md",
|
|
52
|
+
"LICENSE"
|
|
53
|
+
],
|
|
54
|
+
"engines": {
|
|
55
|
+
"node": ">=18.0.0"
|
|
56
|
+
},
|
|
57
|
+
"scripts": {
|
|
58
|
+
"dev": "vite --config playground/vite.config.ts",
|
|
59
|
+
"build": "tsup",
|
|
60
|
+
"prepublishOnly": "npm run build && npm run lint:ts",
|
|
61
|
+
"test": "vitest",
|
|
62
|
+
"test:ui": "vitest --ui",
|
|
63
|
+
"test:run": "vitest run",
|
|
64
|
+
"test:coverage": "vitest run --coverage",
|
|
65
|
+
"lint": "echo 'Linting disabled'",
|
|
66
|
+
"lint:fix": "eslint . --fix",
|
|
67
|
+
"lint:ts": "tsc -p tsconfig.json --noEmit",
|
|
68
|
+
"format": "prettier --write .",
|
|
69
|
+
"format:check": "prettier --check .",
|
|
70
|
+
"release:tag": "npm version patch && git push --follow-tags",
|
|
71
|
+
"storybook": "storybook dev -p 6006",
|
|
72
|
+
"build-storybook": "storybook build"
|
|
73
|
+
},
|
|
74
|
+
"devDependencies": {
|
|
75
|
+
"@eslint/js": "^9.10.0",
|
|
76
|
+
"@storybook/addon-docs": "^9.0.0-alpha.10",
|
|
77
|
+
"@storybook/addon-essentials": "^9.0.0-alpha.10",
|
|
78
|
+
"@storybook/addon-interactions": "^9.0.0-alpha.10",
|
|
79
|
+
"@storybook/addon-links": "^9.0.0-alpha.10",
|
|
80
|
+
"@storybook/blocks": "^9.0.0-alpha.10",
|
|
81
|
+
"@storybook/html-vite": "^9.1.16",
|
|
82
|
+
"@storybook/theming": "^8.6.14",
|
|
83
|
+
"@types/node": "^22.5.4",
|
|
84
|
+
"@typescript-eslint/eslint-plugin": "^8.7.0",
|
|
85
|
+
"@typescript-eslint/parser": "^8.7.0",
|
|
86
|
+
"@vitest/coverage-v8": "^2.1.8",
|
|
87
|
+
"@vitest/ui": "^2.1.8",
|
|
88
|
+
"@types/culori": "^4.0.1",
|
|
89
|
+
"canvas": "^3.2.0",
|
|
90
|
+
"eslint": "^9.10.0",
|
|
91
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
92
|
+
"eslint-plugin-import": "^2.29.1",
|
|
93
|
+
"eslint-plugin-storybook": "^0.11.6",
|
|
94
|
+
"happy-dom": "^15.11.7",
|
|
95
|
+
"jiti": "^2.5.1",
|
|
96
|
+
"jsdom": "^25.0.1",
|
|
97
|
+
"prettier": "^3.6.2",
|
|
98
|
+
"storybook": "^9.1.16",
|
|
99
|
+
"tsup": "^8.2.4",
|
|
100
|
+
"typescript": "^5.6.2",
|
|
101
|
+
"vite": "^5.4.6",
|
|
102
|
+
"vitest": "^2.1.8",
|
|
103
|
+
"react": "18.3.1",
|
|
104
|
+
"react-dom": "18.3.1"
|
|
105
|
+
},
|
|
106
|
+
"dependencies": {
|
|
107
|
+
"culori": "^4.0.2",
|
|
108
|
+
"konva": "^10.0.12"
|
|
109
|
+
}
|
|
110
|
+
}
|