update
This commit is contained in:
137
package.json
137
package.json
@@ -8,7 +8,7 @@
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"lint": "eslint src",
|
||||
"lint": "eslint . --fix",
|
||||
"jest": "jest",
|
||||
"jest:watch": "jest --watch",
|
||||
"test": "pnpm typecheck && pnpm lint",
|
||||
@@ -17,91 +17,90 @@
|
||||
"chromatic": "npx chromatic --project-token=180ac2186305"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mantine/core": "^7.6.2",
|
||||
"@mantine/hooks": "^7.6.2",
|
||||
"@mantine/notifications": "^7.6.2",
|
||||
"@meilisearch/instant-meilisearch": "^0.18.1",
|
||||
"@reduxjs/toolkit": "^2.2.1",
|
||||
"@sentry/react": "^7.108.0",
|
||||
"@sentry/vite-plugin": "^2.16.0",
|
||||
"@tabler/icons-react": "^3.1.0",
|
||||
"axios": "^1.6.8",
|
||||
"dayjs": "^1.11.10",
|
||||
"i18next": "^23.10.1",
|
||||
"i18next-browser-languagedetector": "^7.2.0",
|
||||
"instantsearch.js": "^4.71.1",
|
||||
"@mantine/core": "^7.14.3",
|
||||
"@mantine/hooks": "^7.14.3",
|
||||
"@mantine/notifications": "^7.14.3",
|
||||
"@meilisearch/instant-meilisearch": "^0.22.0",
|
||||
"@reduxjs/toolkit": "^2.4.0",
|
||||
"@sentry/react": "^8.42.0",
|
||||
"@sentry/vite-plugin": "^2.22.7",
|
||||
"@tabler/icons-react": "^3.24.0",
|
||||
"axios": "^1.7.9",
|
||||
"dayjs": "^1.11.13",
|
||||
"i18next": "^24.0.5",
|
||||
"i18next-browser-languagedetector": "^8.0.0",
|
||||
"instantsearch.js": "^4.75.5",
|
||||
"lodash": "^4.17.21",
|
||||
"meilisearch": "^0.40.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-i18next": "^14.1.0",
|
||||
"react-instantsearch": "^7.11.1",
|
||||
"react-redux": "^9.1.0",
|
||||
"react-router-dom": "^6.22.3",
|
||||
"rehype-highlight": "^7.0.0",
|
||||
"meilisearch": "^0.46.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-i18next": "^15.1.3",
|
||||
"react-instantsearch": "^7.13.8",
|
||||
"react-redux": "^9.1.2",
|
||||
"react-router-dom": "^7.0.2",
|
||||
"rehype-highlight": "^7.0.1",
|
||||
"rehype-sanitize": "^6.0.0",
|
||||
"rehype-stringify": "^10.0.0",
|
||||
"rehype-stringify": "^10.0.1",
|
||||
"remark-gfm": "^4.0.0",
|
||||
"remark-html": "^16.0.1",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.0",
|
||||
"unified": "^11.0.4"
|
||||
"remark-rehype": "^11.1.1",
|
||||
"unified": "^11.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.1",
|
||||
"@mantine/form": "^7.6.2",
|
||||
"@storybook/addon-actions": "^8.0.2",
|
||||
"@storybook/addon-essentials": "^8.0.2",
|
||||
"@storybook/addon-interactions": "^8.0.2",
|
||||
"@storybook/addon-links": "^8.0.2",
|
||||
"@babel/core": "^7.26.0",
|
||||
"@mantine/form": "^7.14.3",
|
||||
"@storybook/addon-actions": "^8.4.7",
|
||||
"@storybook/addon-essentials": "^8.4.7",
|
||||
"@storybook/addon-interactions": "^8.4.7",
|
||||
"@storybook/addon-links": "^8.4.7",
|
||||
"@storybook/addons": "^7.6.17",
|
||||
"@storybook/api": "^7.6.17",
|
||||
"@storybook/builder-vite": "^8.0.2",
|
||||
"@storybook/components": "^8.0.2",
|
||||
"@storybook/core-events": "^8.0.2",
|
||||
"@storybook/react": "^8.0.2",
|
||||
"@storybook/testing-library": "^0.2.2",
|
||||
"@storybook/theming": "^8.0.2",
|
||||
"@testing-library/dom": "^9.3.4",
|
||||
"@testing-library/jest-dom": "^6.4.2",
|
||||
"@testing-library/react": "^14.2.2",
|
||||
"@storybook/builder-vite": "^8.4.7",
|
||||
"@storybook/components": "^8.4.7",
|
||||
"@storybook/core-events": "^8.4.7",
|
||||
"@storybook/react": "^8.4.7",
|
||||
"@storybook/theming": "^8.4.7",
|
||||
"@testing-library/dom": "^10.4.0",
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@testing-library/react": "^16.1.0",
|
||||
"@testing-library/user-event": "^14.5.2",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/lodash": "^4.17.0",
|
||||
"@types/react": "^18.2.67",
|
||||
"@types/react-dom": "^18.2.22",
|
||||
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
||||
"@typescript-eslint/parser": "^7.3.1",
|
||||
"@vitejs/plugin-react": "^4.2.1",
|
||||
"babel-loader": "^9.1.3",
|
||||
"chromatic": "^11.1.1",
|
||||
"eslint": "^8.57.0",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/lodash": "^4.17.13",
|
||||
"@types/react": "^18.3.1",
|
||||
"@types/react-dom": "^18.3.1",
|
||||
"@typescript-eslint/eslint-plugin": "^8.17.0",
|
||||
"@typescript-eslint/parser": "^8.17.0",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"babel-loader": "^9.2.1",
|
||||
"chromatic": "^11.20.0",
|
||||
"eslint": "^9.16.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-import-resolver-typescript": "^3.6.1",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.8.0",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-react": "^7.34.1",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.6",
|
||||
"eslint-plugin-storybook": "^0.8.0",
|
||||
"i18next-http-backend": "^2.5.0",
|
||||
"eslint-import-resolver-typescript": "^3.7.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"eslint-plugin-react": "^7.37.2",
|
||||
"eslint-plugin-react-hooks": "^5.1.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.16",
|
||||
"eslint-plugin-storybook": "^0.11.1",
|
||||
"i18next-http-backend": "^2.7.1",
|
||||
"install-peerdeps": "^3.0.3",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
"postcss": "^8.4.37",
|
||||
"postcss-preset-mantine": "^1.13.0",
|
||||
"postcss": "^8.4.49",
|
||||
"postcss-preset-mantine": "^1.17.0",
|
||||
"postcss-simple-vars": "^7.0.1",
|
||||
"prettier": "^3.2.5",
|
||||
"react-router": "^6.22.3",
|
||||
"prettier": "^3.4.2",
|
||||
"react-router": "^7.0.2",
|
||||
"rollup-plugin-visualizer": "^5.12.0",
|
||||
"storybook": "^8.0.2",
|
||||
"storybook-dark-mode": "^4.0.1",
|
||||
"storybook-react-i18next": "3.0.1",
|
||||
"storybook": "^8.4.7",
|
||||
"storybook-dark-mode": "^4.0.2",
|
||||
"storybook-react-i18next": "3.1.7",
|
||||
"stylis-plugin-rtl": "^2.1.1",
|
||||
"ts-jest": "^29.1.2",
|
||||
"typescript": "^5.4.2",
|
||||
"vite": "^5.2.0"
|
||||
"ts-jest": "^29.2.5",
|
||||
"typescript": "^5.7.2",
|
||||
"vite": "^6.0.3"
|
||||
},
|
||||
"packageManager": "pnpm@10.0.0-beta.1+sha512.629de0531b9ae9a3f8e372d014ef8f5a57906d9a48095ced54bbfbd246b4136381478032c8d13819fd1eedde8330517a799ea6756eedd9a136e36524fa3083cf"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user