PropertyTable 생성
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user