mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 14:46:53 +00:00
15 lines
261 B
JSON
15 lines
261 B
JSON
{
|
|
"name": "noco-docs",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/content-theme-docs": "0.7.2",
|
|
"nuxt": "^2.15.2"
|
|
}
|
|
}
|