mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-05-03 19:40:30 +00:00
df4be0f7bc
* 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
22 lines
477 B
JSON
Executable File
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"
|
|
}
|
|
}
|