package.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "browserslist": {
  3. "production": [
  4. ">0.2%",
  5. "not dead",
  6. "not ie <= 11",
  7. "not op_mini all",
  8. "not safari < 12",
  9. "not kaios <= 2.5",
  10. "not edge < 79",
  11. "not chrome < 70",
  12. "not and_uc < 13",
  13. "not samsung < 10"
  14. ],
  15. "development": [
  16. "last 1 chrome version",
  17. "last 1 firefox version",
  18. "last 1 safari version"
  19. ]
  20. },
  21. "dependencies": {
  22. "@sentry/browser": "6.2.5",
  23. "@sentry/integrations": "6.2.5",
  24. "@testing-library/jest-dom": "5.16.2",
  25. "@testing-library/react": "12.1.5",
  26. "@tldraw/vec": "1.7.1",
  27. "@types/jest": "27.4.0",
  28. "@types/pica": "5.1.3",
  29. "@types/react": "18.0.15",
  30. "@types/react-dom": "18.0.6",
  31. "@types/socket.io-client": "1.4.36",
  32. "browser-fs-access": "0.29.1",
  33. "clsx": "1.1.1",
  34. "cross-env": "7.0.3",
  35. "fake-indexeddb": "3.1.7",
  36. "firebase": "8.3.3",
  37. "i18next-browser-languagedetector": "6.1.4",
  38. "idb-keyval": "6.0.3",
  39. "image-blob-reduce": "3.0.1",
  40. "jotai": "1.6.4",
  41. "lodash.throttle": "4.1.1",
  42. "nanoid": "3.3.3",
  43. "open-color": "1.9.1",
  44. "pako": "1.0.11",
  45. "perfect-freehand": "1.2.0",
  46. "pica": "7.1.1",
  47. "png-chunk-text": "1.0.0",
  48. "png-chunks-encode": "1.0.0",
  49. "png-chunks-extract": "1.0.0",
  50. "points-on-curve": "0.2.0",
  51. "pwacompat": "2.0.17",
  52. "react": "18.2.0",
  53. "react-dom": "18.2.0",
  54. "react-scripts": "5.0.1",
  55. "roughjs": "4.5.2",
  56. "sass": "1.51.0",
  57. "socket.io-client": "2.3.1",
  58. "typescript": "4.5.5",
  59. "workbox-background-sync": "^6.5.4",
  60. "workbox-broadcast-update": "^6.5.4",
  61. "workbox-cacheable-response": "^6.5.4",
  62. "workbox-core": "^6.5.4",
  63. "workbox-expiration": "^6.5.4",
  64. "workbox-google-analytics": "^6.5.4",
  65. "workbox-navigation-preload": "^6.5.4",
  66. "workbox-precaching": "^6.5.4",
  67. "workbox-range-requests": "^6.5.4",
  68. "workbox-routing": "^6.5.4",
  69. "workbox-strategies": "^6.5.4",
  70. "workbox-streams": "^6.5.4"
  71. },
  72. "devDependencies": {
  73. "@excalidraw/eslint-config": "1.0.0",
  74. "@excalidraw/prettier-config": "1.0.2",
  75. "@types/chai": "4.3.0",
  76. "@types/lodash.throttle": "4.1.7",
  77. "@types/pako": "1.0.3",
  78. "@types/resize-observer-browser": "0.1.7",
  79. "chai": "4.3.6",
  80. "dotenv": "16.0.1",
  81. "eslint-config-prettier": "8.5.0",
  82. "eslint-plugin-prettier": "3.3.1",
  83. "http-server": "14.1.1",
  84. "husky": "7.0.4",
  85. "jest-canvas-mock": "2.4.0",
  86. "lint-staged": "12.3.7",
  87. "pepjs": "0.5.3",
  88. "prettier": "2.6.2",
  89. "rewire": "6.0.0"
  90. },
  91. "engines": {
  92. "node": ">=14.0.0"
  93. },
  94. "homepage": ".",
  95. "jest": {
  96. "transformIgnorePatterns": [
  97. "node_modules/(?!(roughjs|points-on-curve|path-data-parser|points-on-path|browser-fs-access)/)"
  98. ],
  99. "resetMocks": false
  100. },
  101. "name": "excalidraw",
  102. "prettier": "@excalidraw/prettier-config",
  103. "private": true,
  104. "scripts": {
  105. "build-node": "node ./scripts/build-node.js",
  106. "build:app:docker": "REACT_APP_DISABLE_SENTRY=true react-scripts build",
  107. "build:app": "cross-env REACT_APP_GIT_SHA=$VERCEL_GIT_COMMIT_SHA react-scripts build",
  108. "build:version": "node ./scripts/build-version.js",
  109. "build": "yarn build:app && yarn build:version",
  110. "eject": "react-scripts eject",
  111. "fix:code": "yarn test:code --fix",
  112. "fix:other": "yarn prettier --write",
  113. "fix": "yarn fix:other && yarn fix:code",
  114. "locales-coverage": "node scripts/build-locales-coverage.js",
  115. "locales-coverage:description": "node scripts/locales-coverage-description.js",
  116. "prepare": "husky install",
  117. "prettier": "prettier \"**/*.{css,scss,json,md,html,yml}\" --ignore-path=.eslintignore",
  118. "start": "react-scripts start",
  119. "start:production": "npm run build && npx http-server build -a localhost -p 5001 -o",
  120. "test:all": "yarn test:typecheck && yarn test:code && yarn test:other && yarn test:app --watchAll=false",
  121. "test:app": "react-scripts test --passWithNoTests",
  122. "test:code": "eslint --max-warnings=0 --ext .js,.ts,.tsx .",
  123. "test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
  124. "test:other": "yarn prettier --list-different",
  125. "test:typecheck": "tsc",
  126. "test:update": "yarn test:app --updateSnapshot --watchAll=false",
  127. "test": "yarn test:app",
  128. "autorelease": "node scripts/autorelease.js",
  129. "prerelease": "node scripts/prerelease.js",
  130. "release": "node scripts/release.js"
  131. }
  132. }