v3/packages/design-system/package.json
dependabot[bot] 8695406ec0
chore(deps): bump typescript from 4.3.4 to 4.3.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.4...v4.3.5)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 17:22:17 +00:00

46 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.2",
"deep-equal": "^2.0.5",
"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.21",
"styled-components": "^5.3.0",
"styled-normalize": "^8.0.7"
},
"devDependencies": {
"@icons/material": "^0.4.1",
"@storybook/addon-actions": "^6.3.2",
"@storybook/addon-essentials": "^6.3.2",
"@storybook/addon-links": "^6.3.2",
"@storybook/addons": "^6.3.2",
"@storybook/react": "^6.3.2",
"@storybook/theming": "^6.3.2",
"@types/chroma-js": "^2.1.3",
"@types/deep-equal": "^1.0.1",
"@types/node": "^15.12.5",
"@types/react": "^17.0.11",
"@types/react-custom-scrollbars": "^4.0.7",
"@types/react-dom": "^17.0.8",
"@types/react-helmet": "^6.1.1",
"@types/styled-components": "^5.1.10",
"babel-loader": "8.1.0",
"babel-plugin-styled-components": "^1.13.1",
"tslint": "^6.1.3",
"typescript": "^4.3.5"
}
}