mirror of
https://github.com/certd/certd.git
synced 2026-04-14 04:20:52 +08:00
refactor: ui edit cert
This commit is contained in:
@@ -2,8 +2,12 @@
|
||||
"name": "@certd/plugin-host",
|
||||
"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",
|
||||
"dayjs": "^1.9.7",
|
||||
@@ -18,7 +22,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",
|
||||
|
||||
Reference in New Issue
Block a user