Files
AdventureLog/documentation/package.json
Sean Morley b47f446d45 chore: update dependencies in frontend package.json and pnpm-lock.yaml
- Updated @sveltejs/adapter-node from ^5.2.12 to ^5.4.0
- Updated @sveltejs/adapter-vercel from ^5.7.0 to ^6.3.0
- Updated tailwindcss from ^3.4.17 to ^3.4.19
- Updated typescript from ^5.8.3 to ^5.9.3
- Updated vite from ^5.4.19 to ^5.4.21
2026-01-10 10:14:04 -05:00

15 lines
259 B
JSON

{
"devDependencies": {
"vitepress": "^1.6.4"
},
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"dependencies": {
"prettier": "^3.7.4",
"vue": "^3.5.26"
}
}