TinyForest system front-end written with ReactJS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
977 B

  1. {
  2. "name": "tinyforest",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@material-ui/core": "^4.5.0",
  7. "bootstrap": "^4.3.1",
  8. "react": "^16.10.2",
  9. "react-bootstrap": "^1.0.0-beta.14",
  10. "react-dom": "^16.10.2",
  11. "react-gesture-gallery": "^1.1.0",
  12. "react-gesture-responder": "^2.1.0",
  13. "react-image-lightbox": "^5.1.0",
  14. "react-multiple-image-grid": "^0.1.1",
  15. "react-router-dom": "^5.1.2",
  16. "react-scripts": "3.2.0"
  17. },
  18. "scripts": {
  19. "start": "react-scripts start",
  20. "build": "react-scripts build",
  21. "test": "react-scripts test",
  22. "eject": "react-scripts eject"
  23. },
  24. "eslintConfig": {
  25. "extends": "react-app"
  26. },
  27. "browserslist": {
  28. "production": [
  29. ">0.2%",
  30. "not dead",
  31. "not op_mini all"
  32. ],
  33. "development": [
  34. "last 1 chrome version",
  35. "last 1 firefox version",
  36. "last 1 safari version"
  37. ]
  38. },
  39. "devDependencies": {
  40. "fslightbox-react": "^1.4.2"
  41. }
  42. }