mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
261 B
15 lines
261 B
3 years ago
|
{
|
||
3 years ago
|
"name": "noco-docs",
|
||
3 years ago
|
"version": "1.0.0",
|
||
|
"scripts": {
|
||
|
"dev": "nuxt",
|
||
|
"build": "nuxt build",
|
||
|
"start": "nuxt start",
|
||
|
"generate": "nuxt generate"
|
||
|
},
|
||
|
"dependencies": {
|
||
3 years ago
|
"@nuxt/content-theme-docs": "0.7.2",
|
||
3 years ago
|
"nuxt": "^2.15.2"
|
||
|
}
|
||
|
}
|