chore: nc-lib-gui-v2 to nc-lib-gui

This commit is contained in:
Wing-Kam Wong
2022-09-06 12:01:42 +08:00
parent 4415cec3ef
commit 6252ece0ce
7 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
{
"name": "nc-lib-gui-v2",
"version": "0.0.0",
"description": "NocoDB GUI",
"author": {
"name": "NocoDB",
"url": "https://nocodb.com/"
},
"homepage": "https://github.com/nocodb/nocodb",
"license": "AGPL-3.0-or-later",
"main": "lib/XcLibGui.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:nocodb/nocodb.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/nocodb/nocodb/issues"
},
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"dayjs": "^1.10.4",
"express": "^4.17.1",
"serve-static": "^1.15.0",
"vuedraggable": "^2.24.3"
}
}