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.

44 lines
1.0 KiB

4 years ago
4 years ago
  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. "file-system": "^2.2.2",
  9. "react": "^16.10.2",
  10. "react-bootstrap": "^1.0.0-beta.14",
  11. "react-dom": "^16.10.2",
  12. "react-gesture-gallery": "^1.1.0",
  13. "react-gesture-responder": "^2.1.0",
  14. "react-image-lightbox": "^5.1.0",
  15. "react-multiple-image-grid": "^0.1.1",
  16. "react-router-dom": "^5.1.2",
  17. "react-scripts": "3.2.0",
  18. "read-last-lines": "^1.7.1"
  19. },
  20. "scripts": {
  21. "start": "react-scripts start",
  22. "build": "react-scripts build",
  23. "test": "react-scripts test",
  24. "eject": "react-scripts eject"
  25. },
  26. "eslintConfig": {
  27. "extends": "react-app"
  28. },
  29. "browserslist": {
  30. "production": [
  31. ">0.2%",
  32. "not dead",
  33. "not op_mini all"
  34. ],
  35. "development": [
  36. "last 1 chrome version",
  37. "last 1 firefox version",
  38. "last 1 safari version"
  39. ]
  40. },
  41. "devDependencies": {
  42. "fslightbox-react": "^1.4.2"
  43. }
  44. }