- Downloads
[doc] [refactor] Revived the dft demo.
Well not quite, the `dsp` dependency needs to be resolved. MathJax added as an NPM dependency instead of using CDN. (Because same-origin policy stuff.)
| ... | ... | @@ -35,12 +35,13 @@ |
| "@types/mkdirp": "^1.0.1", | ||
| "@types/node": "^13.11.1", | ||
| "assert": "^2.0.0", | ||
| "buffer": "^6.0.3", | ||
| "bootstrap": "^5.1.3", | ||
| "buffer": "^6.0.3", | ||
| "constants-browserify": "^1.0.0", | ||
| "css-loader": "^5.2.4", | ||
| "file-loader": "^6.0.0", | ||
| "katex": "^0.15.3", | ||
| "mathjax": "^3.2.2", | ||
| "mocha": "^9.1.3", | ||
| "path-browserify": "^1.0.1", | ||
| "process": "^0.11.10", | ||
| ... | ... | |
| ... | ... |
Please sign in to comment