{ "name": "web", "version": "0.1.0", "homepage": ".", "private": true, "dependencies": { "@githubprimer/octicons-react": "^8.5.0", "bootstrap": "^4.3.1", "fancybox": "^3.0.1", "jquery": "^3.4.1", "popper.js": "^1.15.0", "prop-types": "^15.7.2", "react": "^16.8.6", "react-dom": "^16.8.6", "react-helmet": "^5.2.1", "react-inlinesvg": "^0.8.4", "react-scripts": "3.0.1", "react-scrollchor": "^6.0.0", "react-shortcut": "^1.0.6" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" }, "devDependencies": { "eslint-plugin-react": "^7.14.2" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }