|
12 | 12 | "doc": "docs" |
13 | 13 | }, |
14 | 14 | "devDependencies": { |
15 | | - "@babel/cli": "^7.20.7", |
16 | 15 | "@babel/core": "^7.20.12", |
17 | | - "@babel/plugin-transform-runtime": "^7.19.6", |
18 | | - "@babel/plugin-transform-typescript": "^7.20.13", |
19 | 16 | "@babel/preset-env": "^7.20.2", |
20 | | - "@babel/preset-react": "^7.18.6", |
21 | | - "@babel/types": "^7.20.7", |
22 | 17 | "@types/jest": "^29.5.14", |
23 | 18 | "@types/node": "^22.7.5", |
24 | 19 | "@types/react": "^18.3.18", |
25 | 20 | "@types/react-dom": "^18.3.5", |
26 | 21 | "@types/turbolinks": "^5.2.2", |
27 | | - "@types/webpack-env": "^1.18.4", |
28 | 22 | "@typescript-eslint/eslint-plugin": "^6.18.1", |
29 | 23 | "@typescript-eslint/parser": "^6.18.1", |
30 | 24 | "concurrently": "^8.2.2", |
|
35 | 29 | "eslint-plugin-import": "^2.29.1", |
36 | 30 | "eslint-plugin-jsx-a11y": "^6.8.0", |
37 | 31 | "eslint-plugin-prettier": "^3.4.1", |
38 | | - "eslint-plugin-react": "^7.33.2", |
39 | 32 | "jest": "^29.7.0", |
40 | 33 | "jest-environment-jsdom": "^29.7.0", |
41 | | - "jsdom": "^22.1.0", |
42 | 34 | "knip": "^5.43.1", |
43 | 35 | "nps": "^5.9.3", |
44 | 36 | "prettier": "^2.8.8", |
45 | | - "prettier-eslint-cli": "^5.0.0", |
46 | 37 | "prop-types": "^15.8.1", |
47 | 38 | "react": "^19.0.0", |
48 | 39 | "react-dom": "^19.0.0", |
49 | | - "react-transform-hmr": "^1.0.4", |
50 | 40 | "redux": "^4.2.1", |
51 | 41 | "ts-jest": "^29.2.5", |
52 | 42 | "typescript": "^5.6.2" |
53 | 43 | }, |
54 | 44 | "dependencies": { |
55 | | - "@babel/runtime-corejs3": "^7.12.5" |
56 | 45 | }, |
57 | 46 | "peerDependencies": { |
58 | 47 | "react": ">= 16", |
|
0 commit comments