feat(editor): add basis of role editor pane

This commit is contained in:
41666 2020-10-25 02:27:55 -04:00
parent c8adad6c81
commit 5fcac53be2
34 changed files with 524 additions and 8 deletions

View file

@ -26,6 +26,7 @@
"@improbable-eng/grpc-web": "^0.13.0",
"browser-headers": "^0.4.1",
"chroma-js": "^2.1.0",
"fuse.js": "^6.4.2",
"google-protobuf": "^3.13.0",
"next": "^9.5.5",
"react": "^17.0.1",
@ -90,4 +91,4 @@
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.0.3"
}
}
}