This is just a technology testing project based on Create React App and TailwindCSS
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.

57 lines
1.6KB

  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. "http-shutdown": "^1.2.2",
  12. "react": "^16.13.1",
  13. "react-dom": "^16.13.1",
  14. "react-google-recaptcha": "^2.1.0",
  15. "react-json-view": "^1.19.1",
  16. "react-remove-scroll": "^2.4.0",
  17. "tailwindcss": "^1.8.10",
  18. "tailwindcss-filters": "^3.0.0",
  19. "yup": "^0.29.3"
  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": "^4.2.4",
  48. "@testing-library/react": "^9.3.2",
  49. "@testing-library/user-event": "^7.1.2",
  50. "autoprefixer": "9.8.6",
  51. "postcss-cli": "^8.0.0",
  52. "prop-types": "^15.7.2",
  53. "puppeteer": "^5.5.0",
  54. "react-scripts": "3.4.3"
  55. }
  56. }