We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5cca03 commit 08d78b5Copy full SHA for 08d78b5
package.json
@@ -75,6 +75,7 @@
75
"codemirror": "^5.63.1",
76
"css-browser-selector": "^0.6.5",
77
"d3": "^7.0.0",
78
+ "fabric": "^5.3.0",
79
"fuse.js": "^6.6.2",
80
"gemoji": "^7.1.0",
81
"intl-pluralrules": "^1.2.2",
@@ -83,6 +84,7 @@
83
84
"lodash-es": "^4.17.21",
85
"marked": "^4.0.0",
86
"mathjax": "^3.1.2",
87
+ "panzoom": "^9.4.3",
88
"protobufjs": "^7"
89
},
90
"resolutions": {
ts/image-occlusion/tsconfig.json
@@ -0,0 +1,12 @@
1
+{
2
+ "extends": "../tsconfig.json",
3
+ "include": ["*"],
4
+ "references": [
5
+ { "path": "../lib" },
6
+ { "path": "../sveltelib" },
7
+ { "path": "../components" }
8
+ ],
9
+ "compilerOptions": {
10
+ "types": ["jest"]
11
+ }
12
+}
0 commit comments