mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
60 lines
1.9 KiB
JSON
60 lines
1.9 KiB
JSON
{
|
|
"name": "@roleypoly/design-system",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "build-storybook -o ../../dist/-/storybook",
|
|
"create-component": "node ./hack/create-component.js",
|
|
"start": "start-storybook -p 6006",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@roleypoly/types": "*",
|
|
"chroma-js": "^2.3.0",
|
|
"deep-equal": "^2.0.5",
|
|
"isomorphic-unfetch": "^3.1.0",
|
|
"lodash": "^4.17.21",
|
|
"react": "^17.0.2",
|
|
"react-beautiful-dnd": "^13.1.0",
|
|
"react-custom-scrollbars": "^4.2.1",
|
|
"react-dom": "^17.0.2",
|
|
"react-helmet": "^6.1.0",
|
|
"react-icons": "^4.3.1",
|
|
"react-is": "^17.0.2",
|
|
"react-tooltip": "^4.2.21",
|
|
"styled-components": "^5.3.3",
|
|
"styled-normalize": "^8.0.7",
|
|
"ulidx": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@icons/material": "^0.4.1",
|
|
"@storybook/addon-actions": "^6.4.17",
|
|
"@storybook/addon-essentials": "^6.4.17",
|
|
"@storybook/addon-links": "^6.4.17",
|
|
"@storybook/addons": "^6.4.17",
|
|
"@storybook/react": "^6.4.17",
|
|
"@storybook/theming": "^6.4.17",
|
|
"@testing-library/jest-dom": "^5.16.1",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/chroma-js": "^2.1.3",
|
|
"@types/deep-equal": "^1.0.1",
|
|
"@types/enzyme": "^3.10.11",
|
|
"@types/lodash": "^4.14.178",
|
|
"@types/node": "^17.0.13",
|
|
"@types/react": "^17.0.38",
|
|
"@types/react-beautiful-dnd": "^13.1.2",
|
|
"@types/react-custom-scrollbars": "^4.0.10",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@types/react-helmet": "^6.1.5",
|
|
"@types/styled-components": "^5.1.21",
|
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
|
|
"babel-loader": "^8.2.3",
|
|
"babel-plugin-styled-components": "^2.0.2",
|
|
"change-case": "^4.1.2",
|
|
"enzyme": "^3.11.0",
|
|
"enzyme-to-json": "^3.6.2",
|
|
"jest": "^27.4.7",
|
|
"jest-styled-components": "^7.0.8",
|
|
"typescript": "^4.5.5"
|
|
}
|
|
}
|