mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-18 20:39:36 +02:00
- Updated vitepress from version 1.5.0 to 1.6.3 in package.json and pnpm-lock.yaml. - Updated various dependencies in pnpm-lock.yaml including @docsearch/css, @docsearch/js, @iconify-json/simple-icons, @shikijs/core, and others to their latest versions. - Modified install_adventurelog.sh to improve script execution condition by allowing it to run when piped input is detected.
14 lines
259 B
JSON
14 lines
259 B
JSON
{
|
|
"devDependencies": {
|
|
"vitepress": "^1.6.3"
|
|
},
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev",
|
|
"docs:build": "vitepress build",
|
|
"docs:preview": "vitepress preview"
|
|
},
|
|
"dependencies": {
|
|
"prettier": "^3.3.3",
|
|
"vue": "^3.5.13"
|
|
}
|
|
}
|