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.

31 lines
618 B

  1. {
  2. "name": "tinyforest",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "react": "^16.10.2",
  7. "react-dom": "^16.10.2",
  8. "react-scripts": "3.2.0"
  9. },
  10. "scripts": {
  11. "start": "react-scripts start",
  12. "build": "react-scripts build",
  13. "test": "react-scripts test",
  14. "eject": "react-scripts eject"
  15. },
  16. "eslintConfig": {
  17. "extends": "react-app"
  18. },
  19. "browserslist": {
  20. "production": [
  21. ">0.2%",
  22. "not dead",
  23. "not op_mini all"
  24. ],
  25. "development": [
  26. "last 1 chrome version",
  27. "last 1 firefox version",
  28. "last 1 safari version"
  29. ]
  30. }
  31. }