Skip to content

Commit

Permalink
refactor: make client focus again
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanpham committed Aug 9, 2024
1 parent 810da5b commit ddda459
Show file tree
Hide file tree
Showing 13 changed files with 9,305 additions and 6,916 deletions.
133 changes: 66 additions & 67 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"format": "prettier -c --write \"*/**\"",
"lint": "eslint . --ext .ts,.tsx,.js && stylelint '**/*.css'",
"lint:fix": "eslint . --ext .ts,.tsx,.js --fix && stylelint '**/*.css' --fix",
"postinstall": "husky install && pnpm generate-icons",
"generate-icons": "node ./scripts/generate-icon-components.js",
"postinstall": "husky install",
"storybook": "storybook dev -p 6006 -s ./public",
"build-storybook": "storybook build -s ./public",
"cypress:open": "cypress open",
Expand All @@ -21,93 +20,93 @@
"generate:api": "orval --config ./orval.config.js"
},
"dependencies": {
"@babel/eslint-parser": "^7.22.10",
"@babel/eslint-parser": "^7.25.1",
"@dwarvesf/react-hooks": "^0.8.2",
"@dwarvesf/react-utils": "^0.4.2",
"@hookform/resolvers": "^3.1.0",
"@next/bundle-analyzer": "^13.4.4",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@hookform/resolvers": "^3.9.0",
"@next/bundle-analyzer": "^14.2.5",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@reach/auto-id": "^0.18.0",
"@tailwindcss/forms": "^0.5.4",
"classnames": "^2.3.2",
"glob": "^10.3.3",
"@tailwindcss/forms": "^0.5.7",
"classnames": "^2.5.1",
"isomorphic-unfetch": "^4.0.2",
"mitt": "^3.0.1",
"next": "14.2.5",
"nprogress": "^0.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.41.1",
"react-hot-toast": "^2.4.0",
"swr": "^2.0.0",
"react-hook-form": "^7.52.2",
"react-hot-toast": "^2.4.1",
"swr": "^2.2.5",
"tailwind-variants": "^0.2.1",
"zod": "^3.21.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@dwarvesf/react-eslint-config": "^1.0.1",
"@faker-js/faker": "^8.0.2",
"@ibm-cloud/openapi-ruleset": "0.45.5",
"@ibm-cloud/openapi-ruleset-utilities": "0.0.1",
"@prettier/plugin-xml": "^3.2.0",
"@storybook/addon-actions": "^7.0.12",
"@storybook/addon-essentials": "^7.0.12",
"@storybook/addon-links": "^7.0.12",
"@storybook/addon-storysource": "7.0.12",
"@storybook/addon-styling": "^1.0.8",
"@storybook/nextjs": "^7.0.12",
"@storybook/react": "^7.0.12",
"@faker-js/faker": "^8.4.1",
"@ibm-cloud/openapi-ruleset": "1.19.0",
"@ibm-cloud/openapi-ruleset-utilities": "1.3.2",
"@prettier/plugin-xml": "^3.4.1",
"@storybook/addon-actions": "^8.2.8",
"@storybook/addon-essentials": "^8.2.8",
"@storybook/addon-links": "^8.2.8",
"@storybook/addon-storysource": "8.2.8",
"@storybook/addon-styling": "^1.3.7",
"@storybook/nextjs": "^8.2.8",
"@storybook/react": "^8.2.8",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@total-typescript/ts-reset": "^0.4.2",
"@types/jest": "^29.2.4",
"@types/node": "18.11.18",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"autoprefixer": "^10.4.13",
"axios": "^1.2.1",
"babel-jest": "^29.3.1",
"cypress": "^12.2.0",
"eslint": "8.30.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/jest": "^29.5.12",
"@types/node": "22.1.0",
"@types/nprogress": "^0.2.3",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"autoprefixer": "^10.4.20",
"axios": "^1.7.3",
"babel-jest": "^29.7.0",
"cypress": "^13.13.2",
"eslint": "9.8.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-next": "^13.1.1",
"eslint-config-prettier": "9.0.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "9.1.0",
"eslint-config-react": "1.x",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-cypress": "^3.4.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-testing-library": "6.0.0",
"husky": "^8.0.2",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^14.0.0",
"msw": "^1.2.3",
"orval": "^6.17.0",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"rimraf": "^3.0.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-testing-library": "6.2.2",
"glob": "^11.0.0",
"husky": "^9.1.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.8",
"msw": "^2.3.5",
"orval": "^7.0.1",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"standard-version": "^9.5.0",
"storybook": "^7.0.12",
"stylelint": "^15.10.2",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^34.0.0",
"storybook": "^8.2.8",
"stylelint": "^16.8.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^36.0.1",
"tailwindcss": "3.4.9",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "^29.0.3",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"ts-jest": "^29.2.4",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "5.5.4"
},
"license": "ISC",
Expand Down
Loading

0 comments on commit ddda459

Please sign in to comment.