This commit is contained in:
Elio Bischof
2023-06-05 13:02:36 +02:00
parent c71046dc66
commit 4ca1d60f0f
38 changed files with 10214 additions and 226 deletions

View File

@@ -10,7 +10,9 @@
"lint:fix": "prettier --write .",
"lint-staged": "lint-staged",
"start": "next start",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"git": {
"pre-commit": "lint-staged"
@@ -36,32 +38,57 @@
"react-dom": "18.2.0",
"react-hook-form": "7.39.5",
"sass": "^1.62.0",
"tinycolor2": "1.4.2"
"tinycolor2": "1.4.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.14.0",
"@jest/types": "^29.5.0",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/blocks": "^7.0.18",
"@storybook/nextjs": "^7.0.18",
"@storybook/react": "^7.0.18",
"@storybook/testing-library": "^0.1.0",
"@storybook/testing-react": "2.0.1",
"@storybook/types": "7.1.0-alpha.26",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/forever-monitor": "^1.7.6",
"@types/jest": "^29.5.1",
"@types/ms": "0.7.31",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/testing-library__jest-dom": "^5.14.6",
"@types/tinycolor2": "1.4.3",
"@types/uuid": "^9.0.1",
"@vercel/git-hooks": "1.0.0",
"@zitadel/tsconfig": "workspace:*",
"autoprefixer": "10.4.13",
"del-cli": "5.0.0",
"eslint-config-zitadel": "workspace:*",
"eslint-plugin-storybook": "^0.6.12",
"grpc-tools": "1.11.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-fetch-mock": "^3.0.3",
"lint-staged": "13.0.3",
"make-dir-cli": "3.0.0",
"msw": "^1.2.1",
"next-router-mock": "^0.9.3",
"postcss": "8.4.21",
"prettier-plugin-tailwindcss": "0.1.13",
"storybook": "^7.0.18",
"storybook-css-modules-preset": "^1.1.1",
"tailwindcss": "3.2.4",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"ts-proto": "^1.139.0",
"typescript": "4.8.4",
"whatwg-fetch": "^3.6.2",
"zitadel-tailwind-config": "workspace:*"
}
}