Remove storybook until we're ready to use it again

This commit is contained in:
Justin Edmund 2023-07-06 21:53:19 -07:00
parent af9064a356
commit ab00dc5d4f
2 changed files with 70 additions and 12108 deletions

12167
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -77,15 +77,6 @@
"youtube-api-v3-wrapper": "^2.3.0" "youtube-api-v3-wrapper": "^2.3.0"
}, },
"devDependencies": { "devDependencies": {
"@storybook/addon-essentials": "latest",
"@storybook/addon-interactions": "latest",
"@storybook/addon-links": "latest",
"@storybook/addon-mdx-gfm": "latest",
"@storybook/addon-styling": "latest",
"@storybook/blocks": "latest",
"@storybook/nextjs": "latest",
"@storybook/react": "latest",
"@storybook/testing-library": "latest",
"@types/dompurify": "^3.0.2", "@types/dompurify": "^3.0.2",
"@types/lodash.clonedeep": "^4.5.6", "@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.debounce": "^4.0.6", "@types/lodash.debounce": "^4.0.6",
@ -100,10 +91,8 @@
"@types/uuid": "^9.0.0", "@types/uuid": "^9.0.0",
"eslint": "8.7.0", "eslint": "8.7.0",
"eslint-config-next": "12.0.8", "eslint-config-next": "12.0.8",
"eslint-plugin-storybook": "^0.6.11",
"eslint-plugin-valtio": "^0.4.1", "eslint-plugin-valtio": "^0.4.1",
"sass-loader": "^13.2.2", "sass-loader": "^13.2.2",
"storybook": "latest",
"typescript": "^4.5.5" "typescript": "^4.5.5"
}, },
"overrides": { "overrides": {