feat: add uuid generator

This commit is contained in:
rusconn
2022-04-02 19:02:41 +09:00
parent 8e79da00f3
commit d410830b7e
10 changed files with 248 additions and 3 deletions

View File

@@ -36,6 +36,7 @@
"react-ace": "^9.5.0",
"react-dom": "17.0.2",
"recoil": "^0.6.1",
"uuid": "^8.3.2",
"yaml": "^1.10.2"
},
"devDependencies": {
@@ -43,6 +44,7 @@
"@types/create-hash": "^1.2.2",
"@types/node": "^16.11.45",
"@types/react": "17.0.41",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"babel-plugin-import": "^1.13.3",