mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-02 03:25:53 +01:00
58fcb44de0
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.27.4 to 5.27.6. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/5.27.4...5.27.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
106 lines
3.3 KiB
JSON
106 lines
3.3 KiB
JSON
{
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all",
|
|
"not safari < 12",
|
|
"not kaios <= 2.5",
|
|
"not edge < 79",
|
|
"not chrome < 70",
|
|
"not and_uc < 13",
|
|
"not samsung < 10"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@sentry/browser": "5.27.6",
|
|
"@sentry/integrations": "5.27.6",
|
|
"@testing-library/jest-dom": "5.11.6",
|
|
"@testing-library/react": "11.2.2",
|
|
"@types/jest": "26.0.15",
|
|
"@types/nanoid": "2.1.0",
|
|
"@types/react": "17.0.0",
|
|
"@types/react-dom": "17.0.0",
|
|
"@types/socket.io-client": "1.4.34",
|
|
"browser-nativefs": "0.11.1",
|
|
"clsx": "1.1.1",
|
|
"firebase": "8.1.1",
|
|
"i18next-browser-languagedetector": "6.0.1",
|
|
"lodash.throttle": "4.1.1",
|
|
"nanoid": "2.1.11",
|
|
"node-sass": "4.14.1",
|
|
"open-color": "1.7.0",
|
|
"pako": "1.0.11",
|
|
"png-chunk-text": "1.0.0",
|
|
"png-chunks-encode": "1.0.0",
|
|
"png-chunks-extract": "1.0.0",
|
|
"points-on-curve": "0.2.0",
|
|
"pwacompat": "2.0.17",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"react-scripts": "4.0.1",
|
|
"roughjs": "4.3.1",
|
|
"socket.io-client": "2.3.1",
|
|
"typescript": "4.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash.throttle": "4.1.6",
|
|
"@types/pako": "1.0.1",
|
|
"asar": "3.0.3",
|
|
"eslint-config-prettier": "6.15.0",
|
|
"eslint-plugin-prettier": "3.1.4",
|
|
"firebase-tools": "8.16.2",
|
|
"husky": "4.3.0",
|
|
"jest-canvas-mock": "2.3.0",
|
|
"lint-staged": "10.5.2",
|
|
"pepjs": "0.5.2",
|
|
"prettier": "2.2.1",
|
|
"rewire": "5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"homepage": ".",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"jest": {
|
|
"transformIgnorePatterns": [
|
|
"node_modules/(?!(roughjs|points-on-curve|path-data-parser|points-on-path|browser-nativefs)/)"
|
|
],
|
|
"resetMocks": false
|
|
},
|
|
"name": "excalidraw",
|
|
"private": true,
|
|
"scripts": {
|
|
"build-node": "node ./scripts/build-node.js",
|
|
"build:app:docker": "REACT_APP_INCLUDE_GTAG=false REACT_APP_DISABLE_SENTRY=true react-scripts build",
|
|
"build:app": "REACT_APP_INCLUDE_GTAG=true REACT_APP_GIT_SHA=$NOW_GITHUB_COMMIT_SHA react-scripts build",
|
|
"build:zip": "node ./scripts/build-version.js",
|
|
"build": "npm run build:app && npm run build:zip",
|
|
"eject": "react-scripts eject",
|
|
"fix:code": "npm run test:code -- --fix",
|
|
"fix:other": "npm run prettier -- --write",
|
|
"fix": "npm run fix:other && npm run fix:code",
|
|
"locales-coverage": "node scripts/build-locales-coverage.js",
|
|
"prettier": "prettier \"**/*.{css,scss,json,md,html,yml}\" --ignore-path=.eslintignore",
|
|
"start": "react-scripts start",
|
|
"test:all": "npm run test:typecheck && npm run test:code && npm run test:other && npm run test:app -- --watchAll=false",
|
|
"test:app": "react-scripts test --passWithNoTests",
|
|
"test:code": "eslint --max-warnings=0 --ignore-path .gitignore --ext .js,.ts,.tsx .",
|
|
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
|
|
"test:other": "npm run prettier -- --list-different",
|
|
"test:typecheck": "tsc",
|
|
"test:update": "npm run test:app -- --updateSnapshot --watchAll=false",
|
|
"test": "npm run test:app"
|
|
}
|
|
}
|