This is just a technology testing project based on Create React App and TailwindCSS
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

58 lines
1.6KB

  1. {
  2. "name": "popup-forms-react",
  3. "version": "0.1.0",
  4. "private": true,
  5. "homepage": ".",
  6. "dependencies": {
  7. "@tailwindcss/forms": "^0.2.1",
  8. "formik": "^2.1.7",
  9. "formik-persist": "^1.1.0",
  10. "framer-motion": "^3.2.2-rc.1",
  11. "http-shutdown": "^1.2.2",
  12. "react": "^17.0.1",
  13. "react-dom": "^17.0.1",
  14. "react-google-recaptcha": "^2.1.0",
  15. "react-json-view": "^1.20.4",
  16. "react-remove-scroll": "^2.4.0",
  17. "tailwindcss": "^2.0.2",
  18. "tailwindcss-filters": "^3.0.0",
  19. "yup": "^0.32.8"
  20. },
  21. "scripts": {
  22. "start": "yarn build:css && react-scripts start",
  23. "build": "export NODE_ENV=production && yarn build:css && react-scripts build",
  24. "test": "react-scripts test",
  25. "acct": "NODE_ENV=test npx cucumber-js --no-strict --fail-fast",
  26. "eject": "react-scripts eject",
  27. "build:css": "postcss src/assets/styles/index.tailwind.css -o src/assets/styles/.index.css",
  28. "watch:css": "postcss -w src/assets/styles/index.tailwind.css -o src/assets/styles/.index.css"
  29. },
  30. "eslintConfig": {
  31. "extends": "react-app"
  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. "@cucumber/cucumber": "^7.0.0",
  47. "@testing-library/jest-dom": "^5.11.9",
  48. "@testing-library/react": "^11.2.3",
  49. "@testing-library/user-event": "^12.6.2",
  50. "autoprefixer": "10.2.3",
  51. "postcss": "8.2.4",
  52. "postcss-cli": "^8.0.0",
  53. "prop-types": "^15.7.2",
  54. "puppeteer": "^5.5.0",
  55. "react-scripts": "4.0.1"
  56. }
  57. }