2016-08-21 14:42:42 +00:00
|
|
|
{
|
|
|
|
"name": "app_name",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "",
|
|
|
|
"main": "Gruntfile.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"homepage": "",
|
2018-04-23 20:42:52 +00:00
|
|
|
"dependencies": {
|
|
|
|
"react": "^16.3.2",
|
2018-08-20 13:42:33 +00:00
|
|
|
"react-bootstrap": "0.32.1",
|
2018-04-23 20:42:52 +00:00
|
|
|
"react-dom": "^16.3.2"
|
2016-08-21 14:42:42 +00:00
|
|
|
}
|
|
|
|
}
|