1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "socialape-client",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@material-ui/core": "^3.9.2",
- "@material-ui/icons": "^3.0.2",
- "axios": "^0.18.1",
- "dayjs": "^1.8.11",
- "emoji-picker-react": "^3.2.1",
- "jwt-decode": "^2.2.0",
- "react": "^16.8.4",
- "react-dom": "^16.8.4",
- "react-html-parser": "^2.0.2",
- "react-native-elements": "^2.0.4",
- "react-native-paper": "^4.0.1",
- "react-redux": "^6.0.1",
- "react-router-dom": "^5.0.0",
- "react-scripts": "^3.4.1",
- "react-settings-pane": "^0.1.5",
- "redux": "^4.0.1",
- "redux-thunk": "^2.3.0"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject"
- },
- "eslintConfig": {
- "extends": "react-app"
- },
- "browserslist": [
- ">0.2%",
- "not dead",
- "not ie <= 11",
- "not op_mini all"
- ],
- "proxy": "https://europe-west1-socialape-d081e.cloudfunctions.net/api"
- }
|