mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 23:24:03 +00:00
Remove unneeded depenendencies
Signed-off-by: soupette <cyril@strapi.io>
This commit is contained in:
parent
002bfb57b6
commit
64d2436cd7
@ -63,7 +63,6 @@
|
||||
"bcryptjs": "2.4.3",
|
||||
"chalk": "^4.1.1",
|
||||
"chokidar": "^3.5.1",
|
||||
"classnames": "^2.3.1",
|
||||
"codemirror": "^5.61.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"css-loader": "6.5.1",
|
||||
@ -80,7 +79,6 @@
|
||||
"html-loader": "3.0.1",
|
||||
"html-webpack-plugin": "5.5.0",
|
||||
"immer": "9.0.6",
|
||||
"immutable": "^3.8.2",
|
||||
"invariant": "^2.2.4",
|
||||
"is-wsl": "2.2.0",
|
||||
"js-cookie": "2.2.1",
|
||||
@ -116,22 +114,17 @@
|
||||
"react-fast-compare": "^3.2.0",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-intl": "5.20.2",
|
||||
"react-loadable": "^5.5.0",
|
||||
"react-query": "3.24.3",
|
||||
"react-redux": "7.2.3",
|
||||
"react-router": "5.2.0",
|
||||
"react-router-dom": "5.2.0",
|
||||
"react-select": "^4.0.2",
|
||||
"react-tooltip": "4.2.18",
|
||||
"react-transition-group": "4.4.1",
|
||||
"react-virtualized": "^9.22.3",
|
||||
"redux": "^4.0.1",
|
||||
"redux-immutable": "^4.0.0",
|
||||
"redux-saga": "^0.16.0",
|
||||
"reselect": "^4.0.0",
|
||||
"rimraf": "3.0.2",
|
||||
"sanitize-html": "2.4.0",
|
||||
"sanitize.css": "^4.1.0",
|
||||
"semver": "7.3.5",
|
||||
"sift": "13.5.0",
|
||||
"style-loader": "3.3.1",
|
||||
|
||||
@ -7,7 +7,6 @@ const alias = [
|
||||
'whatwg-fetch',
|
||||
'@fortawesome/fontawesome-svg-core',
|
||||
'@fortawesome/free-solid-svg-icons',
|
||||
'classnames',
|
||||
'history',
|
||||
'hoist-non-react-statics',
|
||||
'immer',
|
||||
@ -25,16 +24,12 @@ const alias = [
|
||||
'react-helmet',
|
||||
'react-is',
|
||||
'react-intl',
|
||||
'react-loadable',
|
||||
'react-redux',
|
||||
'react-router',
|
||||
'react-router-dom',
|
||||
'react-transition-group',
|
||||
'react-tooltip',
|
||||
'react-virtualized',
|
||||
'react-select',
|
||||
'redux',
|
||||
'redux-immutable',
|
||||
'reselect',
|
||||
'styled-components',
|
||||
'yup',
|
||||
|
||||
@ -46,9 +46,7 @@
|
||||
"@fortawesome/react-fontawesome": "^0.1.14",
|
||||
"axios": "0.24.0",
|
||||
"babel-plugin-styled-components": "2.0.2",
|
||||
"classnames": "^2.3.1",
|
||||
"formik": "2.2.9",
|
||||
"immutable": "^3.8.2",
|
||||
"invariant": "^2.2.1",
|
||||
"lodash": "4.17.21",
|
||||
"match-sorter": "^4.0.2",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user