labellife-design-tool 0.5.0 → 0.6.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 +6 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "labellife-design-tool",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Professional canvas editor built with React, TypeScript, and Konva",
|
|
5
5
|
"main": "./dist/lib/index.js",
|
|
6
6
|
"module": "./dist/lib/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"build": "bun run build:lib && bun run build:app",
|
|
39
39
|
"build:lib": "bun run build:lib:tsc && bun run build:lib:bundle",
|
|
40
40
|
"build:lib:tsc": "tsc -p tsconfig.lib.json",
|
|
41
|
-
"build:lib:bundle": "bun build src/lib/index.ts --outdir dist/lib --format esm --target browser --external react --external react-dom --external react-konva --external konva --external lucide-react --external i18next --external react-i18next --external i18next-browser-languagedetector --external react-image-crop",
|
|
41
|
+
"build:lib:bundle": "bun build src/lib/index.ts --outdir dist/lib --format esm --target browser --external react --external react-dom --external react/jsx-runtime --external react-konva --external konva --external lucide-react --external i18next --external react-i18next --external i18next-browser-languagedetector --external react-image-crop",
|
|
42
42
|
"build:app": "bun build src/index.tsx --outdir dist/app --minify --splitting --target browser",
|
|
43
43
|
"build:css": "bun run scripts/build-css.ts",
|
|
44
44
|
"build:lib:all": "bun run build:lib && bun run build:css",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"docker:down": "docker-compose down"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
|
-
"react": "^18.0.0",
|
|
65
|
-
"react-dom": "^18.0.0"
|
|
64
|
+
"react": "^18.0.0 || ^18.3.0",
|
|
65
|
+
"react-dom": "^18.0.0 || ^18.3.0"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@types/jest": "^30.0.0",
|
|
@@ -71,8 +71,6 @@
|
|
|
71
71
|
"i18next-browser-languagedetector": "^8.0.0",
|
|
72
72
|
"konva": "8.3.14",
|
|
73
73
|
"lucide-react": "^0.511.0",
|
|
74
|
-
"react": "18.2.0",
|
|
75
|
-
"react-dom": "18.2.0",
|
|
76
74
|
"react-i18next": "^15.0.0",
|
|
77
75
|
"react-image-crop": "^11.0.10",
|
|
78
76
|
"react-konva": "18.2.5",
|
|
@@ -81,8 +79,6 @@
|
|
|
81
79
|
"resolutions": {
|
|
82
80
|
"react-konva": "18.2.5",
|
|
83
81
|
"konva": "8.3.14",
|
|
84
|
-
"react": "18.2.0",
|
|
85
|
-
"react-dom": "18.2.0",
|
|
86
82
|
"@types/react": "18.2.0",
|
|
87
83
|
"@types/react-dom": "18.2.0"
|
|
88
84
|
},
|
|
@@ -93,6 +89,8 @@
|
|
|
93
89
|
"@types/bun": "latest",
|
|
94
90
|
"@types/react": "18.2.0",
|
|
95
91
|
"@types/react-dom": "18.2.0",
|
|
92
|
+
"react": "^18.2.0",
|
|
93
|
+
"react-dom": "^18.2.0",
|
|
96
94
|
"@vitejs/plugin-react": "^4.6.0",
|
|
97
95
|
"jsdom": "^26.1.0",
|
|
98
96
|
"postcss": "^8.5.6",
|