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