Created
August 28, 2018 17:46
-
-
Save AlexanderBollbach/c48595c7b147d607aa82a0fa8ba4e214 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "name": "ab-chart", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "dist/bundle.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", | |
| "build": "webpack" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "devDependencies": { | |
| "@babel/core": "^7.0.0-rc.3", | |
| "@babel/preset-env": "^7.0.0-rc.3", | |
| "@babel/preset-react": "^7.0.0-rc.3", | |
| "babel-loader": "^8.0.0-beta.0", | |
| "webpack": "^4.17.1", | |
| "webpack-cli": "^3.1.0", | |
| "webpack-dev-server": "^3.1.5" | |
| }, | |
| "dependencies": { | |
| "d3": "^5.7.0", | |
| "react": "^16.4.2", | |
| "react-dom": "^16.4.2", | |
| "react-motion": "^0.5.2" | |
| }, | |
| "peerDependencies": { | |
| "styled-components": "^3.4.5" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment