{ "name": "ncpb", "version": "0.1.0", "private": true, "dependencies": { "@types/node": "^12.0.0", "@types/react": "^17.0.0", "@types/react-copy-to-clipboard": "^5.0.0", "@types/react-dom": "^17.0.0", "@types/react-syntax-highlighter": "^13.5.0", "react": "^17.0.1", "react-copy-to-clipboard": "^5.0.3", "react-dom": "^17.0.1", "react-scripts": "4.0.2", "react-syntax-highlighter": "^15.4.3", "typescript": "^4.1.2" }, "proxy":"https://your.nextcloud.org", "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }