openreplay/tracker/tracker-testing-playground/package.json
Delirium 7dec39300f
feat(ui/tracker): create integrated e2e testing for tracker and player
* fix(ui): fix create note modal

* change(ui): remove tests for a moment

* change(ui): fix job name

* change(ui): fix job action

* change(ui): fix job action

* change(ui): fix job action

* change(ui): fix job action

* change(ui): add testing public dir

* change(ui): return silent server start

* change(ui): fix session url

* change(ui): fix session url

* change(ui): fix session url

* change(ui): fix mockup

* change(ui): fix mockup

* change(ui): fix snapshot images

* change(ui): fix snapshot images

* change(ui): fix testing app

* change(ui): fix testing app

* change(ui): fix testing flow and add loggs

* change(ui): add network and events

* change(ui): fix table view

* change(ui): fix table view

* change(ui): fix acc req intercept

* change(ui): fix mob req intercept

* change(ui): change jump method
2023-02-03 16:58:08 +01:00

51 lines
1.3 KiB
JSON

{
"name": "with-create-react-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@openreplay/tracker": "file:../../../openreplay/tracker/tracker",
"@openreplay/tracker-axios": "3.6.1",
"@openreplay/tracker-fetch": "3.6.1",
"@openreplay/tracker-redux": "3.5.1",
"@openreplay/tracker-zustand": "1.0.2",
"@tanstack/react-table": "^8.2.6",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/uuid": "^8.3.3",
"axios": "^0.27.2",
"react": "^17.0.2",
"react-bootstrap": "^2.5.0",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"react-table": "^7.8.0",
"redux": "^4.2.0",
"typescript": "^4.1.2",
"uuid": "^8.3.2",
"zustand": "^4.1.1"
},
"scripts": {
"start": "HOST=0.0.0.0 react-scripts start",
"build": "NODE_OPTIONS=--openssl-legacy-provider react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}