mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 08:39:15 +00:00
Make all dependencies dev
This commit is contained in:
parent
257dadfecf
commit
71a17c0c1d
44
package.json
44
package.json
@ -40,50 +40,41 @@
|
||||
},
|
||||
"homepage": "https://github.com/captbaritone/webamp/",
|
||||
"devDependencies": {
|
||||
"babel": "^6.23.0",
|
||||
"babel-cli": "^6.14.0",
|
||||
"babel-core": "^6.21.0",
|
||||
"babel-loader": "^7.1.1",
|
||||
"babel-plugin-remove-webpack": "^1.1.0",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.20.2",
|
||||
"babel-plugin-transform-react-jsx": "^6.24.1",
|
||||
"babel-plugin-transform-runtime": "^6.23.0",
|
||||
"babel-polyfill": "^6.22.0",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"babel-preset-react": "^6.24.1",
|
||||
"babel-runtime": "^6.26.0",
|
||||
"butterchurn": "^2.3.2",
|
||||
"butterchurn-presets": "^2.3.2",
|
||||
"canvas-mock": "0.0.0",
|
||||
"cardinal-spline-js": "^2.3.6",
|
||||
"classnames": "^2.2.5",
|
||||
"copy-webpack-plugin": "^4.5.1",
|
||||
"css-loader": "^0.28.4",
|
||||
"eslint": "4.16.0",
|
||||
"eslint-config-prettier": "^2.3.0",
|
||||
"eslint-plugin-import": "^2.7.0",
|
||||
"eslint-plugin-prettier": "^2.2.0",
|
||||
"eslint-plugin-react": "^7.7.0",
|
||||
"file-loader": "^1.1.5",
|
||||
"git-revision-webpack-plugin": "^2.5.1",
|
||||
"gzip-size-cli": "^2.0.0",
|
||||
"html-webpack-inline-svg-plugin": "^1.2.4",
|
||||
"html-webpack-plugin": "^3.0.6",
|
||||
"http-server": "^0.11.1",
|
||||
"invariant": "^2.2.3",
|
||||
"jest": "^22.4.3",
|
||||
"jest-cli": "^22.4.3",
|
||||
"jest-runner-eslint": "^0.4.0",
|
||||
"react-test-renderer": "^16.3.0",
|
||||
"style-loader": "^0.19.1",
|
||||
"travis-weigh-in": "^1.0.2",
|
||||
"uglifyjs-webpack-plugin": "^1.2.5",
|
||||
"url-loader": "^0.6.2",
|
||||
"webpack-dev-server": "^2.7.1",
|
||||
"workbox-webpack-plugin": "^3.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel": "^6.23.0",
|
||||
"babel-plugin-remove-webpack": "^1.1.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.20.2",
|
||||
"babel-plugin-transform-react-jsx": "^6.24.1",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"babel-runtime": "^6.26.0",
|
||||
"butterchurn": "^2.3.2",
|
||||
"butterchurn-presets": "^2.3.2",
|
||||
"cardinal-spline-js": "^2.3.6",
|
||||
"classnames": "^2.2.5",
|
||||
"eslint-plugin-import": "^2.7.0",
|
||||
"html-webpack-inline-svg-plugin": "^1.2.4",
|
||||
"invariant": "^2.2.3",
|
||||
"jsmediatags": "^3.8.1",
|
||||
"jszip": "^3.1.3",
|
||||
"prettier": "^1.12.1",
|
||||
@ -94,16 +85,23 @@
|
||||
"react": "^16.3.2",
|
||||
"react-dom": "^16.3.0",
|
||||
"react-redux": "^5.0.7",
|
||||
"react-test-renderer": "^16.3.0",
|
||||
"redux": "^4.0.0",
|
||||
"redux-devtools-extension": "^2.13.2",
|
||||
"redux-thunk": "^2.1.0",
|
||||
"reselect": "^3.0.1",
|
||||
"screenfull": "^3.3.2",
|
||||
"style-loader": "^0.19.1",
|
||||
"tinyqueue": "^1.2.3",
|
||||
"travis-weigh-in": "^1.0.2",
|
||||
"uglifyjs-webpack-plugin": "^1.2.5",
|
||||
"url-loader": "^0.6.2",
|
||||
"webpack": "^3.6.0",
|
||||
"webpack-dev-server": "^2.7.1",
|
||||
"webpack-merge": "^4.1.2",
|
||||
"webpack-pwa-manifest": "^3.6.2",
|
||||
"winamp-eqf": "^1.0.0"
|
||||
"winamp-eqf": "^1.0.0",
|
||||
"workbox-webpack-plugin": "^3.0.0"
|
||||
},
|
||||
"jest": {
|
||||
"projects": [
|
||||
|
Loading…
Reference in New Issue
Block a user