git-history/package.json
2019-02-07 13:35:14 -05:00

30 lines
595 B
JSON

{
"name": "github-history",
"version": "0.1.0",
"private": true,
"dependencies": {
"diff": "^4.0.1",
"prismjs": "^1.15.0",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-scripts": "2.1.3",
"react-swipeable": "^4.3.2",
"react-use": "^5.2.2"
},
"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"
]
}