mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Vitepress init
This commit is contained in:
10
package.json
10
package.json
@@ -6,7 +6,10 @@
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
"lint": "next lint",
|
||||
"docs:dev": "vitepress dev docs",
|
||||
"docs:build": "vitepress build docs",
|
||||
"docs:preview": "vitepress preview docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^6.6.0",
|
||||
@@ -53,6 +56,7 @@
|
||||
"prisma": "^6.6.0",
|
||||
"tailwindcss": "^4",
|
||||
"tsx": "^4.19.3",
|
||||
"typescript": "^5"
|
||||
"typescript": "^5",
|
||||
"vitepress": "^1.6.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user