Skip to content

Commit

Permalink
fix: remove systemjs package; add peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
YHhaoareyou committed May 5, 2022
1 parent 5993df1 commit 76976ee
Show file tree
Hide file tree
Showing 12 changed files with 6,428 additions and 770 deletions.
20 changes: 18 additions & 2 deletions campus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@
"devDependencies": {
"@babel/core": "7.17.5",
"@babel/eslint-parser": "7.17.0",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/plugin-transform-runtime": "7.17.0",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@babel/runtime": "7.17.2",
"@fortawesome/fontawesome-svg-core": "1.3.0",
"@popperjs/core": "^2.11.5",
"@types/node": "17.0.21",
"@types/systemjs": "6.1.1",
"@typescript-eslint/eslint-plugin": "5.14.0",
"@typescript-eslint/parser": "5.14.0",
"autoprefixer": "10.4.2",
Expand All @@ -40,9 +43,13 @@
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.3.0",
"postcss": "8.4.8",
"prettier": "2.5.1",
"prettier-eslint": "13.0.0",
"prop-types": "^15.8.1",
"react-is": "^18.1.0",
"react-native": "^0.68.1",
"sass": "1.49.9",
"tailwindcss": "3.0.23",
"ts-config-single-spa": "2.0.1",
Expand All @@ -61,7 +68,6 @@
"@types/react": "17.0.39",
"@types/react-dom": "17.0.13",
"@types/styled-components": "5.1.24",
"@types/systemjs": "6.1.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"bootstrap": "5.1.3",
"i18next": "19.9.2",
Expand All @@ -80,5 +86,15 @@
},
"resolutions": {
"esbuild": "0.14.34"
},
"peerDependencies": {
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@fortawesome/fontawesome-svg-core": "1.3.0",
"@popperjs/core": "^2.11.5",
"eslint-plugin-react-hooks": "4.3.0",
"prop-types": "^15.8.1",
"react-is": "^18.1.0",
"react-native": "^0.68.1"
}
}
Loading

0 comments on commit 76976ee

Please sign in to comment.