Files
backrest/docs/package.json
T
garethgeorge df4be0f7bc fix: miscellaneous bug fixes
* Fixes a problem with incorrectly scanning and removing pending events
   from the operation log for new installations
 * Fixes a bug with the operation tree incorrectly applying query
   selectors when filtering events
 * Updates tooltips and comments in PlanView and GettingStartedGuide
2024-05-18 21:14:02 -07:00

22 lines
477 B
JSON
Executable File

{
"name": "backrest-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate",
"preview": "nuxi preview",
"lint": "eslint ."
},
"devDependencies": {
"@nuxt-themes/docus": "^1.14.8",
"@nuxt/devtools": "^1.3.1",
"@nuxt/eslint-config": "^0.3.13",
"@nuxtjs/plausible": "^1.0.0",
"@types/node": "^20.12.12",
"eslint": "^8.57.0",
"nuxt": "^3.11.2"
}
}