Skip to content

Commit

Permalink
Merge pull request #2564 from objectcomputing/chore-2563/remove-story…
Browse files Browse the repository at this point in the history
…book

Removed storybook
  • Loading branch information
mkimberlin authored Aug 6, 2024
2 parents b967f74 + e04d2f8 commit b45d660
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 4,653 deletions.
11 changes: 1 addition & 10 deletions web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"lodash": "^4.17.21",
"mjml": "^5.0.0-alpha.4",
"mjml-browser": "^5.0.0-alpha.4",
"qs": "^6.13.0",
"query-string": "^7.0.1",
"raf": "^3.4.1",
"react": "^18.2.0",
Expand All @@ -48,15 +49,13 @@
},
"scripts": {
"build-ladle": "ladle build",
"build-storybook": "storybook build",
"build": "vite build",
"coverage": "vitest run --coverage --watch=false",
"format": "prettier --write 'src/**/*.{css,html,js,jsx,ts,tsx}'",
"ladle": "ladle serve",
"lint": "eslint --fix --quiet",
"serve": "vite preview",
"start": "vite",
"storybook": "storybook dev -p 6006",
"test": "vitest",
"update-test": "vitest -u"
},
Expand All @@ -77,13 +76,6 @@
},
"devDependencies": {
"@ladle/react": "^4.0.3",
"@storybook/addon-actions": "^8.0.4",
"@storybook/addon-essentials": "^8.0.4",
"@storybook/addon-links": "^8.0.4",
"@storybook/node-logger": "^8.0.4",
"@storybook/preset-create-react-app": "^8.0.4",
"@storybook/react": "^8.0.4",
"@storybook/react-webpack5": "^8.0.4",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^14.2.2",
"@testing-library/react-hooks": "^8.0.1",
Expand All @@ -103,7 +95,6 @@
"prettier": "3.2.5",
"prop-types": "^15.8.1",
"react-test-renderer": "^18.2.0",
"storybook": "^8.0.4",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.1",
"vite": "^5.2.6",
Expand Down
Loading

0 comments on commit b45d660

Please sign in to comment.