|
17 | 17 | "devDependencies": { |
18 | 18 | "@babel/core": "7.17.5", |
19 | 19 | "@babel/eslint-parser": "7.17.0", |
| 20 | + "@babel/plugin-syntax-flow": "^7.16.7", |
| 21 | + "@babel/plugin-transform-react-jsx": "^7.17.3", |
20 | 22 | "@babel/plugin-transform-runtime": "7.17.0", |
21 | 23 | "@babel/preset-env": "7.16.11", |
22 | 24 | "@babel/preset-react": "7.16.7", |
23 | 25 | "@babel/preset-typescript": "7.16.7", |
24 | 26 | "@babel/runtime": "7.17.2", |
| 27 | + "@fortawesome/fontawesome-svg-core": "1.3.0", |
| 28 | + "@popperjs/core": "^2.11.5", |
25 | 29 | "@types/node": "17.0.21", |
26 | | - "@types/systemjs": "6.1.1", |
27 | 30 | "@typescript-eslint/eslint-plugin": "5.14.0", |
28 | 31 | "@typescript-eslint/parser": "5.14.0", |
29 | 32 | "autoprefixer": "10.4.2", |
|
40 | 43 | "eslint-plugin-prefer-arrow": "1.2.3", |
41 | 44 | "eslint-plugin-prettier": "4.0.0", |
42 | 45 | "eslint-plugin-react": "7.29.4", |
| 46 | + "eslint-plugin-react-hooks": "4.3.0", |
43 | 47 | "postcss": "8.4.8", |
44 | 48 | "prettier": "2.5.1", |
45 | 49 | "prettier-eslint": "13.0.0", |
| 50 | + "prop-types": "^15.8.1", |
| 51 | + "react-is": "^18.1.0", |
| 52 | + "react-native": "^0.68.1", |
46 | 53 | "sass": "1.49.9", |
47 | 54 | "tailwindcss": "3.0.23", |
48 | 55 | "ts-config-single-spa": "2.0.1", |
|
61 | 68 | "@types/react": "17.0.39", |
62 | 69 | "@types/react-dom": "17.0.13", |
63 | 70 | "@types/styled-components": "5.1.24", |
64 | | - "@types/systemjs": "6.1.1", |
65 | 71 | "@vitejs/plugin-react-refresh": "^1.3.6", |
66 | 72 | "bootstrap": "5.1.3", |
67 | 73 | "i18next": "19.9.2", |
|
80 | 86 | }, |
81 | 87 | "resolutions": { |
82 | 88 | "esbuild": "0.14.34" |
| 89 | + }, |
| 90 | + "peerDependencies": { |
| 91 | + "@babel/plugin-syntax-flow": "^7.16.7", |
| 92 | + "@babel/plugin-transform-react-jsx": "^7.17.3", |
| 93 | + "@fortawesome/fontawesome-svg-core": "1.3.0", |
| 94 | + "@popperjs/core": "^2.11.5", |
| 95 | + "eslint-plugin-react-hooks": "4.3.0", |
| 96 | + "prop-types": "^15.8.1", |
| 97 | + "react-is": "^18.1.0", |
| 98 | + "react-native": "^0.68.1" |
83 | 99 | } |
84 | 100 | } |
0 commit comments