|
@@ -6,6 +6,18 @@
|
|
|
"main": "./dist/prod/index.js",
|
|
|
"module": "./dist/prod/index.js",
|
|
|
"exports": {
|
|
|
+ "./common/*": {
|
|
|
+ "types": "./dist/types/common/src/*.d.ts"
|
|
|
+ },
|
|
|
+ "./element/*": {
|
|
|
+ "types": "./dist/types/element/src/*.d.ts"
|
|
|
+ },
|
|
|
+ "./math/*": {
|
|
|
+ "types": "./dist/types/math/src/*.d.ts"
|
|
|
+ },
|
|
|
+ "./utils/*": {
|
|
|
+ "types": "./dist/types/utils/src/*.d.ts"
|
|
|
+ },
|
|
|
"./*": {
|
|
|
"types": "./dist/types/excalidraw/*.d.ts"
|
|
|
},
|
|
@@ -69,6 +81,8 @@
|
|
|
"canvas-roundrect-polyfill": "0.0.1",
|
|
|
"clsx": "1.1.1",
|
|
|
"cross-env": "7.0.3",
|
|
|
+ "es6-promise-pool": "2.5.0",
|
|
|
+ "fractional-indexing": "3.2.0",
|
|
|
"fuzzy": "0.1.3",
|
|
|
"image-blob-reduce": "3.0.1",
|
|
|
"jotai": "2.11.0",
|
|
@@ -76,11 +90,14 @@
|
|
|
"lodash.throttle": "4.1.1",
|
|
|
"lodash.debounce": "4.0.8",
|
|
|
"nanoid": "3.3.3",
|
|
|
+ "open-color": "1.9.1",
|
|
|
"pako": "2.0.3",
|
|
|
+ "perfect-freehand": "1.2.0",
|
|
|
"pica": "7.1.1",
|
|
|
"png-chunk-text": "1.0.0",
|
|
|
"png-chunks-encode": "1.0.0",
|
|
|
"png-chunks-extract": "1.0.0",
|
|
|
+ "points-on-curve": "1.0.1",
|
|
|
"pwacompat": "2.0.17",
|
|
|
"roughjs": "4.6.4",
|
|
|
"sass": "1.51.0",
|