chore(build): make peer deps also dev deps

This commit is contained in:
ppoffice 2020-09-03 18:52:53 -04:00
parent eaf1b54589
commit 9b2681f94a
No known key found for this signature in database
GPG Key ID: B33335481CC0D498
1 changed files with 14 additions and 1 deletions

View File

@ -21,10 +21,23 @@
"lint": "eslint --ext .js --ext .jsx --ext .json ."
},
"devDependencies": {
"bulma-stylus": "0.8.0",
"deepmerge": "^4.2.2",
"eslint": "^7.6.0",
"eslint-config-hexo": "^4.1.0",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-react": "^7.17.0"
"eslint-plugin-react": "^7.17.0",
"hexo": "^5.0.2",
"hexo-component-inferno": "^0.8.2",
"hexo-log": "^2.0.0",
"hexo-pagination": "^1.0.0",
"hexo-renderer-inferno": "^0.1.3",
"hexo-renderer-stylus": "^1.1.0",
"hexo-util": "^2.2.0",
"inferno": "^7.3.3",
"inferno-create-element": "^7.3.3",
"moment": "^2.22.2",
"semver": ">=5.0.0"
},
"peerDependencies": {
"bulma-stylus": "0.8.0",