Created
August 28, 2018 17:48
-
-
Save AlexanderBollbach/522af9c80131a80047ebe8242c305995 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": "test-SC", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", | |
| "build": "webpack" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| "ab-chart": "file:../libs/ab-chart", | |
| "react": "^16.4.2", | |
| "react-dom": "^16.4.2", | |
| "styled-components": "^3.4.5" | |
| }, | |
| "devDependencies": { | |
| "@babel/core": "^7.0.0", | |
| "@babel/preset-env": "^7.0.0", | |
| "@babel/preset-react": "^7.0.0", | |
| "babel-loader": "^8.0.0-beta.0", | |
| "webpack": "^4.17.1", | |
| "webpack-cli": "^3.1.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment