mirror of
https://github.com/kingomarnajjar/innovationdrive.git
synced 2026-07-25 22:27:27 +10:00
18 lines
408 B
JSON
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"
|
|
}
|
|
}
|