githubfinder/package.json

38 lines
766 B
JSON
Raw Normal View History

2019-09-25 16:50:55 +00:00
{
"name": "github-finder",
"version": "0.1.0",
"private": true,
"dependencies": {
2019-09-26 15:49:55 +00:00
"axios": "^0.19.0",
2019-09-27 10:13:24 +00:00
"eslint": "^6.4.0",
2019-09-25 16:50:55 +00:00
"react": "^16.9.0",
"react-dom": "^16.9.0",
2019-10-10 09:40:48 +00:00
"react-router-dom": "^5.1.2",
2019-09-25 16:50:55 +00:00
"react-scripts": "3.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2019-09-27 10:13:24 +00:00
},
"devDependencies": {
"eslint-plugin-react": "^7.14.3"
2019-09-25 16:50:55 +00:00
}
}