mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 17:26:55 +00:00
chore: nc-lib-gui-v2 to nc-lib-gui
This commit is contained in:
37
packages/nc-lib-gui/package.json
Normal file
37
packages/nc-lib-gui/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user