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.
 
 
 

51 line
1.2 KiB

  1. {
  2. "name": "ps-flux",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.15.0",
  7. "@testing-library/react": "^11.2.7",
  8. "@testing-library/user-event": "^12.8.3",
  9. "bootstrap": "^4.3.1",
  10. "flux": "^3.1.3",
  11. "react": "^16.8.6",
  12. "react-dom": "^16.8.6",
  13. "react-router-dom": "^5.0.0",
  14. "react-scripts": "^3.0.1",
  15. "react-toastify": "^5.1.1",
  16. "web-vitals": "^1.1.2"
  17. },
  18. "scripts": {
  19. "start": "run-p start:dev start:api",
  20. "start:dev": "cross-env REACT_APP_API_URL=http://localhost:3001 react-scripts start",
  21. "prestart:api": "node tools/createMockDb.js",
  22. "start:api": "node tools/apiServer.js",
  23. "build": "react-scripts build",
  24. "test": "react-scripts test",
  25. "eject": "react-scripts eject"
  26. },
  27. "eslintConfig": {
  28. "extends": [
  29. "react-app",
  30. "react-app/jest"
  31. ]
  32. },
  33. "browserslist": {
  34. "production": [
  35. ">0.2%",
  36. "not dead",
  37. "not op_mini all"
  38. ],
  39. "development": [
  40. "last 1 chrome version",
  41. "last 1 firefox version",
  42. "last 1 safari version"
  43. ]
  44. },
  45. "devDependencies": {
  46. "cross-env": "^5.2.0",
  47. "json-server": "^0.15.0",
  48. "npm-run-all": "^4.1.5"
  49. }
  50. }