package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "tutorial",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^4.2.4",
  7. "@testing-library/react": "^9.5.0",
  8. "@testing-library/user-event": "^7.2.1",
  9. "bootstrap": "^4.5.2",
  10. "express": "^4.17.1",
  11. "react": "^16.13.1",
  12. "react-dom": "^16.13.1",
  13. "react-router-dom": "^5.2.0",
  14. "react-scripts": "3.4.3",
  15. "reactstrap": "^8.6.0",
  16. "serve": "^11.3.2"
  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. "description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
  40. "main": "index.js",
  41. "devDependencies": {},
  42. "repository": {
  43. "type": "git",
  44. "url": "https://git.hammerle.me/bernie/jku-ba-react.git"
  45. },
  46. "author": "",
  47. "license": "ISC"
  48. }