manim/package.json
2022-01-03 17:14:54 -06:00

17 lines
453 B
JSON

{
"scripts": {
"build": "esbuild src/index.ts --bundle --external:mathjax-full --sourcemap --outfile=bundle.js",
"pretty": "prettier --write --list-different ."
},
"dependencies": {
"mathjax-full": "^3.2.0",
"rollup": "^2.62.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.1.2",
"@rollup/plugin-typescript": "^8.3.0",
"esbuild": "^0.14.10",
"prettier": "^2.5.1",
"typescript": "^4.5.4"
}
}