package.json 907 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "das-home",
  3. "version": "0.1.1",
  4. "private": true,
  5. "dependencies": {
  6. "@material-ui/core": "^3.9.2",
  7. "@material-ui/icons": "^3.0.2",
  8. "http-proxy-middleware": "^0.19.1",
  9. "materialize-css": "^1.0.0",
  10. "modularity-entry": "git+http://git.onarbooks.com/Klapi/Entry.git",
  11. "react": "^16.8.6",
  12. "react-dom": "^16.8.6",
  13. "react-materialize": "^3.0.0",
  14. "react-scripts": "3.0.1"
  15. },
  16. "scripts": {
  17. "start": "react-scripts start",
  18. "build": "node build",
  19. "test": "react-scripts test",
  20. "eject": "react-scripts eject"
  21. },
  22. "eslintConfig": {
  23. "extends": "react-app"
  24. },
  25. "browserslist": {
  26. "production": [
  27. ">0.2%",
  28. "not dead",
  29. "not op_mini all"
  30. ],
  31. "development": [
  32. "last 1 chrome version",
  33. "last 1 firefox version",
  34. "last 1 safari version"
  35. ]
  36. },
  37. "devDependencies": {
  38. "rewire": "^4.0.1"
  39. }
  40. }