PropertyTable 생성

This commit is contained in:
현성필
2024-01-19 21:10:57 +09:00
parent dba414cb4a
commit 924196b629
33 changed files with 1067 additions and 368 deletions
+2 -1
View File
@@ -8,7 +8,7 @@
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf ./dist",
"deploy": "cp ./dist/* ../src/main/resources/static/plugins/apitestmanager/"
"deploy": "cp -r ./dist/* ../src/main/resources/static/plugins/apitestmanager/"
},
"author": "",
"license": "ISC",
@@ -27,6 +27,7 @@
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"drawflow": "^0.0.59",
"jqueryui": "^1.11.1",
"monaco-editor": "^0.45.0",