package.json
1 { 2 "name": "app_name", 3 "version": "0.0.1", 4 "description": "", 5 "main": "Gruntfile.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1" 8 }, 9 "author": "", 10 "license": "ISC", 11 "homepage": "", 12 "dependencies": { 13 "react": "^16.3.2", 14 "react-bootstrap": "0.32.1", 15 "react-dom": "^16.3.2" 16 } 17 }