| 
1 | 1 | {  | 
2 | 2 |   "name": "frontend",  | 
3 | 3 |   "version": "0.1.0",  | 
 | 4 | +  "type": "module",  | 
4 | 5 |   "private": true,  | 
5 | 6 |   "proxy": "http://0.0.0.0:8000",  | 
6 | 7 |   "dependencies": {  | 
7 |  | -    "@radix-ui/react-tooltip": "^1.0.7",  | 
 | 8 | +    "@radix-ui/react-tooltip": "^1.2.8",  | 
8 | 9 |     "@testing-library/jest-dom": "^5.17.0",  | 
9 | 10 |     "@testing-library/react": "^13.4.0",  | 
10 | 11 |     "@testing-library/user-event": "^13.5.0",  | 
11 | 12 |     "@types/jest": "^27.5.2",  | 
12 |  | -    "@types/node": "^20.12.5",  | 
13 |  | -    "@types/react": "^18.2.18",  | 
14 |  | -    "@types/react-dom": "^18.2.18",  | 
15 |  | -    "ajv": "^7",  | 
16 |  | -    "postcss": "^8.4.38",  | 
17 |  | -    "react": "^18.2.0",  | 
18 |  | -    "react-code-blocks": "^0.1.5",  | 
19 |  | -    "react-dom": "^18.2.0",  | 
 | 13 | +    "@types/node": "^20.19.19",  | 
 | 14 | +    "@types/react": "^18.3.25",  | 
 | 15 | +    "@types/react-dom": "^18.3.7",  | 
 | 16 | +    "ajv": "^7.2.4",  | 
 | 17 | +    "postcss": "^8.5.6",  | 
 | 18 | +    "react": "^18.3.1",  | 
 | 19 | +    "react-dom": "^18.3.1",  | 
20 | 20 |     "react-inject-env": "^2.1.0",  | 
21 |  | -    "react-router-dom": "^6.21.2",  | 
 | 21 | +    "react-refractor": "^4.0.0",  | 
 | 22 | +    "react-router-dom": "^6.30.1",  | 
22 | 23 |     "react-scripts": "^5.0.1",  | 
23 |  | -    "react-syntax-highlighter": "^15.5.0",  | 
 | 24 | +    "react-syntax-highlighter": "^15.6.6",  | 
 | 25 | +    "refractor": "^5.0.0",  | 
24 | 26 |     "typescript": "^4.9.5",  | 
25 | 27 |     "web-vitals": "^2.1.4"  | 
26 | 28 |   },  | 
 | 
53 | 55 |   },  | 
54 | 56 |   "jest": {  | 
55 | 57 |     "transform": {  | 
56 |  | -      "^.+\\.svg$": "./src/tests/transformers/svg.js"  | 
 | 58 | +      "^.+\\.svg$": "<rootDir>/src/tests/transformers/svg.js"  | 
 | 59 | +    },  | 
 | 60 | +    "moduleNameMapper": {  | 
 | 61 | +      "^react-refractor$": "<rootDir>/__mocks__/react-refractor.js",  | 
 | 62 | +      "^refractor/yaml$": "<rootDir>/__mocks__/refractor/yaml.js"  | 
57 | 63 |     }  | 
58 | 64 |   },  | 
59 | 65 |   "devDependencies": {  | 
60 | 66 |     "@babel/plugin-proposal-private-property-in-object": "^7.21.11",  | 
61 | 67 |     "@svgr/webpack": "^8.1.0",  | 
62 |  | -    "eslint-config-prettier": "^9.0.0",  | 
63 |  | -    "eslint-plugin-prettier": "^5.0.0",  | 
64 |  | -    "eslint-plugin-testing-library": "^6.0.1",  | 
65 |  | -    "prettier": "^3.0.3",  | 
66 |  | -    "tailwindcss": "^3.3.3"  | 
 | 68 | +    "eslint-config-prettier": "^9.1.2",  | 
 | 69 | +    "eslint-plugin-prettier": "^5.5.4",  | 
 | 70 | +    "eslint-plugin-testing-library": "^6.5.0",  | 
 | 71 | +    "prettier": "^3.6.2",  | 
 | 72 | +    "tailwindcss": "^3.4.17"  | 
67 | 73 |   },  | 
68 | 74 |   "overrides": {  | 
69 | 75 |     "@svgr/webpack": "$@svgr/webpack"  | 
 | 
0 commit comments