mirror of
https://github.com/kingomarnajjar/innovationdrive.git
synced 2026-07-26 14:47:33 +10:00
20 lines
483 B
JSON
20 lines
483 B
JSON
{
|
|
"name": "aws-mobilehub",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"aws-amplify": "^1.0.0",
|
|
"aws-amplify-react": "^1.0.0",
|
|
"react": "^16.4.1",
|
|
"react-dom": "^16.4.1",
|
|
"react-dropzone": "^4.2.13",
|
|
"react-scripts": "1.1.4",
|
|
"reactstrap": "^6.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "yarnpkg react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|