|
|
@ -164,7 +164,7 @@ |
|
|
|
"@babel/preset-react": "^7.12.7", |
|
|
|
"@babel/preset-typescript": "^7.12.7", |
|
|
|
"@babel/register": "^7.12.1", |
|
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", |
|
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5", |
|
|
|
"@teamsupercell/typings-for-css-modules-loader": "^2.4.0", |
|
|
|
"@testing-library/jest-dom": "^5.11.6", |
|
|
|
"@testing-library/react": "^11.2.2", |
|
|
@ -184,6 +184,7 @@ |
|
|
|
"@types/react-redux": "^7.1.18", |
|
|
|
"@types/react-router-dom": "^5.1.6", |
|
|
|
"@types/react-test-renderer": "^16.9.3", |
|
|
|
"@types/react-transition-group": "^4.4.4", |
|
|
|
"@types/react-virtualized": "^9.21.13", |
|
|
|
"@types/react-virtualized-auto-sizer": "^1.0.1", |
|
|
|
"@types/react-window": "^1.8.5", |
|
|
@ -203,9 +204,9 @@ |
|
|
|
"core-js": "^3.6.5", |
|
|
|
"cross-env": "^7.0.2", |
|
|
|
"css-loader": "^5.0.1", |
|
|
|
"css-minimizer-webpack-plugin": "^1.1.5", |
|
|
|
"css-minimizer-webpack-plugin": "^3.4.1", |
|
|
|
"detect-port": "^1.3.0", |
|
|
|
"electron": "13.6.3", |
|
|
|
"electron": "13.6.6", |
|
|
|
"electron-builder": "^22.10.5", |
|
|
|
"electron-devtools-installer": "git+https://github.com/MarshallOfSound/electron-devtools-installer.git", |
|
|
|
"electron-notarize": "^1.0.0", |
|
|
@ -236,7 +237,6 @@ |
|
|
|
"less-loader": "7.3.0", |
|
|
|
"lint-staged": "^10.2.11", |
|
|
|
"mini-css-extract-plugin": "^2.1.0", |
|
|
|
"node-sass": "^6.0.1", |
|
|
|
"opencollective-postinstall": "^2.0.3", |
|
|
|
"prettier": "^2.0.5", |
|
|
|
"react-refresh": "^0.10.0", |
|
|
@ -252,7 +252,7 @@ |
|
|
|
"webpack": "^5.5.1", |
|
|
|
"webpack-bundle-analyzer": "^4.1.0", |
|
|
|
"webpack-cli": "^4.2.0", |
|
|
|
"webpack-dev-server": "^3.11.0", |
|
|
|
"webpack-dev-server": "^4.0.0", |
|
|
|
"webpack-merge": "^5.4.0", |
|
|
|
"yarn-deduplicate": "^3.1.0" |
|
|
|
}, |
|
|
@ -273,7 +273,7 @@ |
|
|
|
"format-duration": "^1.4.0", |
|
|
|
"history": "^5.0.0", |
|
|
|
"i18next": "^21.6.5", |
|
|
|
"i18next-parser": "^5.4.0", |
|
|
|
"i18next-parser": "^6.3.0", |
|
|
|
"image-downloader": "^4.0.3", |
|
|
|
"lodash": "^4.17.21", |
|
|
|
"md5": "^2.3.0", |
|
|
@ -282,7 +282,6 @@ |
|
|
|
"nodejs-fs-utils": "^1.2.5", |
|
|
|
"randomstring": "^1.2.1", |
|
|
|
"react": "^17.0.2", |
|
|
|
"react-animated-css": "^1.2.1", |
|
|
|
"react-audio-player": "^0.17.0", |
|
|
|
"react-chartjs-2": "^3.0.4", |
|
|
|
"react-dom": "^17.0.2", |
|
|
@ -293,19 +292,22 @@ |
|
|
|
"react-query": "^3.19.1", |
|
|
|
"react-redux": "^7.2.4", |
|
|
|
"react-router-dom": "^5.2.0", |
|
|
|
"react-transition-group": "^4.4.2", |
|
|
|
"react-use": "^17.3.2", |
|
|
|
"react-virtualized-auto-sizer": "^1.0.6", |
|
|
|
"react-window": "^1.8.6", |
|
|
|
"regenerator-runtime": "^0.13.5", |
|
|
|
"rsuite": "^4.10.2", |
|
|
|
"sass": "^1.49.11", |
|
|
|
"source-map-support": "^0.5.19", |
|
|
|
"styled-components": "^5.3.0" |
|
|
|
"styled-components": "^5" |
|
|
|
}, |
|
|
|
"resolutions": { |
|
|
|
"glob-parent": "^5.1.2", |
|
|
|
"styled-components": "^5" |
|
|
|
}, |
|
|
|
"devEngines": { |
|
|
|
"node": ">=10.x", |
|
|
|
"node": ">=12.13.0", |
|
|
|
"npm": ">=6.x", |
|
|
|
"yarn": ">=1.21.3" |
|
|
|
}, |
|
|
@ -323,4 +325,4 @@ |
|
|
|
"pre-commit": "lint-staged" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |