Skip to content

Commit 76976ee

Browse files
committed
fix: remove systemjs package; add peer dependencies
1 parent 5993df1 commit 76976ee

File tree

12 files changed

+6428
-770
lines changed

12 files changed

+6428
-770
lines changed

campus/package.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,16 @@
1717
"devDependencies": {
1818
"@babel/core": "7.17.5",
1919
"@babel/eslint-parser": "7.17.0",
20+
"@babel/plugin-syntax-flow": "^7.16.7",
21+
"@babel/plugin-transform-react-jsx": "^7.17.3",
2022
"@babel/plugin-transform-runtime": "7.17.0",
2123
"@babel/preset-env": "7.16.11",
2224
"@babel/preset-react": "7.16.7",
2325
"@babel/preset-typescript": "7.16.7",
2426
"@babel/runtime": "7.17.2",
27+
"@fortawesome/fontawesome-svg-core": "1.3.0",
28+
"@popperjs/core": "^2.11.5",
2529
"@types/node": "17.0.21",
26-
"@types/systemjs": "6.1.1",
2730
"@typescript-eslint/eslint-plugin": "5.14.0",
2831
"@typescript-eslint/parser": "5.14.0",
2932
"autoprefixer": "10.4.2",
@@ -40,9 +43,13 @@
4043
"eslint-plugin-prefer-arrow": "1.2.3",
4144
"eslint-plugin-prettier": "4.0.0",
4245
"eslint-plugin-react": "7.29.4",
46+
"eslint-plugin-react-hooks": "4.3.0",
4347
"postcss": "8.4.8",
4448
"prettier": "2.5.1",
4549
"prettier-eslint": "13.0.0",
50+
"prop-types": "^15.8.1",
51+
"react-is": "^18.1.0",
52+
"react-native": "^0.68.1",
4653
"sass": "1.49.9",
4754
"tailwindcss": "3.0.23",
4855
"ts-config-single-spa": "2.0.1",
@@ -61,7 +68,6 @@
6168
"@types/react": "17.0.39",
6269
"@types/react-dom": "17.0.13",
6370
"@types/styled-components": "5.1.24",
64-
"@types/systemjs": "6.1.1",
6571
"@vitejs/plugin-react-refresh": "^1.3.6",
6672
"bootstrap": "5.1.3",
6773
"i18next": "19.9.2",
@@ -80,5 +86,15 @@
8086
},
8187
"resolutions": {
8288
"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"
8399
}
84100
}

0 commit comments

Comments
 (0)