Files
nashua-holiday-stroll/package.json
Tommy Parnell 2a180c185c work on the app
2019-11-17 21:15:47 -05:00

29 lines
591 B
JSON

{
"name": "nashua-holiday-stroll",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.5.1",
"date-fns": "^2.7.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-google-maps": "^9.4.5",
"react-scripts": "^2.1.1"
},
"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"
]
}