This is just a technology testing project based on Create React App and TailwindCSS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

35 lines
765B

  1. {
  2. "name": "react-formik-tailwind-labwork",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^4.2.4",
  7. "@testing-library/react": "^9.3.2",
  8. "@testing-library/user-event": "^7.1.2",
  9. "react": "^16.13.1",
  10. "react-dom": "^16.13.1",
  11. "react-scripts": "3.4.3"
  12. },
  13. "scripts": {
  14. "start": "react-scripts start",
  15. "build": "react-scripts build",
  16. "test": "react-scripts test",
  17. "eject": "react-scripts eject"
  18. },
  19. "eslintConfig": {
  20. "extends": "react-app"
  21. },
  22. "browserslist": {
  23. "production": [
  24. ">0.2%",
  25. "not dead",
  26. "not op_mini all"
  27. ],
  28. "development": [
  29. "last 1 chrome version",
  30. "last 1 firefox version",
  31. "last 1 safari version"
  32. ]
  33. }
  34. }