mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Clarify which dependencies are actually used in the library
This commit is contained in:
parent
515c02ba45
commit
a33a6abb0d
1 changed files with 24 additions and 24 deletions
|
|
@ -71,11 +71,11 @@
|
|||
"@types/invariant": "^2.2.29",
|
||||
"@types/jest": "^23.3.2",
|
||||
"@types/jszip": "^3.1.5",
|
||||
"@types/lodash": "^4.14.116",
|
||||
"@types/lodash-es": "^4.17.1",
|
||||
"@types/react": "^16.8.13",
|
||||
"@types/lodash": "^4.14.116",
|
||||
"@types/react-dom": "^16.8.4",
|
||||
"@types/react-redux": "^7.1.1",
|
||||
"@types/react": "^16.8.13",
|
||||
"@types/webaudioapi": "^0.0.27",
|
||||
"@typescript-eslint/eslint-plugin": "^2.6.1",
|
||||
"@typescript-eslint/parser": "^2.7.0",
|
||||
|
|
@ -83,58 +83,45 @@
|
|||
"babel-eslint": "^9.0.0-beta.3",
|
||||
"babel-jest": "^23.4.2",
|
||||
"babel-loader": "^8.0.4",
|
||||
"butterchurn": "^2.6.7",
|
||||
"caniuse-lite": "^1.0.30001154",
|
||||
"canvas-mock": "0.0.0",
|
||||
"classnames": "^2.2.5",
|
||||
"copy-webpack-plugin": "^4.6.0",
|
||||
"css-loader": "^1.0.1",
|
||||
"cssnano": "^4.1.10",
|
||||
"data-uri-to-buffer": "^2.0.0",
|
||||
"eslint": "^6.5.1",
|
||||
"eslint-plugin-import": "^2.18.2",
|
||||
"eslint-plugin-prettier": "^3.1.0",
|
||||
"eslint-plugin-react-hooks": "^2.1.2",
|
||||
"eslint-plugin-react": "^7.16.0",
|
||||
"eslint": "^6.5.1",
|
||||
"file-loader": "^2.0.0",
|
||||
"git-revision-webpack-plugin": "^3.0.3",
|
||||
"glob": "^7.1.4",
|
||||
"html-webpack-inline-svg-plugin": "^2.3.0",
|
||||
"html-webpack-plugin": "^4.5.0",
|
||||
"http-server": "^0.11.1",
|
||||
"imagemin": "^6.1.0",
|
||||
"imagemin-optipng": "^6.0.0",
|
||||
"invariant": "^2.2.3",
|
||||
"jest": "^24.9.0",
|
||||
"imagemin": "^6.1.0",
|
||||
"jest-image-snapshot": "^2.12.0",
|
||||
"jest-puppeteer": "^4.4.0",
|
||||
"jszip": "^3.1.3",
|
||||
"lodash": "^4.17.11",
|
||||
"milkdrop-preset-converter-aws": "^0.1.6",
|
||||
"music-metadata-browser": "^0.6.1",
|
||||
"postcss": "^7.0.18",
|
||||
"jest": "^24.9.0",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"postcss": "^7.0.18",
|
||||
"prettier": "^2.0.4",
|
||||
"puppeteer": "^1.15.0",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-redux": "^7.2.2",
|
||||
"react-test-renderer": "^17.0.1",
|
||||
"redux": "^4.0.5",
|
||||
"redux-devtools-extension": "^2.13.2",
|
||||
"redux-sentry-middleware": "^0.1.3",
|
||||
"redux-thunk": "^2.3.0",
|
||||
"reselect": "^3.0.1",
|
||||
"screenfull": "^4.0.0",
|
||||
"style-loader": "^0.23.1",
|
||||
"terser-webpack-plugin": "^1.4.3",
|
||||
"tinyqueue": "^1.2.3",
|
||||
"typescript": "^3.7.2",
|
||||
"url-loader": "^1.1.2",
|
||||
"webpack": "^4.41.2",
|
||||
"webpack-bundle-analyzer": "^4.3.0",
|
||||
"webpack-cli": "^3.1.2",
|
||||
"webpack-dev-server": "^3.8.2",
|
||||
"webpack-merge": "^4.1.2",
|
||||
"winamp-eqf": "^1.0.0"
|
||||
"webpack": "^4.41.2"
|
||||
},
|
||||
"jest": {
|
||||
"globalSetup": "jest-environment-puppeteer/setup",
|
||||
|
|
@ -148,8 +135,21 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"ani-cursor": "^0.0.4",
|
||||
"eslint-plugin-react-hooks": "^2.1.2",
|
||||
"butterchurn": "^2.6.7",
|
||||
"classnames": "^2.2.5",
|
||||
"fscreen": "^1.0.2",
|
||||
"redux-sentry-middleware": "^0.1.3"
|
||||
"invariant": "^2.2.3",
|
||||
"jszip": "^3.1.3",
|
||||
"lodash": "^4.17.11",
|
||||
"milkdrop-preset-converter-aws": "^0.1.6",
|
||||
"music-metadata-browser": "^0.6.1",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-redux": "^7.2.2",
|
||||
"redux": "^4.0.5",
|
||||
"reselect": "^3.0.1",
|
||||
"screenfull": "^4.0.0",
|
||||
"tinyqueue": "^1.2.3",
|
||||
"winamp-eqf": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue