innovationdrive/package.json
2018-06-15 00:35:40 +10:00

18 lines
408 B
JSON

{
"name": "innovation-drive",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.1.1",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "1.1.4",
"reactstrap": "^6.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}