Skip to content

Instantly share code, notes, and snippets.

@AlexanderBollbach
Created August 28, 2018 17:48
Show Gist options
  • Save AlexanderBollbach/522af9c80131a80047ebe8242c305995 to your computer and use it in GitHub Desktop.
Save AlexanderBollbach/522af9c80131a80047ebe8242c305995 to your computer and use it in GitHub Desktop.
{
"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