mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 16:05:46 +00:00
16 lines
286 B
JSON
16 lines
286 B
JSON
{
|
|
"name": "noco-docs-prev",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start",
|
|
"generate": "nuxt generate"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/content-theme-docs": "0.7.2",
|
|
"nuxt": "^2.15.2"
|
|
}
|
|
}
|