git-history/package.json

32 lines
669 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 02:03:14 +03:00
"diff": "^4.0.1",
2019-02-07 23:52:52 +03:00
"js-base64": "^2.5.1",
2019-02-07 19:51:37 +03:00
"netlify-auth-providers": "^1.0.0-alpha5",
2019-02-05 02:03:14 +03:00
"prismjs": "^1.15.0",
2019-02-07 19:07:51 +03:00
"react": "^16.8.1",
"react-dom": "^16.8.1",
2019-02-05 02:03:14 +03:00
"react-scripts": "2.1.3",
2019-02-07 21:35:14 +03:00
"react-swipeable": "^4.3.2",
2019-02-05 02:03:14 +03:00
"react-use": "^5.2.2"
2019-02-05 00:01:14 +03:00
},
"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"
]
}