Files
mdBook/package.json
Eric Huss 3087686559 Move theme to mdbook-html
This is a pure git rename in order to make sure that git can follow
history. The next commit will integrate these into mdbook-html.
Additional commits will refactor/move/remove items.
2025-07-23 17:40:52 -07:00

11 lines
296 B
JSON

{
"dependencies": {
"browser-ui-test": "0.21.1",
"eslint": "^8.57.1"
},
"scripts": {
"lint": "eslint crates/mdbook-html/front-end/*js crates/mdbook-html/front-end/**/*js",
"lint-fix": "eslint --fix crates/mdbook-html/front-end/*js crates/mdbook-html/front-end/**/*js"
}
}