Files
nocodb/packages/noco-docs/package.json
Naveen MR ec04d746bb docs : refactor - naming convention
Signed-off-by: Naveen MR <oof1lab@gmail.com>
2022-02-05 13:22:10 +00:00

16 lines
320 B
JSON

{
"name": "noco-docs",
"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"
}
}