123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "custom",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "bootstrap": "3.3.7",
- "fbemitter": "^2.1.1",
- "react": "^16.2.0",
- "react-bootstrap": "^0.32.1",
- "react-dom": "^16.2.0",
- "react-modal": "^3.4.2",
- "react-native-elements": "^0.19.1",
- "react-router": "^4.2.0",
- "react-router-dom": "^4.2.2",
- "react-scripts": "1.1.1",
- "set-default-browser": "^1.0.1"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test --env=jsdom",
- "eject": "react-scripts eject"
- },
- "proxy": {
- "/api": {
- "target": "http://localhost:5000/",
- "ws": true,
- "pathRewrite": {
- "^/api": "/"
- }
- }
- }
- }
|