Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .husky/commit-msg
100644 → 100755
Empty file.
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="de" class="h-screen">
<html lang="en" class="h-screen">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
Expand Down
100 changes: 50 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,65 +17,65 @@
"build-storybook": "storybook build -o ./build/storybook"
},
"dependencies": {
"@mswjs/data": "^0.11.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"axios": "^1.2.2",
"clsx": "^1.2.1",
"msw": "^0.49.2",
"msw-storybook-addon": "^1.7.0",
"@mswjs/data": "^0.16.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"axios": "^1.6.2",
"clsx": "^2.0.0",
"msw-storybook-addon": "^2.0.0--canary.122.b3ed3b1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.2",
"react-router-dom": "^6.6.2"
"react-query": "^3.39.3",
"react-router-dom": "^6.20.0"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@faker-js/faker": "^7.6.0",
"@storybook/addon-essentials": "^7.0.0-beta.24",
"@storybook/addon-interactions": "^7.0.0-beta.24",
"@storybook/addon-links": "^7.0.0-beta.24",
"@storybook/blocks": "^7.0.0-beta.24",
"@storybook/react": "^7.0.0-beta.24",
"@storybook/react-vite": "^7.0.0-beta.24",
"@storybook/testing-library": "^0.0.13",
"@testing-library/dom": "^8.19.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.5",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-istanbul": "^0.27.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@faker-js/faker": "^8.3.1",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/blocks": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.10",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-istanbul": "^0.34.6",
"autoprefixer": "^10.4.16",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.10",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.3",
"i": "^0.3.7",
"jsdom": "^21.0.0",
"lint-staged": "^13.1.0",
"postcss": "^8.4.21",
"prettier": "^2.8.2",
"jsdom": "^23.0.0",
"lint-staged": "^15.1.0",
"msw": "^2.0.9",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prop-types": "^15.8.1",
"storybook": "^7.0.0-beta.24",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"storybook": "^7.5.3",
"tailwindcss": "^3.3.5",
"typescript": "~5.2.2",
"vite": "^5.0.2",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.3",
"vitest": "^0.27.1"
"vite-tsconfig-paths": "^4.2.1",
"vitest": "^0.34.6"
},
"lint-staged": {
"*.+(ts|tsx)": [
Expand Down
Loading