package.json in foreman-tasks-0.16.0 vs package.json in foreman-tasks-0.16.1
- old
+ new
@@ -19,21 +19,26 @@
"url": "git+https://github.com/theforeman/foreman-tasks.git"
},
"bugs": {
"url": "http://projects.theforeman.org/projects/foreman-tasks/issues"
},
+ "dependencies": {
+ "@theforeman/vendor": "^0.1.1",
+ "humanize-duration": "^3.20.1",
+ "react-intl": "^2.8.0"
+ },
"devDependencies": {
"@storybook/addon-actions": "^5.0.1",
"@storybook/addon-knobs": "^5.0.1",
"@storybook/react": "^5.0.1",
+ "@theforeman/vendor-dev": "^0.1.1",
"babel-cli": "^6.10.1",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-jest": "^23.6.0",
"babel-loader": "^7.1.1",
"babel-plugin-dynamic-import-node": "^2.0.0",
- "babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
@@ -58,28 +63,9 @@
"react-remarkable": "^1.1.3",
"sass-loader": "^6.0.7",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.0.0",
"surge": "^0.20.3"
- },
- "dependencies": {
- "babel-polyfill": "^6.26.0",
- "classnames": "^2.2.5",
- "lodash": "^4.17.11",
- "patternfly-react": "^2.29.0",
- "prop-types": "^15.6.0",
- "react": "^16.8.1",
- "react-dom": "^16.8.1",
- "react-redux": "^5.0.6",
- "react-router": "^4.3.1",
- "react-router-bootstrap": "^0.24.4",
- "react-router-dom": "^4.3.1",
- "redux": "^3.6.0",
- "redux-thunk": "^2.3.0",
- "reselect": "^3.0.1",
- "seamless-immutable": "^7.1.2",
- "urijs": "^1.19.1",
- "uuid": "^3.3.2"
},
"jest": {
"verbose": true,
"testMatch": [
"**/*.test.js"