mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 05:56:40 +00:00
docs(noco-docs-prev): init commit
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
15
packages/noco-docs-prev/package.json
Normal file
15
packages/noco-docs-prev/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "noco-docs-prev",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "NODE_OPTIONS=--openssl-legacy-provider nuxt",
|
||||
"build": "nuxt build",
|
||||
"start": "nuxt start",
|
||||
"generate": "nuxt generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/content-theme-docs": "0.7.2",
|
||||
"nuxt": "^2.15.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user