|
2 | 2 | "name": "leaderboard", |
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
| 5 | + "type": "module", |
5 | 6 | "dependencies": { |
6 | | - "@aws-amplify/ui-react": "^5.3.1", |
7 | | - "@cloudscape-design/components": "^3.0.409", |
8 | | - "@cloudscape-design/global-styles": "^1.0.13", |
9 | | - "@testing-library/jest-dom": "^6.1.2", |
10 | | - "@testing-library/react": "^14.0.0", |
11 | | - "@testing-library/user-event": "^14.5.1", |
12 | | - "aws-amplify": "^5.3.11", |
13 | | - "aws-rum-web": "^1.15.0", |
14 | | - "classnames": "^2.3.2", |
15 | | - "i18next-browser-languagedetector": "^7.1.0", |
16 | | - "i18next-xhr-backend": "^3.2.2", |
17 | | - "qrcode.react": "^3.1.0", |
18 | | - "react": "^18.2.0", |
19 | | - "react-dom": "^18.2.0", |
20 | | - "react-i18next": "^13.3.0", |
21 | | - "react-router-dom": "^6.17.0", |
22 | | - "react-scripts": "^5.0.1", |
23 | | - "web-vitals": "^3.5.0" |
24 | | - }, |
25 | | - "scripts": { |
26 | | - "start": "ESLINT_NO_DEV_ERRORS='true' react-scripts start", |
27 | | - "build": "DISABLE_ESLINT_PLUGIN='true' react-scripts build", |
28 | | - "test": "react-scripts test", |
29 | | - "eject": "react-scripts eject" |
30 | | - }, |
31 | | - "eslintConfig": { |
32 | | - "extends": [ |
33 | | - "react-app", |
34 | | - "react-app/jest" |
35 | | - ] |
36 | | - }, |
37 | | - "browserslist": { |
38 | | - "production": [ |
39 | | - ">0.2%", |
40 | | - "not dead", |
41 | | - "not op_mini all" |
42 | | - ], |
43 | | - "development": [ |
44 | | - "last 1 chrome version", |
45 | | - "last 1 firefox version", |
46 | | - "last 1 safari version" |
47 | | - ] |
| 7 | + "@cloudscape-design/components": "^3.0.1205", |
| 8 | + "@cloudscape-design/global-styles": "^1.0.50", |
| 9 | + "aws-amplify": "^6.16.2", |
| 10 | + "aws-rum-web": "^1.25.0", |
| 11 | + "classnames": "^2.5.1", |
| 12 | + "i18next": "^25.8.11", |
| 13 | + "i18next-browser-languagedetector": "^8.2.1", |
| 14 | + "i18next-http-backend": "^3.0.2", |
| 15 | + "qrcode.react": "^3.2.0", |
| 16 | + "react": "^18.3.1", |
| 17 | + "react-dom": "^18.3.1", |
| 18 | + "react-i18next": "^15.7.4", |
| 19 | + "react-router-dom": "^6.30.3", |
| 20 | + "web-vitals": "^4.2.4" |
48 | 21 | }, |
49 | 22 | "devDependencies": { |
50 | | - "@babel/plugin-proposal-private-property-in-object": "^7.21.1", |
51 | | - "@typescript-eslint/eslint-plugin": "^6.8.0", |
52 | | - "@typescript-eslint/parser": "^6.8.0", |
53 | | - "eslint": "^8.51.0", |
54 | | - "eslint-config-prettier": "^9.0.0", |
55 | | - "eslint-config-react-app": "^7.0.1", |
56 | | - "eslint-import-resolver-typescript": "^3.6.1", |
57 | | - "eslint-plugin-import": "^2.28.1", |
58 | | - "eslint-plugin-jest": "^27.4.2", |
59 | | - "eslint-plugin-jsx-a11y": "^6.7.1", |
60 | | - "eslint-plugin-prettier": "^5.0.1", |
61 | | - "eslint-plugin-react": "^7.33.2", |
62 | | - "eslint-plugin-react-hooks": "^4.6.0", |
63 | | - "prettier": "^3.4.2", |
64 | | - "typescript": "5.2.2" |
| 23 | + "@eslint/js": "^9.39.2", |
| 24 | + "@types/jest": "^30.0.0", |
| 25 | + "@testing-library/jest-dom": "^6.9.1", |
| 26 | + "@testing-library/react": "^14.3.1", |
| 27 | + "@testing-library/user-event": "^14.6.1", |
| 28 | + "@types/node": "^22.19.11", |
| 29 | + "@types/react": "^18.3.28", |
| 30 | + "@types/react-dom": "^18.3.7", |
| 31 | + "@vitejs/plugin-react": "^5.1.4", |
| 32 | + "eslint": "^9.39.2", |
| 33 | + "eslint-config-prettier": "^10.1.8", |
| 34 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 35 | + "eslint-plugin-react-refresh": "^0.5.0", |
| 36 | + "prettier": "^3.8.1", |
| 37 | + "typescript": "5.9.3", |
| 38 | + "typescript-eslint": "^8.56.0", |
| 39 | + "vite": "^7.3.1" |
65 | 40 | }, |
66 | | - "overrides": { |
67 | | - "react-scripts": { |
68 | | - "typescript": "^5" |
69 | | - }, |
70 | | - "react-refresh": "^0.14.0" |
| 41 | + "scripts": { |
| 42 | + "start": "vite", |
| 43 | + "build": "tsc --noEmit && vite build", |
| 44 | + "preview": "vite preview", |
| 45 | + "lint": "eslint ." |
71 | 46 | } |
72 | 47 | } |
0 commit comments