openreplay/frontend/package.json
Andrey Babushkin d3d1a40909
addunit tests for session events parser (#3423)
* addunit tests for session events parser

* fixed tests and add test check to deploy

* updated frontend workflow

* updated frontend workflow

* updated frontend workflow

* updated frontend workflow

* updated frontend workflow

* updated frontend workflow

* fix test
2025-05-22 15:18:03 +02:00

170 lines
5.7 KiB
JSON

{
"name": "openreplay",
"version": "1.7.0",
"license": "Apache-2.0",
"scripts": {
"start": "webpack serve",
"build": "yarn gen:icons && yarn gen:colors && rm -rf public && webpack",
"upload:minio": "node ./scripts/upload-minio.js",
"deploy:minio": "yarn build:minio && yarn upload:minio",
"lint": "eslint --fix app; exit 0",
"tsc": "tsc --noEmit --w --incremental false",
"gen:constants": "node ./scripts/constants.js",
"gen:icons": "node ./scripts/icons.js",
"gen:colors": "node ./scripts/colors.js",
"gen:static": "yarn gen:icons && yarn gen:colors",
"test:ci": "jest --maxWorkers=1 --no-cache --coverage",
"test": "jest --watch",
"cy:open": "cypress open",
"cy:test": "cypress install && cypress run --browser chrome",
"cy:test-firefox": "cypress install && cypress run --browser firefox",
"cy:test-edge": "cypress install && cypress run --browser edge",
"check-unimported": "npx unimported"
},
"dependencies": {
"@ant-design/icons": "^5.2.5",
"@babel/plugin-transform-private-methods": "^7.27.1",
"@codewonders/html2canvas": "^1.0.2",
"@eslint/js": "^9.26.0",
"@medv/finder": "^4.0.2",
"@neodrag/react": "^2.3.0",
"@sentry/browser": "^9.18.0",
"@svg-maps/world": "^1.0.1",
"@tanstack/react-query": "^5.76.0",
"@wojtekmaj/react-daterange-picker": "^6.0.0",
"antd": "^5.25.1",
"chroma-js": "^2.4.2",
"classnames": "^2.5.1",
"copy-to-clipboard": "^3.3.3",
"country-flag-icons": "^1.5.19",
"echarts": "^5.6.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-i18next": "^6.1.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-react-hooks": "^5.2.0",
"fflate": "^0.8.2",
"fzstd": "^0.1.1",
"globals": "^16.1.0",
"hls.js": "^1.6.2",
"html-to-image": "^1.11.13",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.1.0",
"immutable": "^4.3.7",
"jest-environment-jsdom": "^29.5.0",
"js-untar": "^2.0.0",
"jspdf": "^3.0.1",
"lottie-react": "^2.4.1",
"lucide-react": "0.454.0",
"luxon": "^3.6.1",
"microdiff": "^1.5.0",
"mobx": "^6.13.7",
"mobx-persist-store": "^1.1.8",
"mobx-react-lite": "^4.1.0",
"prismjs": "^1.30.0",
"rc-time-picker": "^3.7.3",
"react": "^19.1.0",
"react-confirm": "^0.3.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.1.0",
"react-google-recaptcha": "^2.1.0",
"react-i18next": "^15.5.1",
"react-intersection-observer": "^9.16.0",
"react-markdown": "^10.1.0",
"react-router": "^5.3.3",
"react-router-dom": "^5.3.3",
"react-select": "^5.10.1",
"react-svg-map": "^2.2.0",
"react-toastify": "^11.0.5",
"react18-json-view": "^0.2.9",
"recharts": "^2.15.3",
"remark-gfm": "^4.0.1",
"socket.io-client": "^4.8.1",
"syncod": "^0.0.1",
"ts-api-utils": "^2.1.0",
"virtua": "^0.41.0"
},
"devDependencies": {
"@babel/cli": "^7.27.2",
"@babel/core": "^7.27.1",
"@babel/node": "^7.27.1",
"@babel/plugin-proposal-decorators": "^7.27.1",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-syntax-bigint": "^7.8.3",
"@babel/plugin-transform-class-properties": "^7.27.1",
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
"@babel/plugin-transform-runtime": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@babel/runtime": "^7.27.0",
"@eslint/eslintrc": "^3.3.1",
"@jest/globals": "^29.7.0",
"@openreplay/sourcemap-uploader": "^3.0.10",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint-plugin-jsx-a11y": "^6",
"@types/jest": "^29.5.14",
"@types/luxon": "^3.4.2",
"@types/node": "^22.7.8",
"@types/prismjs": "^1",
"@types/react": "^19.0.10",
"@types/react-confirm": "^0.2.3",
"@types/react-dom": "^19.0.4",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"autoprefixer": "^10.4.7",
"babel-loader": "^9.1.3",
"babel-plugin-prismjs": "^2.1.0",
"babel-plugin-react-require": "^4.0.3",
"babel-plugin-recharts": "^2.0.0",
"compression-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^12.0.2",
"country-data": "0.0.31",
"css-loader": "^7.1.2",
"cssnano": "^7.0.7",
"cypress": "13.17.0",
"cypress-image-snapshot": "^4.0.1",
"dotenv": "^6.2.0",
"esbuild-loader": "^4.3.0",
"eslint": "^9.21.0",
"eslint-import-resolver-typescript": "^3.8.3",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-react": "^7.29.4",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.3",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^2.9.2",
"minio": "^7.1.3",
"node-gyp": "^9.0.0",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-mixins": "^11.0.3",
"postcss-nesting": "^13.0.1",
"postcss-simple-vars": "^6.0.3",
"prettier": "^3.5.3",
"sass": "^1.88.0",
"sass-loader": "^13.0.0",
"style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.2",
"svgo": "^2.8.0",
"tailwindcss": "^3.4.17",
"thread-loader": "^4.0.4",
"ts-jest": "^29.3.3",
"ts-node": "^10.7.0",
"typescript": "^4.9.5",
"typescript-eslint": "^8.32.1",
"webpack": "^5.99.8",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.1"
},
"engines": {
"node": ">=20.18.0"
},
"packageManager": "yarn@4.7.0"
}