123456789101112131415161718192021222324252627282930 |
- {
- "name": "xmas_party",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@material-ui/core": "^3.4.0",
- "loopback-cli": "^4.2.1",
- "loopback-connector-postgresql": "^3.5.0",
- "react": "^16.6.1",
- "react-dom": "^16.6.1",
- "react-icons": "^3.2.2",
- "react-scripts": "2.1.1",
- "sequelize": "^4.41.1"
- },
- "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"
- ]
- }
|