|
18 | 18 | "getDRSToHostname": "node ./node_modules/@gen3/toolsff/dist/getDRSToHostname.esm.js --out=config/"
|
19 | 19 | },
|
20 | 20 | "dependencies": {
|
| 21 | + "@axe-core/react": "^4.10.0", |
21 | 22 | "@fontsource/montserrat": "^5.0.19",
|
22 |
| - "@fontsource/source-sans-pro": "^5.0.8", |
23 | 23 | "@fontsource/poppins": "^5.0.15",
|
| 24 | + "@fontsource/source-sans-pro": "^5.0.8", |
24 | 25 | "@gen3/frontend": "^0.10.44",
|
25 | 26 | "@mantine/core": "^7.12.1",
|
26 | 27 | "@mantine/form": "^7.12.1",
|
|
32 | 33 | "@next/mdx": "^14.2.8",
|
33 | 34 | "@types/mdx": "^2.0.11",
|
34 | 35 | "cookies-next": "^4.1.1",
|
35 |
| - "swr": "^2.2.5", |
36 |
| - "@axe-core/react": "^4.10.0" |
| 36 | + "swr": "^2.2.5" |
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 | 39 | "@gen3/toolsff": "^0.10.44",
|
|
44 | 44 | "@types/lodash": "^4.14.202",
|
45 | 45 | "@types/react": "^18.2.21",
|
46 | 46 | "@types/react-dom": "^18.2.7",
|
| 47 | + "@typescript-eslint/eslint-plugin": "^7.12.0", |
47 | 48 | "eslint": "8.57.0",
|
| 49 | + "eslint-config-next": "14.2.3", |
48 | 50 | "eslint-config-prettier": "^8.8.0",
|
49 | 51 | "eslint-plugin-import": "^2.27.5",
|
50 | 52 | "eslint-plugin-jsx-a11y": "^6.6.1",
|
51 | 53 | "eslint-plugin-react": "^7.30.1",
|
52 | 54 | "eslint-plugin-react-hooks": "^4.6.0",
|
53 |
| - "eslint-config-next": "14.2.3", |
54 | 55 | "next": "^14.2.8",
|
55 | 56 | "postcss": "^8.4.29",
|
56 | 57 | "postcss-loader": "^7.3.2",
|
|
61 | 62 | "tailwindcss": "^3.4.10",
|
62 | 63 | "ts-jest": "^29.1.2",
|
63 | 64 | "ts-node": "^10.9.1",
|
64 |
| - "typescript": "5.5.4", |
65 |
| - "@typescript-eslint/eslint-plugin": "^7.12.0" |
| 65 | + "typescript": "5.5.4" |
66 | 66 | }
|
67 | 67 | }
|
0 commit comments