forked from plotly/dash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused packages from list of dependencies (plotly#450)
- Loading branch information
1 parent
79f9e8d
commit 2b54284
Showing
4 changed files
with
19 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,6 @@ | |
"author": "Chris Parmer <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"cross-env": "^5.2.0", | ||
"moment": "^2.20.1", | ||
"prop-types": "^15.6.0", | ||
"ramda": "^0.24.1", | ||
|
@@ -64,15 +63,12 @@ | |
"eslint-plugin-react": "^7.11.1", | ||
"exec-sh": "^0.3.0", | ||
"jest": "^23.6.0", | ||
"lodash": "^4.17.11", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^1.14.2", | ||
"react": "^16.6.1", | ||
"react-dom": "^16.6.1", | ||
"regenerator-runtime": "^0.12.1", | ||
"style-loader": "^0.23.1", | ||
"styled-jsx": "^3.1.1", | ||
"watch": "^1.0.2", | ||
"webpack": "^4.25.1", | ||
"webpack-cli": "^3.1.2", | ||
"webpack-serve": "^2.0.2" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,6 @@ | |
"author": "Chris Parmer <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"cross-env": "^5.2.0", | ||
"moment": "^2.20.1", | ||
"prop-types": "^15.6.0", | ||
"ramda": "^0.24.1", | ||
|
@@ -64,15 +63,12 @@ | |
"eslint-plugin-react": "^7.11.1", | ||
"exec-sh": "^0.3.0", | ||
"jest": "^23.6.0", | ||
"lodash": "^4.17.11", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^1.14.2", | ||
"react": "^16.6.1", | ||
"react-dom": "^16.6.1", | ||
"regenerator-runtime": "^0.12.1", | ||
"style-loader": "^0.23.1", | ||
"styled-jsx": "^3.1.1", | ||
"watch": "^1.0.2", | ||
"webpack": "^4.25.1", | ||
"webpack-cli": "^3.1.2", | ||
"webpack-serve": "^2.0.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters