refactor: remove storybook
Showing
.storybook/main.ts
deleted
100644 → 0
.storybook/theme.ts
deleted
100644 → 0
... | @@ -15,16 +15,6 @@ | ... | @@ -15,16 +15,6 @@ |
"@reach/portal": "^0.10.3", | "@reach/portal": "^0.10.3", | ||
"@react-hook/window-scroll": "^1.3.0", | "@react-hook/window-scroll": "^1.3.0", | ||
"@reduxjs/toolkit": "^1.3.5", | "@reduxjs/toolkit": "^1.3.5", | ||
"@storybook/addon-actions": "^6.1.17", | |||
"@storybook/addon-essentials": "^6.1.17", | |||
"@storybook/addon-links": "^6.1.17", | |||
"@storybook/addons": "^6.1.17", | |||
"@storybook/components": "^6.1.17", | |||
"@storybook/preset-create-react-app": "^3.1.5", | |||
"@storybook/preset-typescript": "^3.0.0", | |||
"@storybook/react": "^6.1.17", | |||
"@storybook/theming": "^6.1.17", | |||
"@styled-system/css": "^5.1.5", | |||
"@typechain/ethers-v5": "^7.0.0", | "@typechain/ethers-v5": "^7.0.0", | ||
"@types/jest": "^25.2.1", | "@types/jest": "^25.2.1", | ||
"@types/lingui__core": "^2.7.1", | "@types/lingui__core": "^2.7.1", | ||
... | @@ -131,7 +121,6 @@ | ... | @@ -131,7 +121,6 @@ |
"integration-test": "start-server-and-test 'serve build -l 3000' http://localhost:3000 'cypress run'", | "integration-test": "start-server-and-test 'serve build -l 3000' http://localhost:3000 'cypress run'", | ||
"postinstall": "yarn compile-contract-types", | "postinstall": "yarn compile-contract-types", | ||
"start": "yarn compile-contract-types && react-scripts start", | "start": "yarn compile-contract-types && react-scripts start", | ||
"storybook": "start-storybook -p 6006", | |||
"test": "react-scripts test --env=jsdom" | "test": "react-scripts test --env=jsdom" | ||
}, | }, | ||
"eslintConfig": { | "eslintConfig": { | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment