123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "jre",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@material-ui/core": "^4.5.0",
- "@material-ui/icons": "^4.4.3",
- "express": "^4.17.1",
- "react": "^16.10.2",
- "react-dom": "^16.10.2",
- "react-google-font-loader": "^1.1.0",
- "react-scripts": "3.2.0"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject",
- "serve": "node express.js"
- },
- "eslintConfig": {
- "extends": "react-app"
- },
- "browserslist": {
- "production": [
- ">0.2%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- }
- }
|