[design]: add color lib and helpers

This commit is contained in:
41666 2019-05-20 06:27:45 -04:00
parent 6ba0b0b62b
commit 33dd324708
No known key found for this signature in database
GPG key ID: BC51D07640DC10AF
2 changed files with 18 additions and 0 deletions

View file

@ -3,6 +3,7 @@
"name": "@roleypoly/design",
"version": "2.0.0",
"dependencies": {
"color": "^3.1.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.2.0"
@ -20,6 +21,7 @@
"@storybook/addon-storyshots": "^5.0.11",
"@storybook/addons": "^5.0.11",
"@storybook/react": "^5.0.11",
"@types/color": "^3.0.0",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.13",
"@types/node": "^12.0.2",