mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-24 19:07:47 +00:00
* chore: Router provider is removed * update: localstorage set get is added * update: AppLayout is updated * fix: adapter type is fixed * fix: Metric and metric application is now fixed * fix: Metrics page application is updated * fix: Tracepage is made fix * fix: app layout is updated * fix: global Time reducer is updated * refactor: getService api is added * update: metrics reducer is added * update: service list is fixed * fix: Metrics page is updated * fix: api for the metrics application are done * fix: metrics reducer is updated * fix: metrics application is updated * fix: content layout shift is removed * fix: Metric application is updated * fix: metrics application is updated * fix: Metrics application is updated * fix: Application tab is updated * chore: graph is updated * chore: Metrics application is updated * fix: chart x-axis is label is now fixed * fix: application tab is updated * fix: Top end points is added and re-redering in stopped * fix: fixed the edge case when user changes the global time then updated data is fetched * fix: Settings page is updated * chore: AppLayout is updated * chore: AppLayout is updated * chore: applayout is updated * chore: changed default loading is true in the global time reducer * chore: Global Time option is fixed * chore: Signup and Applayout is updated * chore: Button text is updated * chore: Button in the metrics application is updated * chore: dashboard menu item position in the side nav is updated * fix: Logo is now redirecting to the Application page * fix: Application page is updated * fix: AppLayout is updated * fix: starting and ending time is fixed * fix: Metrics Application is updated to the previous chart data * update: getDateArrayFromStartAndEnd function is added * update: Empty graph data is added * fix: External Call and DB Call Tabs graph are updated when there is no data a empty data is rendered * fix: onboarding modal condition is fixed and new calling api every 50000 ms to fetch the data * fix: onBoarding condition modal is updated * fix: onBoarding condition modal is updated * fix: onBoarding condition modal is updated * fix: Application chart re rendering issue is fixed * fix: Application page is changed when we change the global time * chore: step size is increased from 30 to 60 * chore: build is now fixed * chore: metrics application page is updated * fix: empty graph is now fixed * fix: application metrics graph is now fixed * update: seperate api for trace page are made * fix: /trace page is updated * chore: Filter of the Trace page is updated * chore: initial trace page is updated * fix: changing the filters,fetches the updated values from the backend * chore: Trace page is updated * update: trace page is updated * fix: trace page is updated * Refresh Text is updated * update: Trace page is updated * update:header is updated * update: Trace page is updated * update: Trace page is updated * update: Trace page is updated * update: Trace page is updated * update: why did you re render is added * update: trace page is updated * update: trace page is updated * update: Loading is updated * update: start and end time is updated * fix: metrics and metrics page redudant calls is reduced * fix: Metrics Application page reducer is reset on the unmount * fix: Trace page reducer is reset when the page is unmounted * fix: Custom Visualizations is now fetching only one api to get the details * fix: Trace page is updated * fix: composeEnhancers is updated * fix: metrics application is updated * chore: webpack eslint fixes are updated * chore: some of the type definition is added * fix(UI): Trace page bug is resolved * chore(UI): if length of the selected tags is zero updated the value over the form * chore(UI): check for the no spans filter is updated
180 lines
5.3 KiB
JSON
180 lines
5.3 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "webpack.config.js",
|
|
"scripts": {
|
|
"dev": "NODE_OPTIONS=\"--loader ts-node/esm\" NODE_ENV=development webpack serve --config=webpack.config.ts --progress",
|
|
"build": "NODE_OPTIONS=\"--loader ts-node/esm\" webpack --config=webpack.config.prod.ts --progress",
|
|
"prettify": "prettier --write .",
|
|
"lint": "eslint . --debug",
|
|
"lint:fix": "eslint . --fix --debug",
|
|
"cypress:open": "cypress open",
|
|
"cypress:run": "cypress run",
|
|
"jest": "jest",
|
|
"jest:coverage": "jest --coverage",
|
|
"jest:watch": "jest --watch"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
},
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@ant-design/icons": "^4.6.2",
|
|
"@auth0/auth0-react": "^1.2.0",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
|
|
"@svgr/webpack": "5.4.0",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.1.0",
|
|
"@testing-library/user-event": "^12.1.10",
|
|
"@types/d3": "^6.2.0",
|
|
"@types/jest": "^26.0.15",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^16.9.9",
|
|
"@types/react-redux": "^7.1.11",
|
|
"@types/react-router-dom": "^5.1.6",
|
|
"@types/redux": "^3.6.0",
|
|
"@types/styled-components": "^5.1.4",
|
|
"@types/vis": "^4.21.21",
|
|
"antd": "^4.16.13",
|
|
"axios": "^0.21.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-jest": "^26.6.0",
|
|
"babel-loader": "8.1.0",
|
|
"babel-plugin-named-asset-import": "^0.3.7",
|
|
"babel-preset-minify": "^0.5.1",
|
|
"babel-preset-react-app": "^10.0.0",
|
|
"bfj": "^7.0.2",
|
|
"camelcase": "^6.1.0",
|
|
"case-sensitive-paths-webpack-plugin": "2.3.0",
|
|
"chart.js": "^3.4.0",
|
|
"chartjs-adapter-date-fns": "^2.0.0",
|
|
"css-loader": "4.3.0",
|
|
"d3": "^6.2.0",
|
|
"d3-flame-graph": "^3.1.1",
|
|
"d3-tip": "^0.9.1",
|
|
"dotenv": "8.2.0",
|
|
"dotenv-expand": "5.1.0",
|
|
"eslint-config-react-app": "^6.0.0",
|
|
"eslint-plugin-flowtype": "^5.2.0",
|
|
"eslint-plugin-jest": "^24.1.0",
|
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"eslint-plugin-testing-library": "^3.9.2",
|
|
"eslint-webpack-plugin": "^2.1.0",
|
|
"file-loader": "6.1.1",
|
|
"fs-extra": "^9.0.1",
|
|
"history": "4.10.1",
|
|
"html-webpack-plugin": "5.1.0",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"jest": "26.6.0",
|
|
"jest-circus": "26.6.0",
|
|
"jest-resolve": "26.6.0",
|
|
"jest-watch-typeahead": "0.6.1",
|
|
"pnp-webpack-plugin": "1.6.4",
|
|
"postcss-loader": "3.0.0",
|
|
"postcss-normalize": "8.0.1",
|
|
"postcss-preset-env": "6.7.0",
|
|
"postcss-safe-parser": "5.0.2",
|
|
"prop-types": "^15.6.2",
|
|
"react": "17.0.0",
|
|
"react-app-polyfill": "^2.0.0",
|
|
"react-chips": "^0.8.0",
|
|
"react-css-theme-switcher": "^0.1.6",
|
|
"react-dev-utils": "^11.0.0",
|
|
"react-dom": "17.0.0",
|
|
"react-force-graph": "^1.41.0",
|
|
"react-graph-vis": "^1.0.5",
|
|
"react-grid-layout": "^1.2.5",
|
|
"react-modal": "^3.12.1",
|
|
"react-redux": "^7.2.2",
|
|
"react-refresh": "^0.8.3",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-vis": "^1.11.7",
|
|
"redux": "^4.0.5",
|
|
"redux-thunk": "^2.3.0",
|
|
"resolve": "1.18.1",
|
|
"resolve-url-loader": "^3.1.2",
|
|
"sass-loader": "8.0.2",
|
|
"semver": "7.3.2",
|
|
"style-loader": "1.3.0",
|
|
"styled-components": "^5.2.1",
|
|
"terser-webpack-plugin": "4.2.3",
|
|
"ts-node": "^10.2.1",
|
|
"ts-pnp": "1.2.0",
|
|
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
|
"typescript": "^4.0.5",
|
|
"url-loader": "4.1.1",
|
|
"uuid": "^8.3.2",
|
|
"web-vitals": "^0.2.4",
|
|
"webpack": "^5.23.0",
|
|
"webpack-dev-server": "^4.3.1",
|
|
"webpack-manifest-plugin": "2.2.0",
|
|
"workbox-webpack-plugin": "5.1.4"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.13",
|
|
"@babel/plugin-syntax-jsx": "^7.12.13",
|
|
"@babel/preset-env": "^7.12.17",
|
|
"@babel/preset-react": "^7.12.13",
|
|
"@babel/preset-typescript": "^7.12.17",
|
|
"@testing-library/cypress": "^8.0.0",
|
|
"@types/compression-webpack-plugin": "^9.0.0",
|
|
"@types/copy-webpack-plugin": "^8.0.1",
|
|
"@types/d3-tip": "^3.5.5",
|
|
"@types/lodash-es": "^4.17.4",
|
|
"@types/node": "^16.10.3",
|
|
"@types/react-grid-layout": "^1.1.2",
|
|
"@types/uuid": "^8.3.1",
|
|
"@types/webpack": "^5.28.0",
|
|
"@types/webpack-dev-server": "^4.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.28.2",
|
|
"@typescript-eslint/parser": "^4.28.2",
|
|
"@welldone-software/why-did-you-render": "^6.2.1",
|
|
"autoprefixer": "^9.0.0",
|
|
"babel-plugin-styled-components": "^1.12.0",
|
|
"compression-webpack-plugin": "^9.0.0",
|
|
"copy-webpack-plugin": "^8.1.0",
|
|
"cypress": "^8.3.0",
|
|
"eslint": "^7.30.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-plugin-import": "^2.23.4",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
"eslint-plugin-react": "^7.24.0",
|
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-csso": "^4.0.1",
|
|
"gulp-debug": "^4.0.0",
|
|
"gulp-less": "^4.0.1",
|
|
"gulp-postcss": "^9.0.0",
|
|
"husky": "4.3.8",
|
|
"less-plugin-npm-import": "^2.1.0",
|
|
"lint-staged": "10.5.3",
|
|
"lodash-es": "^4.17.21",
|
|
"portfinder-sync": "^0.0.2",
|
|
"prettier": "2.2.1",
|
|
"react-hot-loader": "^4.13.0",
|
|
"react-is": "^17.0.1",
|
|
"ts-node": "^10.2.1",
|
|
"webpack-cli": "^4.5.0"
|
|
}
|
|
}
|