|
10 | 10 | "build": "pnpm set-version && vite build", |
11 | 11 | "set-version": "node bin/set-version.cjs", |
12 | 12 | "test": "vitest run", |
13 | | - "lint": "eslint --fix \"src/**/*.+(ts|tsx)\"", |
14 | | - "lint:ci": "eslint \"src/**/*.+(ts|tsx)\"", |
| 13 | + "lint": "eslint", |
15 | 14 | "docs": "typedoc src", |
16 | 15 | "download:crops": "node bin/download-crops.cjs", |
17 | 16 | "storybook": "storybook dev -p 6006", |
18 | 17 | "build-storybook": "storybook build -o dist/storybook" |
19 | 18 | }, |
20 | 19 | "dependencies": { |
21 | | - "@apollo/client": "^3.13.8", |
| 20 | + "@apollo/client": "catalog:", |
22 | 21 | "@coremedia-labs/graphql-layer": "workspace:^", |
23 | 22 | "@coremedia-labs/preview-integration": "workspace:^", |
24 | 23 | "@coremedia-labs/view-dispatcher": "workspace:^", |
25 | | - "@js-joda/core": "^5.6.5", |
26 | | - "@js-joda/timezone": "^2.22.0", |
27 | | - "country-flag-icons": "^1.5.19", |
28 | | - "crypto-hash": "^2.0.1", |
29 | | - "graphql": "^16.11.0", |
30 | | - "i18next": "^23.16.8", |
31 | | - "i18next-browser-languagedetector": "^7.2.2", |
32 | | - "i18next-http-backend": "^2.7.3", |
33 | | - "loglevel": "^1.9.2", |
34 | | - "query-string": "^7.1.3", |
35 | | - "react": "^17.0.2", |
36 | | - "react-dom": "^17.0.2", |
37 | | - "react-helmet-async": "^2.0.5", |
38 | | - "react-i18next": "^11.18.6", |
39 | | - "react-is": "^18.3.1", |
40 | | - "react-player": "^2.16.0", |
41 | | - "react-responsive": "^9.0.2", |
42 | | - "react-router-dom": "^5.3.4", |
43 | | - "react-router-hash-link": "^2.4.3", |
44 | | - "react-slick": "^0.30.3", |
45 | | - "require-from-string": "^2.0.2", |
46 | | - "slick-carousel": "^1.8.1", |
47 | | - "styled-components": "^5.3.11" |
| 24 | + "@js-joda/core": "catalog:", |
| 25 | + "@js-joda/timezone": "catalog:", |
| 26 | + "country-flag-icons": "catalog:", |
| 27 | + "crypto-hash": "catalog:", |
| 28 | + "graphql": "catalog:", |
| 29 | + "i18next": "catalog:", |
| 30 | + "i18next-browser-languagedetector": "catalog:", |
| 31 | + "i18next-http-backend": "catalog:", |
| 32 | + "loglevel": "catalog:", |
| 33 | + "query-string": "catalog:", |
| 34 | + "react": "catalog:", |
| 35 | + "react-dom": "catalog:", |
| 36 | + "react-helmet-async": "catalog:", |
| 37 | + "react-i18next": "catalog:", |
| 38 | + "react-is": "catalog:", |
| 39 | + "react-player": "catalog:", |
| 40 | + "react-responsive": "catalog:", |
| 41 | + "react-router-dom": "catalog:", |
| 42 | + "react-router-hash-link": "catalog:", |
| 43 | + "react-slick": "catalog:", |
| 44 | + "require-from-string": "catalog:", |
| 45 | + "slick-carousel": "catalog:", |
| 46 | + "styled-components": "catalog:" |
48 | 47 | }, |
49 | 48 | "devDependencies": { |
50 | | - "@chromatic-com/storybook": "^4.0.1", |
51 | | - "@storybook/addon-docs": "^9.0.15", |
52 | | - "@storybook/addon-links": "^9.0.15", |
53 | | - "@storybook/react-vite": "^9.0.15", |
54 | | - "@types/node": "^22.15.34", |
55 | | - "@types/react": "^17.0.87", |
56 | | - "@types/react-dom": "^17.0.26", |
57 | | - "@types/react-router-dom": "^5.3.3", |
58 | | - "@types/react-router-hash-link": "^2.4.9", |
59 | | - "@types/react-slick": "^0.23.13", |
60 | | - "@types/styled-components": "^5.1.34", |
61 | | - "@typescript-eslint/eslint-plugin": "^7.18.0", |
62 | | - "@typescript-eslint/parser": "^7.18.0", |
63 | | - "@vitejs/plugin-react-swc": "^3.10.2", |
64 | | - "dotenv": "^16.6.1", |
65 | | - "eslint": "^8.57.1", |
66 | | - "eslint-config-prettier": "^9.1.0", |
67 | | - "eslint-import-resolver-typescript": "^3.10.1", |
68 | | - "eslint-plugin-import": "^2.32.0", |
69 | | - "eslint-plugin-prettier": "^5.5.1", |
70 | | - "eslint-plugin-react": "^7.37.5", |
71 | | - "eslint-plugin-storybook": "^9.0.15", |
72 | | - "prettier": "^3.6.2", |
73 | | - "storybook": "^9.0.15", |
74 | | - "typedoc": "^0.28.7", |
75 | | - "typescript": "~5.2.2", |
76 | | - "vite": "^7.0.0", |
77 | | - "vitest": "^3.2.4" |
| 49 | + "@chromatic-com/storybook": "catalog:", |
| 50 | + "@eslint/js": "catalog:", |
| 51 | + "@storybook/addon-docs": "catalog:", |
| 52 | + "@storybook/addon-links": "catalog:", |
| 53 | + "@storybook/react-vite": "catalog:", |
| 54 | + "@types/node": "catalog:", |
| 55 | + "@types/react": "catalog:", |
| 56 | + "@types/react-dom": "catalog:", |
| 57 | + "@types/react-router-dom": "catalog:", |
| 58 | + "@types/react-router-hash-link": "catalog:", |
| 59 | + "@types/react-slick": "catalog:", |
| 60 | + "@types/styled-components": "catalog:", |
| 61 | + "@typescript-eslint/parser": "catalog:", |
| 62 | + "@vitejs/plugin-react-swc": "catalog:", |
| 63 | + "dotenv": "catalog:", |
| 64 | + "eslint": "catalog:", |
| 65 | + "eslint-config-prettier": "catalog:", |
| 66 | + "eslint-import-resolver-typescript": "catalog:", |
| 67 | + "eslint-plugin-import": "catalog:", |
| 68 | + "eslint-plugin-prettier": "catalog:", |
| 69 | + "eslint-plugin-react": "catalog:", |
| 70 | + "eslint-plugin-react-hooks": "catalog:", |
| 71 | + "eslint-plugin-storybook": "catalog:", |
| 72 | + "prettier": "catalog:", |
| 73 | + "storybook": "catalog:", |
| 74 | + "typedoc": "catalog:", |
| 75 | + "typescript": "catalog:", |
| 76 | + "typescript-eslint": "catalog:", |
| 77 | + "vite": "catalog:", |
| 78 | + "vitest": "catalog:" |
78 | 79 | }, |
79 | 80 | "browserslist": { |
80 | 81 | "production": [ |
|
0 commit comments