openreplay/frontend/package.json
2023-11-03 12:00:50 +01:00

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.ts",
"gen:colors": "node ./scripts/colors.js",
"storybook": "start-storybook -p 6006",
"flow": "flow",
"gen:static": "yarn gen:icons && yarn gen:colors",
"build-storybook": "build-storybook",
"test:ci": "jest --maxWorkers=1 --no-cache --coverage",
"test": "jest --watch",
"cy:open": "cypress open",
"cy:test": "cypress run --browser chrome",
"cy:test-firefox": "cypress run --browser firefox",
"cy:test-edge": "cypress run --browser edge"
},
"dependencies": {
"@ant-design/icons": "^5.2.5",
"@floating-ui/react-dom-interactions": "^0.10.3",
"@sentry/browser": "^5.21.1",
"@svg-maps/world": "^1.0.1",
"@svgr/webpack": "^6.2.1",
"antd": "^5.9.4",
"chroma-js": "^2.4.2",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"deep-diff": "^1.0.2",
"fflate": "^0.7.4",
"html-to-image": "^1.9.0",
"html2canvas": "^1.4.1",
"immutable": "^4.0.0-rc.12",
"jest-environment-jsdom": "^29.5.0",
"jsbi": "^4.1.0",
"jshint": "^2.11.1",
"jspdf": "^2.5.1",
"jsx-runtime": "^1.2.0",
"luxon": "^1.24.1",
"mobx": "^6.3.8",
"mobx-react-lite": "^3.1.6",
"moment": "^2.29.4",
"moment-range": "^4.0.2",
"peerjs": "1.3.2",
"rc-time-picker": "^3.7.3",
"react": "^18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-confirm": "^0.2.3",
"react-daterange-picker": "^2.0.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^15.1.2",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-google-recaptcha": "^2.1.0",
"react-highlight": "^0.14.0",
"react-json-view": "^1.21.3",
"react-lazyload": "^3.2.0",
"react-merge-refs": "^2.0.1",
"react-redux": "^5.1.2",
"react-router": "^5.3.3",
"react-router-dom": "^5.3.3",
"react-select": "^5.3.2",
"react-svg-map": "^2.2.0",
"react-tippy": "^1.4.0",
"react-toastify": "^9.1.1",
"react-virtualized": "^9.22.3",
"recharts": "^2.8.0",
"redux": "^4.0.5",
"redux-immutable": "^4.0.0",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.1.2",
"socket.io-client": "^4.4.1",
"source-map": "^0.7.3",
"syncod": "^0.0.1"
},
"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.22.5",
"@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-flow": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@jest/globals": "^29.7.0",
"@openreplay/sourcemap-uploader": "^3.0.8",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-docs": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/react": "^6.5.12",
"@storybook/testing-library": "^0.0.13",
"@types/luxon": "^3.0.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"@types/react-virtualized": "^9.21.21",
"@typescript-eslint/eslint-plugin": "^5.24.0",
"@typescript-eslint/parser": "^5.24.0",
"autoprefixer": "^10.4.7",
"babel-loader": "^9.1.3",
"babel-plugin-react-require": "^4.0.2",
"babel-plugin-recharts": "^2.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"compression-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
"country-data": "0.0.31",
"css-loader": "^6.7.1",
"cssnano": "^5.0.12",
"cypress": "^13.3.0",
"cypress-image-snapshot": "^4.0.1",
"dotenv": "^6.2.0",
"eslint": "^8.15.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"file-loader": "^6.2.0",
"flow-bin": "^0.115.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.5.0",
"mini-css-extract-plugin": "^2.6.0",
"minio": "^7.0.18",
"moment-locales-webpack-plugin": "^1.2.0",
"node-gyp": "^9.0.0",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"postcss-loader": "^7.0.0",
"postcss-mixins": "^9.0.2",
"postcss-nesting": "^10.1.6",
"postcss-simple-vars": "^6.0.3",
"prettier": "^2.6.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.3.5",
"ts-jest": "^29.0.5",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0",
"workbox-webpack-plugin": "^6.5.1"
},
"engines": {
"node": ">=10.14.1"
},
"packageManager": "yarn@3.2.1"
}