mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-09 13:35:09 -05:00
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react) from 5.3.21 to 6.1.11. - [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.1.11/app/react) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@metafam/ds",
|
|
"version": "0.1.0",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"module": "dist/ds.esm.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"storybook": "start-storybook -p 6006",
|
|
"build-storybook": "build-storybook",
|
|
"typecheck": "tsc -b tsconfig.build.json tsconfig.json",
|
|
"dev": "yarn start",
|
|
"start": "tsdx watch --tsconfig tsconfig.build.json --verbose --noClean",
|
|
"build": "tsdx build --tsconfig tsconfig.build.json",
|
|
"test": "tsdx test --passWithNoTests",
|
|
"prepublish": "yarn build",
|
|
"precommit": "yarn lint-staged"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/core": "next",
|
|
"@chakra-ui/icons": "next",
|
|
"@chakra-ui/theme": "next",
|
|
"react-select": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.10.5",
|
|
"@storybook/addon-actions": "^5.3.19",
|
|
"@storybook/addon-docs": "^5.3.19",
|
|
"@storybook/addon-info": "^5.3.19",
|
|
"@storybook/addon-links": "^5.3.19",
|
|
"@storybook/addons": "^5.3.19",
|
|
"@storybook/react": "^6.1.11",
|
|
"babel-loader": "^8.1.0",
|
|
"react-docgen-typescript-loader": "^3.7.2",
|
|
"react-dom": "^16.13.1",
|
|
"react-google-font-loader": "^1.1.0",
|
|
"ts-loader": "^8.0.1",
|
|
"tslib": "^2.0.0"
|
|
}
|
|
}
|