package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "inputmask-pages",
  3. "version": "0.1.0",
  4. "private": true,
  5. "homepage": "/Inputmask/#/",
  6. "devDependencies": {
  7. "@testing-library/jest-dom": "^5.17.0",
  8. "@testing-library/react": "^14.0.0",
  9. "@testing-library/user-event": "^14.4.3",
  10. "eslint": "^8.46.0",
  11. "eslint-config-prettier": "^8.9.0",
  12. "eslint-config-standard": "^17.1.0",
  13. "eslint-plugin-header": "^3.1.1",
  14. "eslint-plugin-import": "^2.28.0",
  15. "eslint-plugin-jest": "^27.4.2",
  16. "eslint-plugin-n": "^16.0.1",
  17. "eslint-plugin-prettier": "^5.0.0",
  18. "eslint-plugin-promise": "^6.1.1",
  19. "eslint-plugin-react": "^7.33.1",
  20. "eslint-plugin-react-hooks": "^4.6.0",
  21. "gh-pages": "^5.0.0",
  22. "history": "^5.3.0",
  23. "inputmask": "^5.0.9-beta.71",
  24. "postcss-normalize": "^10.0.1",
  25. "prettier": "3.0.0",
  26. "react": "^18.2.0",
  27. "react-dom": "^18.2.0",
  28. "react-remark": "^2.1.0",
  29. "react-router-dom": "^6.14.2",
  30. "react-scripts": "^5.0.1",
  31. "rehype-autolink-headings": "^6.1.1",
  32. "rehype-highlight": "^6.0.0",
  33. "rehype-react": "^7.2.0",
  34. "rehype-slug": "^5.1.0",
  35. "remark-gfm": "^3.0.1",
  36. "remark-parse": "^10.0.2",
  37. "remark-rehype": "^10.1.0",
  38. "sass": "^1.64.2",
  39. "unified": "^10.1.2",
  40. "web-vitals": "^3.4.0"
  41. },
  42. "scripts": {
  43. "start": "react-scripts start",
  44. "build": "set \"GENERATE_SOURCEMAP=false\" && react-scripts build",
  45. "test": "react-scripts test",
  46. "eject": "react-scripts eject",
  47. "deploy": "gh-pages -d build"
  48. },
  49. "eslintConfig": {
  50. "extends": [
  51. "react-app",
  52. "react-app/jest"
  53. ]
  54. },
  55. "browserslist": {
  56. "production": [
  57. ">0.2%",
  58. "not dead",
  59. "not op_mini all"
  60. ],
  61. "development": [
  62. "last 1 chrome version",
  63. "last 1 firefox version",
  64. "last 1 safari version"
  65. ]
  66. },
  67. "jest": {
  68. "transformIgnorePatterns": [
  69. "node_modules/(?!(rehype-autolink-headings))"
  70. ]
  71. }
  72. }