Files
nocodb/packages/noco-docs/package.json
Wing-Kam Wong c57fe6de74 fix: rm --openssl-legacy-provider
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
2022-04-04 18:22:39 +08:00

16 lines
281 B
JSON

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