|
8 | 8 | "test": "jest", |
9 | 9 | "lint": "eslint ./src/", |
10 | 10 | "check:type": "tsc --noEmit", |
11 | | - "serve": "vite preview" |
| 11 | + "serve": "vite preview", |
| 12 | + "prepare": "husky" |
12 | 13 | }, |
13 | 14 | "dependencies": { |
14 | 15 | "@apollo/client": "^3.8.7", |
15 | 16 | "@cubing/icons": "^1.0.6", |
16 | | - "@eslint/js": "^9.26.0", |
17 | 17 | "@fortawesome/fontawesome-svg-core": "^6.4.0", |
18 | 18 | "@fortawesome/react-fontawesome": "^0.2.0", |
19 | 19 | "@tanstack/query-sync-storage-persister": "^5.48.0", |
20 | 20 | "@tanstack/react-query": "^5.48.0", |
21 | 21 | "@tanstack/react-query-persist-client": "^5.48.0", |
22 | | - "@testing-library/jest-dom": "^6.6.3", |
23 | | - "@testing-library/react": "^13.4.0", |
24 | | - "@testing-library/user-event": "^14.4.3", |
25 | 22 | "@total-typescript/ts-reset": "^0.3.7", |
26 | | - "@types/jest": "^29.1.2", |
27 | | - "@types/node": "^18.8.3", |
28 | | - "@types/react": "^18.0.21", |
29 | | - "@types/react-dom": "^18.0.6", |
30 | | - "@types/styled-components": "^5.1.26", |
31 | 23 | "@uidotdev/usehooks": "^2.4.1", |
32 | | - "@vitejs/plugin-react": "^4.0.3", |
33 | 24 | "@wca/helpers": "^1.1.5", |
34 | 25 | "classnames": "^2.3.2", |
35 | 26 | "country-flag-icons": "^1.5.4", |
36 | 27 | "date-fns": "^2.30.0", |
37 | | - "eslint-config-prettier": "^10.1.5", |
38 | | - "eslint-plugin-prettier": "^5.4.0", |
39 | 28 | "graphql": "^16.8.1", |
40 | 29 | "graphql-ws": "^5.14.2", |
41 | 30 | "history": "^5.3.0", |
42 | 31 | "i18n-js": "^4.5.1", |
43 | 32 | "i18next": "^25.1.2", |
44 | | - "jest": "^29.7.0", |
45 | 33 | "lodash.flatmap": "^4.5.0", |
46 | 34 | "lodash.flatten": "^4.4.0", |
47 | 35 | "react": "^18.2.0", |
|
59 | 47 | "react-tiny-popover": "^8.0.4", |
60 | 48 | "styled-components": "^5.3.5", |
61 | 49 | "tailwindcss": "^3.3.5", |
62 | | - "temporal-polyfill": "^0.3.0", |
63 | 50 | "typescript": "^5.8.3", |
64 | | - "typescript-eslint": "^8.32.1", |
65 | 51 | "vite": "^4.4.3", |
66 | 52 | "vite-plugin-pwa": "^0.16.4", |
67 | 53 | "vite-plugin-svgr": "^4.1.0", |
|
71 | 57 | "devDependencies": { |
72 | 58 | "@babel/preset-env": "^7.27.2", |
73 | 59 | "@babel/preset-react": "^7.27.1", |
| 60 | + "@eslint/js": "^9.26.0", |
74 | 61 | "@modyfi/vite-plugin-yaml": "^1.1.1", |
75 | 62 | "@tanstack/eslint-plugin-query": "^5.47.0", |
| 63 | + "@testing-library/jest-dom": "^6.6.3", |
| 64 | + "@testing-library/react": "^13.4.0", |
| 65 | + "@testing-library/user-event": "^14.4.3", |
76 | 66 | "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
| 67 | + "@types/jest": "^29.1.2", |
| 68 | + "@types/node": "^18.8.3", |
| 69 | + "@types/react": "^18.0.21", |
| 70 | + "@types/react-dom": "^18.0.6", |
| 71 | + "@types/styled-components": "^5.1.26", |
| 72 | + "@vitejs/plugin-react": "^4.0.3", |
77 | 73 | "autoprefixer": "^10.4.7", |
78 | 74 | "babel-jest": "^29.7.0", |
79 | 75 | "eslint": "^9.26.0", |
| 76 | + "eslint-config-prettier": "^10.1.5", |
| 77 | + "eslint-plugin-prettier": "^5.4.0", |
80 | 78 | "eslint-plugin-react": "^7.37.5", |
81 | 79 | "eslint-plugin-react-hooks": "^5.2.0", |
| 80 | + "husky": "^9.1.7", |
| 81 | + "jest": "^29.7.0", |
82 | 82 | "jest-environment-jsdom": "^29.7.0", |
83 | 83 | "postcss": "^8.4.14", |
84 | 84 | "prettier": "^3.5.3", |
85 | 85 | "prettier-plugin-organize-imports": "^4.1.0", |
86 | 86 | "react-test-renderer": "^19.1.0", |
87 | 87 | "surge": "^0.23.1", |
88 | 88 | "ts-jest": "^29.3.4", |
89 | | - "ts-node": "^10.9.2" |
| 89 | + "ts-node": "^10.9.2", |
| 90 | + "typescript-eslint": "^8.32.1" |
90 | 91 | }, |
91 | 92 | "browserslist": { |
92 | 93 | "production": [ |
|
0 commit comments