mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 12:14:40 +01:00
19 lines
432 B
JSON
19 lines
432 B
JSON
{
|
|
"name": "docs",
|
|
"description": "Docs for TRPC-Nuxt",
|
|
"scripts": {
|
|
"dev": "nuxi dev",
|
|
"build": "nuxi build",
|
|
"generate": "nuxi build",
|
|
"preview": "nuxi preview"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt-themes/docus": "npm:@nuxt-themes/docus-edge@latest",
|
|
"@nuxtlabs/github-module": "npm:@nuxtlabs/github-module-edge@latest",
|
|
"nuxt": "3.0.0-rc.12"
|
|
},
|
|
"dependencies": {
|
|
"pinceau": "^0.6.14"
|
|
}
|
|
}
|