|
@@ -12,6 +12,7 @@
|
|
"@emotion/styled": "^11.3.0",
|
|
"@emotion/styled": "^11.3.0",
|
|
"@monaco-editor/react": "^4.1.3",
|
|
"@monaco-editor/react": "^4.1.3",
|
|
"framer-motion": "^4.1.17",
|
|
"framer-motion": "^4.1.17",
|
|
|
|
+ "lodash.debounce": "^4.0.8",
|
|
"react": "^17.0.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.2.0",
|
|
"react-icons": "^4.2.0",
|
|
@@ -20,6 +21,7 @@
|
|
"use-local-storage-state": "^10.0.0"
|
|
"use-local-storage-state": "^10.0.0"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
|
+ "@types/lodash.debounce": "^4.0.6",
|
|
"@types/react": "^17.0.8",
|
|
"@types/react": "^17.0.8",
|
|
"@types/react-dom": "^17.0.5",
|
|
"@types/react-dom": "^17.0.5",
|
|
"monaco-editor": "^0.23.0",
|
|
"monaco-editor": "^0.23.0",
|
|
@@ -3863,6 +3865,15 @@
|
|
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.170.tgz",
|
|
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.170.tgz",
|
|
"integrity": "sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q=="
|
|
"integrity": "sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q=="
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@types/lodash.debounce": {
|
|
|
|
+ "version": "4.0.6",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.6.tgz",
|
|
|
|
+ "integrity": "sha512-4WTmnnhCfDvvuLMaF3KV4Qfki93KebocUF45msxhYyjMttZDQYzHkO639ohhk8+oco2cluAFL3t5+Jn4mleylQ==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "@types/lodash": "*"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@types/lodash.mergewith": {
|
|
"node_modules/@types/lodash.mergewith": {
|
|
"version": "4.6.6",
|
|
"version": "4.6.6",
|
|
"resolved": "https://registry.npmjs.org/@types/lodash.mergewith/-/lodash.mergewith-4.6.6.tgz",
|
|
"resolved": "https://registry.npmjs.org/@types/lodash.mergewith/-/lodash.mergewith-4.6.6.tgz",
|
|
@@ -25608,6 +25619,15 @@
|
|
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.170.tgz",
|
|
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.170.tgz",
|
|
"integrity": "sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q=="
|
|
"integrity": "sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q=="
|
|
},
|
|
},
|
|
|
|
+ "@types/lodash.debounce": {
|
|
|
|
+ "version": "4.0.6",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/@types/lodash.debounce/-/lodash.debounce-4.0.6.tgz",
|
|
|
|
+ "integrity": "sha512-4WTmnnhCfDvvuLMaF3KV4Qfki93KebocUF45msxhYyjMttZDQYzHkO639ohhk8+oco2cluAFL3t5+Jn4mleylQ==",
|
|
|
|
+ "dev": true,
|
|
|
|
+ "requires": {
|
|
|
|
+ "@types/lodash": "*"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"@types/lodash.mergewith": {
|
|
"@types/lodash.mergewith": {
|
|
"version": "4.6.6",
|
|
"version": "4.6.6",
|
|
"resolved": "https://registry.npmjs.org/@types/lodash.mergewith/-/lodash.mergewith-4.6.6.tgz",
|
|
"resolved": "https://registry.npmjs.org/@types/lodash.mergewith/-/lodash.mergewith-4.6.6.tgz",
|