Move dependencies to the main package

This commit is contained in:
Marcel Mraz 2025-03-27 11:18:36 +01:00
parent f7b226270f
commit 09eb6e45d9
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
3 changed files with 5 additions and 17 deletions

View file

@ -47,16 +47,6 @@
"last 1 safari version" "last 1 safari version"
] ]
}, },
"dependencies": {
"@braintree/sanitize-url": "6.0.2",
"es6-promise-pool": "2.5.0",
"nanoid": "3.3.3",
"open-color": "1.9.1",
"roughjs": "4.6.4"
},
"devDependencies": {
"typescript": "4.9.4"
},
"bugs": "https://github.com/excalidraw/excalidraw/issues", "bugs": "https://github.com/excalidraw/excalidraw/issues",
"repository": "https://github.com/excalidraw/excalidraw", "repository": "https://github.com/excalidraw/excalidraw",
"scripts": { "scripts": {

View file

@ -47,13 +47,6 @@
"last 1 safari version" "last 1 safari version"
] ]
}, },
"dependencies": {
"fractional-indexing": "3.2.0",
"perfect-freehand": "1.2.0",
"points-on-curve": "1.0.1",
"roughjs": "4.6.4"
},
"devDependencies": {},
"bugs": "https://github.com/excalidraw/excalidraw/issues", "bugs": "https://github.com/excalidraw/excalidraw/issues",
"repository": "https://github.com/excalidraw/excalidraw", "repository": "https://github.com/excalidraw/excalidraw",
"scripts": { "scripts": {

View file

@ -81,6 +81,8 @@
"canvas-roundrect-polyfill": "0.0.1", "canvas-roundrect-polyfill": "0.0.1",
"clsx": "1.1.1", "clsx": "1.1.1",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"es6-promise-pool": "2.5.0",
"fractional-indexing": "3.2.0",
"fuzzy": "0.1.3", "fuzzy": "0.1.3",
"image-blob-reduce": "3.0.1", "image-blob-reduce": "3.0.1",
"jotai": "2.11.0", "jotai": "2.11.0",
@ -88,11 +90,14 @@
"lodash.throttle": "4.1.1", "lodash.throttle": "4.1.1",
"lodash.debounce": "4.0.8", "lodash.debounce": "4.0.8",
"nanoid": "3.3.3", "nanoid": "3.3.3",
"open-color": "1.9.1",
"pako": "2.0.3", "pako": "2.0.3",
"perfect-freehand": "1.2.0",
"pica": "7.1.1", "pica": "7.1.1",
"png-chunk-text": "1.0.0", "png-chunk-text": "1.0.0",
"png-chunks-encode": "1.0.0", "png-chunks-encode": "1.0.0",
"png-chunks-extract": "1.0.0", "png-chunks-extract": "1.0.0",
"points-on-curve": "1.0.1",
"pwacompat": "2.0.17", "pwacompat": "2.0.17",
"roughjs": "4.6.4", "roughjs": "4.6.4",
"sass": "1.51.0", "sass": "1.51.0",