Files
nashua-holiday-stroll/package.json
tparnell c6ed0f73c8 stop
2019-11-29 11:15:42 -05:00

30 lines
613 B
JSON

{
"name": "nashua-holiday-stroll",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.5.1",
"clsx": "^1.0.4",
"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"
]
}