mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
Bumps [@storybook/theming](https://github.com/storybookjs/storybook/tree/HEAD/lib/theming) from 6.2.2 to 6.2.5. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v6.2.5/lib/theming) Signed-off-by: dependabot[bot] <support@github.com>
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "@roleypoly/design-system",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "build-storybook -o ../../dist/-/storybook",
|
|
"start": "start-storybook -p 6006"
|
|
},
|
|
"dependencies": {
|
|
"@roleypoly/types": "*",
|
|
"chroma-js": "^2.1.1",
|
|
"isomorphic-unfetch": "^3.1.0",
|
|
"ksuid": "^2.0.0",
|
|
"lodash": "^4.17.21",
|
|
"react": "^17.0.2",
|
|
"react-custom-scrollbars": "^4.2.1",
|
|
"react-dom": "^17.0.2",
|
|
"react-helmet": "^6.1.0",
|
|
"react-icons": "^4.2.0",
|
|
"react-is": "^17.0.2",
|
|
"react-tooltip": "^4.2.17",
|
|
"styled-components": "^5.2.3",
|
|
"styled-normalize": "^8.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@icons/material": "^0.4.1",
|
|
"@storybook/addon-actions": "^6.2.2",
|
|
"@storybook/addon-essentials": "^6.2.2",
|
|
"@storybook/addon-links": "^6.2.2",
|
|
"@storybook/addons": "^6.2.2",
|
|
"@storybook/react": "^6.2.2",
|
|
"@storybook/theming": "^6.2.5",
|
|
"@types/chroma-js": "^2.1.3",
|
|
"@types/node": "^14.14.37",
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-custom-scrollbars": "^4.0.7",
|
|
"@types/react-dom": "^17.0.3",
|
|
"@types/react-helmet": "^6.1.0",
|
|
"@types/styled-components": "^5.1.9",
|
|
"babel-loader": "8.1.0",
|
|
"babel-plugin-styled-components": "^1.12.0",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^4.2.3"
|
|
}
|
|
}
|