mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-25 11:30:08 +00:00
* feat(FE): dynamic step size of metrics page * chore(tests): migrate to dayjs for generating timestamp * bug: sorting of date is fixed * feat: soring filter is added * chore: typo is fixed * feat(backend): support custom events in span * fix: encode event string to fix parsing at frontend * chore: styles is updated for the not found button * chore: update otel-collector to 0.43.0 * fix: remove encoding * fix: set userId as distinctId if failed to fetch IP * Fe: Feat/trace detail (#764) * feat: new trace detail page flame graph * feat: new trace detail page layout * test: trace detail is wip * chore: trace details in wip * feat: trace detail page timeline component * chore: spantoTree is updated * chore: gantchart is updated * chore: onClick is added * chore: isSpanPresentInSearchString util is added * chore: trace graph is updated * chore: added the hack to work * feat: is span present util is added * chore: in span ms is added * chore: tooltip is updated * WIP: chore: trace details changes are updated * feat: getTraceItem is added * feat: trace detail page is updated * feat: trace detail styling changes * feat: trace detail page is updated * feat: implement span hover, select, focus and reset * feat: reset focus * feat: spanId as query table and unfurling * feat: trace details is updated * chore: remove lodash * chore: remove lodash * feat: trace details is updated * feat: new trace detail page styling changes * feat: new trace detail page styling changes * feat: improved styling * feat: remove horizontal scrolling * feat: new trace detail page modify caret icon * chore styles are updated * Revert "chore: Trace styles" * chore styles are updated * feat: timeline normalisation * chore: remove mock data * chore: sort tree data util is added and selected span component is updated * chore: trace changes are updated * chore: trace changes are updated * chore: trace changes are updated * feat: refactored time units for new trace detail page * chore: remove mockdata * feat: new trace detail page themeing and interval loop fix * chore: error tag is updated * chore: error tag is updated * chore: error tag is updated * chore: error tag is updated * chore: console is removed * fix: error tag expand button * chore: expanded panel is updated * feat: scroll span from gantt chart intoview * chore: trace detail is removed Co-authored-by: Pranshu Chittora <pranshu@signoz.io> * bug: Trace search bug is resolved (#741) * bug: Trace search bug is resolved * bug: Trace search bug is resolved * chore: parseTagsToQuery is updated * chore: parseTagsToQuery is updated * chore: parseTagsToQuery is updated * chore: parseTagsToQuery is updated * chore: ♿️ add hotrod template and install/delete scripts (#801) * chore: ♿️ add hotrod template and scripts Signed-off-by: Prashant Shahi <prashant@signoz.io> * refactor: ✨ conditionally compute image Signed-off-by: Prashant Shahi <prashant@signoz.io> * fix: 🩹 add signoz namespace Signed-off-by: Prashant Shahi <prashant@signoz.io> * chore: 🔨 fix namespace template in scripts Signed-off-by: Prashant Shahi <prashant@signoz.io> * docs(hotrod): 📝 Add README for hotrod k8s Signed-off-by: Prashant Shahi <prashant@signoz.io> Co-authored-by: Ankit Nayan <ankit@signoz.io> * chore(release): 📌 pin SigNoz and OtelCollector versions Signed-off-by: Prashant Shahi <prashant@signoz.io> Co-authored-by: Pranshu Chittora <pranshu@signoz.io> Co-authored-by: Palash gupta <palash@signoz.io> Co-authored-by: makeavish <makeavish786@gmail.com> Co-authored-by: Ankit Nayan <ankit@signoz.io>
149 lines
4.2 KiB
JSON
149 lines
4.2 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "webpack.config.js",
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development webpack serve --progress",
|
|
"build": "webpack --config=webpack.config.prod.js --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",
|
|
"bundle:size": "bundlesize"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@ant-design/icons": "^4.6.2",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.1.0",
|
|
"@testing-library/user-event": "^12.1.10",
|
|
"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",
|
|
"chart.js": "^3.4.0",
|
|
"chartjs-adapter-date-fns": "^2.0.0",
|
|
"color": "^4.2.1",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "4.3.0",
|
|
"css-minimizer-webpack-plugin": "^3.2.0",
|
|
"d3": "^6.2.0",
|
|
"d3-flame-graph": "^3.1.1",
|
|
"d3-tip": "^0.9.1",
|
|
"dayjs": "^1.10.7",
|
|
"dotenv": "8.2.0",
|
|
"file-loader": "6.1.1",
|
|
"history": "4.10.1",
|
|
"html-webpack-plugin": "5.1.0",
|
|
"jest": "26.6.0",
|
|
"less": "^4.1.2",
|
|
"less-loader": "^10.2.0",
|
|
"mini-css-extract-plugin": "2.4.5",
|
|
"monaco-editor": "^0.30.0",
|
|
"react": "17.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-redux": "^7.2.2",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-use": "^17.3.2",
|
|
"react-vis": "^1.11.7",
|
|
"redux": "^4.0.5",
|
|
"redux-thunk": "^2.3.0",
|
|
"style-loader": "1.3.0",
|
|
"styled-components": "^5.2.1",
|
|
"terser-webpack-plugin": "^5.2.5",
|
|
"ts-node": "^10.2.1",
|
|
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
|
"typescript": "^4.0.5",
|
|
"uuid": "^8.3.2",
|
|
"web-vitals": "^0.2.4",
|
|
"webpack": "^5.23.0",
|
|
"webpack-dev-server": "^4.3.1"
|
|
},
|
|
"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/color": "^3.0.3",
|
|
"@types/compression-webpack-plugin": "^9.0.0",
|
|
"@types/copy-webpack-plugin": "^8.0.1",
|
|
"@types/d3": "^6.2.0",
|
|
"@types/d3-tip": "^3.5.5",
|
|
"@types/jest": "^26.0.15",
|
|
"@types/lodash-es": "^4.17.4",
|
|
"@types/node": "^16.10.3",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^16.9.9",
|
|
"@types/react-grid-layout": "^1.1.2",
|
|
"@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/uuid": "^8.3.1",
|
|
"@types/vis": "^4.21.21",
|
|
"@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",
|
|
"bundlesize": "^0.18.1",
|
|
"compression-webpack-plugin": "^9.0.0",
|
|
"copy-webpack-plugin": "^8.1.0",
|
|
"critters-webpack-plugin": "^3.0.1",
|
|
"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",
|
|
"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",
|
|
"ts-node": "^10.2.1",
|
|
"typescript-plugin-css-modules": "^3.4.0",
|
|
"webpack-bundle-analyzer": "^4.5.0",
|
|
"webpack-cli": "^4.5.0"
|
|
}
|
|
}
|