git-history/package.json

26 lines
503 B
JSON
Raw Normal View History

2019-02-05 00:01:14 +03:00
{
"name": "github-history",
"version": "0.1.0",
"private": true,
"dependencies": {
2019-02-05 00:05:32 +03:00
"react": "^16.8.0-alpha.1",
"react-dom": "^16.8.0-alpha.1",
2019-02-05 00:01:14 +03:00
"react-scripts": "2.1.3"
},
"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"
]
}