innovationdrive/package.json
2018-07-09 00:37:29 +10:00

25 lines
638 B
JSON

{
"name": "innovation-drive",
"version": "0.1.0",
"private": true,
"dependencies": {
"aws-amplify": "^0.4.8",
"bootstrap": "^4.1.1",
"gatsby-cli": "^1.1.58",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-driftjs": "^1.0.8",
"react-mailchimp-subscribe": "^2.0.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"reactstrap": "^6.1.0",
"typeface-roboto": "^0.0.54"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}