Skip to content

Commit

Permalink
Remove: Remove storybook (backport #3597)
Browse files Browse the repository at this point in the history
Merge pull request #3615 from greenbone/remove-storybook-backport
  • Loading branch information
timopollmeier authored Feb 15, 2023
2 parents 9168914 + 079212b commit 3a38cb6
Show file tree
Hide file tree
Showing 29 changed files with 153 additions and 7,860 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ public/config.js
# directory files for image previews
.directory
coverage/
storybook-static/
56 changes: 0 additions & 56 deletions .storybook/config.js

This file was deleted.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/greenbone/gsa/"
},
"author": "Bj\u00f6rn Ricks <bjoern.ricks@greenbone.net>",
"author": "Björn Ricks <bjoern.ricks@greenbone.net>",
"license": "AGPL-3.0+",
"main": "src/index.js",
"engines": {
Expand All @@ -31,6 +31,7 @@
"@vx/gradient": "^0.0.183",
"@vx/shape": "^0.0.179",
"babel-loader": "9.1.2",
"core-js": "^3.27.2",
"d3-cloud": "^1.2.5",
"d3-color": "^2.0.0",
"d3-force": "^2.0.0",
Expand Down Expand Up @@ -75,14 +76,11 @@
"start": "react-scripts start",
"build": "INLINE_RUNTIME_CHUNK=false react-scripts build && rm -f build/*.js*",
"eject": "react-scripts eject",
"storybook": "NODE_PATH=src start-storybook",
"build-storybook": "NODE_PATH=src build-storybook",
"i18n-extract": "NODE_ENV=development babel -f .babelrc 'src/**/*.{js,jsx,ts,tsx}'",
"clean-up-translations": "node scripts/cleanuptranslations"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@storybook/react": "^6.5.13",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
Expand Down Expand Up @@ -126,4 +124,4 @@
"git add"
]
}
}
}
44 changes: 0 additions & 44 deletions src/stories/badge.js

This file was deleted.

58 changes: 0 additions & 58 deletions src/stories/button.js

This file was deleted.

109 changes: 0 additions & 109 deletions src/stories/checkbox.js

This file was deleted.

27 changes: 0 additions & 27 deletions src/stories/comment.js

This file was deleted.

Loading

0 comments on commit 3a38cb6

Please sign in to comment.