168 lines
5.6 KiB
JSON
168 lines
5.6 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.25.9",
|
|
"@codewonders/html2canvas": "^1.0.2",
|
|
"@eslint/js": "^9.21.0",
|
|
"@medv/finder": "^4.0.2",
|
|
"@neodrag/react": "^2.3.0",
|
|
"@sentry/browser": "^5.21.1",
|
|
"@svg-maps/world": "^1.0.1",
|
|
"@tanstack/react-query": "^5.56.2",
|
|
"@wojtekmaj/react-daterange-picker": "^6.0.0",
|
|
"antd": "^5.21.2",
|
|
"chroma-js": "^2.4.2",
|
|
"classnames": "^2.5.1",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"country-flag-icons": "^1.5.7",
|
|
"echarts": "^5.6.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
"eslint-config-prettier": "^10.0.2",
|
|
"eslint-plugin-i18next": "^6.1.1",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-prettier": "^5.2.3",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"fflate": "^0.8.2",
|
|
"fzstd": "^0.1.1",
|
|
"globals": "^16.0.0",
|
|
"hls.js": "^1.5.13",
|
|
"html-to-image": "^1.11.11",
|
|
"i18next": "^24.2.2",
|
|
"i18next-browser-languagedetector": "^8.0.4",
|
|
"immutable": "^4.3.7",
|
|
"jest-environment-jsdom": "^29.5.0",
|
|
"js-untar": "^2.0.0",
|
|
"jspdf": "^3.0.1",
|
|
"lottie-react": "^2.4.0",
|
|
"lucide-react": "0.454.0",
|
|
"luxon": "^3.5.0",
|
|
"microdiff": "^1.5.0",
|
|
"mobx": "^6.13.3",
|
|
"mobx-persist-store": "^1.1.5",
|
|
"mobx-react-lite": "^4.1.0",
|
|
"prismjs": "^1.30.0",
|
|
"rc-time-picker": "^3.7.3",
|
|
"react": "^19.0.0",
|
|
"react-confirm": "^0.3.0",
|
|
"react-daterange-picker": "^2.0.1",
|
|
"react-dnd": "^16.0.1",
|
|
"react-dnd-html5-backend": "^15.1.2",
|
|
"react-dom": "^19.0.0",
|
|
"react-google-recaptcha": "^2.1.0",
|
|
"react-i18next": "^15.4.1",
|
|
"react-intersection-observer": "^9.13.1",
|
|
"react-router": "^5.3.3",
|
|
"react-router-dom": "^5.3.3",
|
|
"react-select": "^5.3.2",
|
|
"react-svg-map": "^2.2.0",
|
|
"react-toastify": "^11.0.5",
|
|
"react18-json-view": "^0.2.8",
|
|
"recharts": "^2.12.7",
|
|
"socket.io-client": "^4.4.1",
|
|
"syncod": "^0.0.1",
|
|
"ts-api-utils": "^2.0.1",
|
|
"typescript-eslint": "^8.25.0",
|
|
"virtua": "^0.40.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.23.0",
|
|
"@babel/core": "^7.23.2",
|
|
"@babel/node": "^7.22.19",
|
|
"@babel/plugin-proposal-decorators": "^7.23.2",
|
|
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
"@babel/plugin-syntax-bigint": "^7.8.3",
|
|
"@babel/plugin-transform-class-properties": "^7.23.3",
|
|
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
|
|
"@babel/plugin-transform-runtime": "^7.17.12",
|
|
"@babel/preset-env": "^7.23.2",
|
|
"@babel/preset-react": "^7.22.15",
|
|
"@babel/preset-typescript": "^7.23.2",
|
|
"@babel/runtime": "^7.27.0",
|
|
"@eslint/eslintrc": "^3.3.0",
|
|
"@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/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.2",
|
|
"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.6",
|
|
"cypress": "13.17.0",
|
|
"cypress-image-snapshot": "^4.0.1",
|
|
"dotenv": "^6.2.0",
|
|
"esbuild-loader": "^4.2.2",
|
|
"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.5.0",
|
|
"jest": "^29.5.0",
|
|
"mini-css-extract-plugin": "^2.6.0",
|
|
"minio": "^7.1.3",
|
|
"node-gyp": "^9.0.0",
|
|
"postcss": "^8.4.48",
|
|
"postcss-import": "^16.1.0",
|
|
"postcss-loader": "^8.1.1",
|
|
"postcss-mixins": "^11.0.3",
|
|
"postcss-nesting": "^13.0.0",
|
|
"postcss-simple-vars": "^6.0.3",
|
|
"prettier": "^3.5.2",
|
|
"sass": "^1.51.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.2",
|
|
"ts-jest": "^29.0.5",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "^4.9.5",
|
|
"webpack": "^5.96.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18.0"
|
|
},
|
|
"packageManager": "yarn@4.7.0"
|
|
}
|