refactor: ui edit cert

This commit is contained in:
xiaojunnuo
2022-10-18 23:15:36 +08:00
parent b7bde7b685
commit b10ff5b6ee
22 changed files with 115 additions and 22 deletions
+8 -2
View File
@@ -2,9 +2,14 @@
"name": "@certd/plugin-common",
"version": "0.2.1",
"description": "",
"main": "src/index.js",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/fast-crud.es.js",
"scripts": {
"build": "rollup -c"
},
"dependencies": {
"@certd/api": "^0.2.1",
"kubernetes-client": "^9.0.0"
},
"devDependencies": {
@@ -15,7 +20,8 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"mocha": "^8.2.1"
"mocha": "^8.2.1",
"rollup": "^3.2.3"
},
"author": "Greper",
"license": "MIT",