{ "name": "golang-url-shortener", "version": "0.1.0", "private": true, "proxy": { "/api": { "target": "http://127.0.0.1:8080", "ws": true } }, "dependencies": { "react": "^16.0.0", "react-dom": "^16.0.0", "react-scripts": "1.0.16", "semantic-ui-css": "^2.2.12", "semantic-ui-react": "^0.75.1" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" } }