Skip to content

Instantly share code, notes, and snippets.

@3ndrius
Created January 2, 2019 10:58
Show Gist options
  • Save 3ndrius/303101ee46781d516d2d1c134cc42030 to your computer and use it in GitHub Desktop.
Save 3ndrius/303101ee46781d516d2d1c134cc42030 to your computer and use it in GitHub Desktop.
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"cosmicjs": "^3.2.14",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-pose": "^4.0.4",
"react-pose-text": "^3.1.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"styled-components": "^4.1.3",
"styled-loaders": "^0.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment