mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
feat(design-system): port most of ui atoms to bazel monorepo and new storybook
This commit is contained in:
parent
a5e2fdc7a7
commit
72ea639c5d
108 changed files with 13650 additions and 53 deletions
35
package.json
35
package.json
|
@ -3,7 +3,9 @@
|
|||
"version": "1.0.0",
|
||||
"description": "https://roleypoly.com",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"storybook": "start-storybook -p 6006",
|
||||
"build-storybook": "build-storybook"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -16,14 +18,33 @@
|
|||
},
|
||||
"homepage": "https://github.com/roleypoly/roleypoly#readme",
|
||||
"dependencies": {
|
||||
"@improbable-eng/grpc-web": "0.13.0",
|
||||
"google-protobuf": "3.13.0"
|
||||
"chroma-js": "2.1.0",
|
||||
"next": "^9.5.4",
|
||||
"react": "16.13.1",
|
||||
"react-dom": "16.13.1",
|
||||
"react-icons": "^3.11.0",
|
||||
"styled-components": "^5.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.11.6",
|
||||
"@bazel/typescript": "^2.2.1",
|
||||
"@storybook/addon-actions": "^6.0.26",
|
||||
"@storybook/addon-essentials": "^6.0.26",
|
||||
"@storybook/addon-links": "^6.0.26",
|
||||
"@storybook/addons": "^6.0.26",
|
||||
"@storybook/react": "^6.0.26",
|
||||
"@storybook/theming": "^6.0.26",
|
||||
"@types/chroma-js": "2.1.0",
|
||||
"@types/google-protobuf": "3.7.3",
|
||||
"@types/styled-components": "5.1.3",
|
||||
"babel-loader": "^8.1.0",
|
||||
"prettier": "^2.1.2",
|
||||
"typescript": "^4.0.3",
|
||||
"@roleypoly/ts-protoc-gen": "^1.0.1-promises.1",
|
||||
"@types/google-protobuf": "3.7.3"
|
||||
"react-is": "^16.13.1",
|
||||
"tsconfig-paths-webpack-plugin": "^3.3.0",
|
||||
"tslint": "6.1.3",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"tslint-config-standard": "^9.0.0",
|
||||
"tslint-plugin-prettier": "^2.3.0",
|
||||
"typescript": "^4.0.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue