Files
TheGame/packages/design-system/package.json
dependabot[bot] ceee24e4da Bump @babel/core from 7.14.0 to 7.14.2 (#561)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.0 to 7.14.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.14.2/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-17 20:49:12 +05:30

53 lines
1.4 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/icons": "1.0.13",
"@chakra-ui/react": "1.6.1",
"@chakra-ui/theme-tools": "1.1.7",
"@emotion/react": "11.4.0",
"@emotion/styled": "11.3.0",
"framer-motion": "4.1.16",
"next": "10.2.0",
"react-select": "4.3.1",
"react-timezone-select": "0.9.8",
"storybook-addon-performance": "0.15.2"
},
"devDependencies": {
"@babel/core": "7.14.2",
"@storybook/addon-actions": "6.2.9",
"@storybook/addon-docs": "6.2.9",
"@storybook/addon-links": "6.2.9",
"@storybook/addons": "6.2.9",
"@storybook/react": "6.2.9",
"babel-loader": "8.2.2",
"react-docgen-typescript-loader": "3.7.2",
"react-dom": "16.14.0",
"react-google-font-loader": "1.1.0",
"ts-loader": "8.1.0",
"tslib": "2.2.0"
}
}