mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 20:19:33 +01:00
20 lines
468 B
JSON
20 lines
468 B
JSON
{
|
|
"name": "docs",
|
|
"description": "Docs for TRPC-Nuxt",
|
|
"scripts": {
|
|
"dev": "nuxi dev",
|
|
"build": "nuxi build",
|
|
"generate": "nuxi build",
|
|
"preview": "nuxi preview"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/tailwindcss": "^6.1.3",
|
|
"@vueuse/head": "^1.0.3",
|
|
"nuxt": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt-themes/docus": "npm:@nuxt-themes/docus-edge@latest",
|
|
"@nuxtlabs/github-module": "npm:@nuxtlabs/github-module-edge@latest"
|
|
}
|
|
}
|