reddit-slideshow/package.json

33 lines
646 B
JSON
Raw Normal View History

2019-07-27 01:22:51 -05:00
{
"name": "reddit-slideshow",
2019-08-31 12:00:52 -05:00
"version": "0.1.1",
2019-07-27 01:22:51 -05:00
"private": true,
"dependencies": {
"axios": "^0.19.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
2019-08-31 12:00:52 -05:00
"react-scripts": "3.1.1"
2019-07-27 01:22:51 -05:00
},
"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"
]
}
}