diff --git a/package.json b/package.json index 9f05416e..4614c2a7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,9 @@ "lint:js:fix": "npm run lint:js -- --fix", "lint:css": "stylelint 'src/**/*.css'", "lint:css:fix": "stylefmt --recursive src/", - "lint:staged": "lint-staged" + "lint:staged": "lint-staged", + "deps": "npm-check -s", + "deps:update": "npm-check -u" }, "lint-staged": { "*.js": [ @@ -63,6 +65,7 @@ "moment": "^2.11.2", "node-sass": "^3.10.0", "normalizr": "^2.0.0", + "npm-check": "^5.2.3", "postcss-cssnext": "^2.7.0", "postcss-import": "^8.1.2", "postcss-loader": "^0.9.1",