2018-09-19 20:42:56 +00:00
|
|
|
{
|
|
|
|
"name": "marten-application",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@material-ui/core": "^3.1.0",
|
2018-10-24 22:15:08 +00:00
|
|
|
"@material-ui/icons": "^3.0.1",
|
2018-10-26 01:26:18 +00:00
|
|
|
"disqus-react": "^1.0.5",
|
2018-10-04 22:35:36 +00:00
|
|
|
"firebase": "^5.5.2",
|
|
|
|
"firebase-admin": "^6.0.0",
|
|
|
|
"flamelink": "^0.19.2",
|
2018-09-27 18:28:49 +00:00
|
|
|
"google-maps-react": "^2.0.2",
|
2018-10-27 17:00:23 +00:00
|
|
|
"material-ui-icons": "^1.0.0-beta.36",
|
2018-10-26 02:15:48 +00:00
|
|
|
"moment": "^2.22.2",
|
2018-09-19 20:42:56 +00:00
|
|
|
"react": "^16.5.1",
|
|
|
|
"react-dom": "^16.5.1",
|
2018-10-19 00:17:35 +00:00
|
|
|
"react-quiz-component": "0.2.0",
|
2018-09-19 20:42:56 +00:00
|
|
|
"react-router": "^4.3.1",
|
|
|
|
"react-router-dom": "^4.3.1",
|
|
|
|
"react-scripts": "1.1.5"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
}
|
|
|
|
}
|