163 lines
5.3 KiB
JSON
163 lines
5.3 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",
|
|
"postinstall": "yarn gen:icons && yarn gen:colors",
|
|
"build-storybook": "build-storybook",
|
|
"test": "jest",
|
|
"cy:open": "cypress open"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/react-dom-interactions": "^0.10.3",
|
|
"@sentry/browser": "^5.21.1",
|
|
"@svg-maps/world": "^1.0.1",
|
|
"@svgr/webpack": "^6.2.1",
|
|
"chroma-js": "^2.4.2",
|
|
"classnames": "^2.3.1",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"deep-diff": "^1.0.2",
|
|
"html-to-image": "^1.9.0",
|
|
"html2canvas": "^1.4.1",
|
|
"immutable": "^4.0.0-rc.12",
|
|
"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": "^1.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.1.13",
|
|
"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.10.5",
|
|
"@babel/core": "^7.17.12",
|
|
"@babel/node": "^7.16.8",
|
|
"@babel/plugin-proposal-class-properties": "^7.17.12",
|
|
"@babel/plugin-proposal-decorators": "^7.17.12",
|
|
"@babel/plugin-proposal-private-methods": "^7.10.4",
|
|
"@babel/plugin-syntax-bigint": "^7.8.3",
|
|
"@babel/plugin-transform-runtime": "^7.17.12",
|
|
"@babel/preset-env": "^7.17.12",
|
|
"@babel/preset-flow": "^7.10.4",
|
|
"@babel/preset-react": "^7.17.12",
|
|
"@babel/preset-typescript": "^7.17.12",
|
|
"@babel/runtime": "^7.17.9",
|
|
"@jest/globals": "^29.3.1",
|
|
"@mdx-js/react": "^1.6.22",
|
|
"@openreplay/sourcemap-uploader": "^3.0.0",
|
|
"@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": "^8.2.4",
|
|
"babel-plugin-react-require": "^3.1.3",
|
|
"babel-plugin-recharts": "^1.2.1",
|
|
"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": "^12.3.0",
|
|
"cypress-image-snapshot": "^4.0.1",
|
|
"deasync-promise": "^1.0.1",
|
|
"deploy-aws-s3-cloudfront": "^3.6.0",
|
|
"dotenv": "^6.2.0",
|
|
"eslint": "^8.15.0",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"eslint-plugin-react-hooks": "^4.5.0",
|
|
"faker": "^5.5.3",
|
|
"file-loader": "^6.2.0",
|
|
"flow-bin": "^0.115.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"jest": "^29.3.1",
|
|
"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.1.4",
|
|
"ts-jest": "^29.0.5",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "^4.6.4",
|
|
"webpack": "^5.72.1",
|
|
"webpack-bundle-analyzer": "^4.5.0",
|
|
"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"
|
|
}
|