mirror of https://github.com/Kylart/KawAnime.git
Reordered dependencies
This commit is contained in:
parent
5a4c6ba27e
commit
63936cae3e
|
@ -31,9 +31,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.16.2",
|
||||
"babel-core": "^6.25.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||
"babel-runtime": "^6.25.0",
|
||||
"buttercup": "^1.1.0",
|
||||
"chalk": "^2.3.0",
|
||||
"colors": "^1.1.2",
|
||||
|
@ -47,7 +44,6 @@
|
|||
"mal-scraper": "^2.0.6",
|
||||
"moment": "^2.19.1",
|
||||
"nyaapi": "^2.0.4",
|
||||
"progress-bar-webpack-plugin": "^1.10.0",
|
||||
"randomstring": "^1.1.5",
|
||||
"serve-favicon": "^2.4.5",
|
||||
"vue": "^2.5.3",
|
||||
|
@ -66,6 +62,8 @@
|
|||
"ava": "^0.19.1",
|
||||
"babel-eslint": "^7.2.3",
|
||||
"babel-loader": "^7.0.0",
|
||||
"babel-core": "^6.25.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||
"babel-plugin-add-filehash": "^6.9.5",
|
||||
"babel-plugin-add-module-exports": "^0.2.1",
|
||||
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
||||
|
@ -76,6 +74,7 @@
|
|||
"babel-preset-es2015": "^6.24.1",
|
||||
"babel-preset-stage-2": "^6.22.0",
|
||||
"babel-register": "^6.24.1",
|
||||
"babel-runtime": "^6.25.0",
|
||||
"chai": "^3.5.0",
|
||||
"cloc": "^2.3.2",
|
||||
"codecov": "^2.3.1",
|
||||
|
@ -96,6 +95,7 @@
|
|||
"nyc": "^10.3.2",
|
||||
"optimize-css-assets-webpack-plugin": "^3.2.0",
|
||||
"pre-commit": "^1.2.2",
|
||||
"progress-bar-webpack-plugin": "^1.10.0",
|
||||
"pug": "^2.0.0-rc.3",
|
||||
"rimraf": "^2.6.2",
|
||||
"script-ext-html-webpack-plugin": "^1.8.8",
|
||||
|
|
|
@ -182,10 +182,6 @@ amdefine@>=0.0.4:
|
|||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
|
||||
|
||||
animate.css@^3.5.2:
|
||||
version "3.5.2"
|
||||
resolved "https://registry.yarnpkg.com/animate.css/-/animate.css-3.5.2.tgz#91e668dc069a808e5e499514867b97aae0166c36"
|
||||
|
||||
ansi-align@^1.1.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-1.1.0.tgz#2f0c1658829739add5ebb15e6b0c6e3423f016ba"
|
||||
|
|
Loading…
Reference in New Issue