Skip to content

Commit

Permalink
Merge pull request #327 from artsy/package-reorg
Browse files Browse the repository at this point in the history
Move some js packages to devDependencies
  • Loading branch information
anandaroop authored Jan 2, 2020
2 parents c17a1a2 + d25a862 commit c0f3b47
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
"private": true,
"dependencies": {
"@artsy/palette": "5.1.12",
"chrono-node": "1.3.11",
"lodash.defaults": "4.2.0",
"lodash.intersection": "4.4.0",
"lodash.pickby": "4.6.0",
"lodash.zipobject": "4.1.3",
"moment": "2.24.0",
"prop-types": "15.7.2",
"raf": "3.4.1",
"react": "16.8.6",
"react-autosuggest": "9.4.3",
"react-dom": "16.8.6",
"styled-components": "4.4.1",
"whatwg-fetch": "3.0.0"
},
"devDependencies": {
"@babel/cli": "7.7.7",
"@babel/core": "7.7.7",
"@babel/plugin-proposal-class-properties": "7.7.4",
Expand All @@ -15,34 +30,42 @@
"@babel/preset-env": "7.7.7",
"@babel/preset-react": "7.7.4",
"@rails/webpacker": "4.2.2",
"@storybook/addon-actions": "5.2.8",
"@storybook/addon-links": "5.2.8",
"@storybook/addons": "5.2.8",
"@storybook/react": "5.2.8",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-loader": "8.0.6",
"babel-plugin-module-resolver": "4.0.0",
"babel-plugin-styled-components": "1.10.6",
"chrono-node": "1.3.11",
"css-loader": "3.4.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"enzyme": "3.11.0",
"eslint-config-prettier": "6.9.0",
"eslint-config-standard-react": "9.2.0",
"eslint-config-standard": "14.1.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-node": "11.0.0",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.17.0",
"eslint-plugin-standard": "4.0.1",
"eslint": "6.8.0",
"file-loader": "5.0.2",
"jest": "24.9.0",
"husky": "3.1.0",
"jest-styled-components": "6.3.4",
"jest": "24.9.0",
"json-loader": "0.5.7",
"lodash.defaults": "4.2.0",
"lodash.intersection": "4.4.0",
"lodash.pickby": "4.6.0",
"lodash.zipobject": "4.1.3",
"moment": "2.24.0",
"prop-types": "15.7.2",
"raf": "3.4.1",
"react": "16.8.6",
"lint-staged": "9.5.0",
"prettier": "1.19.1",
"react-addons-test-utils": "15.6.2",
"react-autosuggest": "9.4.3",
"react-dom": "16.8.6",
"react-test-renderer": "16.8.6",
"stats-webpack-plugin": "0.7.0",
"style-loader": "1.1.2",
"styled-components": "4.4.1",
"webpack-cli": "3.3.10",
"whatwg-fetch": "3.0.0"
"webpack-dev-server": "3.10.1"
},
"jest": {
"moduleNameMapper": {
Expand Down Expand Up @@ -78,29 +101,6 @@
"jest"
]
},
"devDependencies": {
"@storybook/addon-actions": "5.2.8",
"@storybook/addon-links": "5.2.8",
"@storybook/addons": "5.2.8",
"@storybook/react": "5.2.8",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.9.0",
"eslint-config-standard": "14.1.0",
"eslint-config-standard-react": "9.2.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-node": "11.0.0",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.17.0",
"eslint-plugin-standard": "4.0.1",
"husky": "3.1.0",
"lint-staged": "9.5.0",
"prettier": "1.19.1",
"webpack-dev-server": "3.10.1"
},
"prettier": {
"trailingComma": "es5",
"semi": false,
Expand Down

0 comments on commit c0f3b47

Please sign in to comment.