This is just a technology testing project based on Create React App and TailwindCSS
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

53 lines
1.5KB

  1. {
  2. "name": "react-formik-tailwind-labwork",
  3. "version": "0.1.0",
  4. "private": true,
  5. "homepage": ".",
  6. "dependencies": {
  7. "@tailwindcss/custom-forms": "^0.2.1",
  8. "formik": "^2.1.7",
  9. "formik-persist": "^1.1.0",
  10. "framer-motion": "^2.7.7",
  11. "react": "^16.13.1",
  12. "react-dom": "^16.13.1",
  13. "react-google-recaptcha": "^2.1.0",
  14. "react-json-view": "^1.19.1",
  15. "react-remove-scroll": "^2.4.0",
  16. "tailwindcss": "^1.8.10",
  17. "tailwindcss-filters": "^3.0.0",
  18. "yup": "^0.29.3"
  19. },
  20. "scripts": {
  21. "start": "yarn build:css && react-scripts start",
  22. "build": "export NODE_ENV=production && yarn build:css && react-scripts build",
  23. "test": "react-scripts test",
  24. "eject": "react-scripts eject",
  25. "build:css": "postcss src/assets/styles/index.tailwind.css -o src/assets/styles/.index.css",
  26. "watch:css": "postcss -w src/assets/styles/index.tailwind.css -o src/assets/styles/.index.css"
  27. },
  28. "eslintConfig": {
  29. "extends": "react-app"
  30. },
  31. "browserslist": {
  32. "production": [
  33. ">0.2%",
  34. "not dead",
  35. "not op_mini all"
  36. ],
  37. "development": [
  38. "last 1 chrome version",
  39. "last 1 firefox version",
  40. "last 1 safari version"
  41. ]
  42. },
  43. "devDependencies": {
  44. "@testing-library/jest-dom": "^4.2.4",
  45. "@testing-library/react": "^9.3.2",
  46. "@testing-library/user-event": "^7.1.2",
  47. "autoprefixer": "9.8.6",
  48. "postcss-cli": "^8.0.0",
  49. "prop-types": "^15.7.2",
  50. "react-scripts": "3.4.3"
  51. }
  52. }