mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 01:29:09 +00:00
feat(rpc): port RPC repo to bazel monorepo
This commit is contained in:
parent
e33e6f8574
commit
2d919c6053
17 changed files with 111 additions and 82 deletions
|
@ -33,8 +33,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.11.6",
|
||||
"@bazel/karma": "^2.2.1",
|
||||
"@bazel/labs": "^2.2.1",
|
||||
"@bazel/typescript": "^2.2.1",
|
||||
"@storybook/addon-actions": "^6.0.26",
|
||||
"@storybook/addon-essentials": "^6.0.26",
|
||||
|
@ -47,7 +45,9 @@
|
|||
"@types/styled-components": "5.1.4",
|
||||
"babel-loader": "^8.1.0",
|
||||
"prettier": "^2.1.2",
|
||||
"protoc-gen-ts": "^0.3.4",
|
||||
"react-is": "^16.13.1",
|
||||
"ts-protoc-gen": "^0.13.0",
|
||||
"tsconfig-paths-webpack-plugin": "^3.3.0",
|
||||
"tslint": "6.1.3",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
|
@ -55,4 +55,4 @@
|
|||
"tslint-plugin-prettier": "^2.3.0",
|
||||
"typescript": "^4.0.3"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue