Skip to content

Instantly share code, notes, and snippets.

@3ndrius
Created January 2, 2019 10:58
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
{
"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