Showing
1 changed file
with
7 additions
and
0 deletions
| ... | ... | @@ -51,6 +51,9 @@ |
| 51 | 51 | "classnames": "^2.3.2", |
| 52 | 52 | "codemirror": "5.65.8", |
| 53 | 53 | "dayjs": "^1.11.9", |
| 54 | + "hot-formula-parser": "^4.0.0", | |
| 55 | + "js-beautify": "^1.14.9", | |
| 56 | + "jshint": "^2.13.6", | |
| 54 | 57 | "lodash-es": "^4.17.21", |
| 55 | 58 | "rc-virtual-list": "^3.4.13", |
| 56 | 59 | "react-codemirror2": "^7.2.1" |
| ... | ... | @@ -59,6 +62,10 @@ |
| 59 | 62 | "@commitlint/cli": "^17.1.2", |
| 60 | 63 | "@commitlint/config-conventional": "^17.1.0", |
| 61 | 64 | "@qx/utils": "0.0.58", |
| 65 | + "@types/codemirror": "^5.60.10", | |
| 66 | + "@types/hot-formula-parser": "^4.0.1", | |
| 67 | + "@types/js-beautify": "^1.14.1", | |
| 68 | + "@types/jshint": "^2.12.2", | |
| 62 | 69 | "@types/lodash-es": "^4.17.8", |
| 63 | 70 | "@types/react": "^18.0.0", |
| 64 | 71 | "@types/react-dom": "^18.0.0", | ... | ... |