mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-01-19 11:59:00 -05:00
- 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
15 lines
259 B
JSON
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"
|
|
}
|
|
}
|