2022-11-30 02:21:17 +05:30
|
|
|
{
|
2023-09-03 18:50:30 +05:30
|
|
|
"name": "web",
|
2025-07-28 12:51:19 +05:30
|
|
|
"version": "0.28.0",
|
2022-11-30 02:21:17 +05:30
|
|
|
"private": true,
|
2025-03-04 20:20:38 +05:30
|
|
|
"license": "AGPL-3.0",
|
2022-11-30 02:21:17 +05:30
|
|
|
"scripts": {
|
2025-07-08 01:03:12 -07:00
|
|
|
"dev": "next dev --port 3000",
|
2022-11-30 02:21:17 +05:30
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
2025-07-04 14:23:18 +05:30
|
|
|
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist",
|
2025-07-24 13:14:51 -07:00
|
|
|
"check:lint": "eslint . --max-warnings 821",
|
2025-07-04 14:23:18 +05:30
|
|
|
"check:types": "tsc --noEmit",
|
|
|
|
|
"check:format": "prettier --check \"**/*.{ts,tsx,md,json,css,scss}\"",
|
|
|
|
|
"fix:lint": "eslint . --fix",
|
|
|
|
|
"fix:format": "prettier --write \"**/*.{ts,tsx,md,json,css,scss}\""
|
2022-11-30 02:21:17 +05:30
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-04-15 17:02:53 +05:30
|
|
|
"@atlaskit/pragmatic-drag-and-drop": "^1.1.3",
|
2024-05-08 13:38:58 +05:30
|
|
|
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^1.3.0",
|
2024-04-17 18:20:02 +05:30
|
|
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
|
2025-08-11 00:37:35 +05:30
|
|
|
"@bprogress/next": "^3.2.12",
|
2022-12-01 03:09:33 +05:30
|
|
|
"@headlessui/react": "^1.7.3",
|
2024-08-05 13:37:11 +05:30
|
|
|
"@intercom/messenger-js-sdk": "^0.0.12",
|
2025-08-19 07:36:42 -07:00
|
|
|
"@plane/constants": "workspace:*",
|
|
|
|
|
"@plane/editor": "workspace:*",
|
|
|
|
|
"@plane/hooks": "workspace:*",
|
|
|
|
|
"@plane/i18n": "workspace:*",
|
|
|
|
|
"@plane/propel": "workspace:*",
|
|
|
|
|
"@plane/services": "workspace:*",
|
|
|
|
|
"@plane/types": "workspace:*",
|
|
|
|
|
"@plane/ui": "workspace:*",
|
|
|
|
|
"@plane/utils": "workspace:*",
|
2023-10-11 12:05:53 +05:30
|
|
|
"@popperjs/core": "^2.11.8",
|
2024-10-08 16:54:02 +05:30
|
|
|
"@react-pdf/renderer": "^3.4.5",
|
[WEB-3781] Analytics page enhancements (#7005)
* chore: analytics endpoint
* added anlytics v2
* updated status icons
* added area chart in workitems and en translations
* active projects
* chore: created analytics chart
* chore: validation errors
* improved radar-chart , added empty states , added projects summary
* chore: added a new graph in advance analytics
* integrated priority chart
* chore: added csv exporter
* added priority dropdown
* integrated created vs resolved chart
* custom x and y axis label in bar and area chart
* added wrapper styles to legends
* added filter components
* fixed temp data imports
* integrated filters in priority charts
* added label to priority chart and updated duration filter
* refactor
* reverted to void onchange
* fixed some contant exports
* fixed type issues
* fixed some type and build issues
* chore: updated the filtering logic for analytics
* updated default value to last_30_days
* percentage value whole number and added some rules for axis options
* fixed some translations
* added - custom tick for radar, calc of insight cards, filter labels
* chore: opitmised the analytics endpoint
* replace old analytics path with new , updated labels of insight card, done some store fixes
* chore: updated the export request
* Enhanced ProjectSelect to support multi-select, improved state management, and optimized data fetching and component structure.
* fix: round completion percentage calculation in ActiveProjectItem
* added empty states in project insights
* Added loader and empty state in created/resolved chart
* added loaders
* added icons in filters
* added custom colors in customised charts
* cleaned up some code
* added some responsiveness
* updated translations
* updated serrchbar for the table
* added work item modal in project analytics
* fixed some of the layput issues in the peek view
* chore: updated the base function for viewsets
* synced tab to url
* code cleanup
* chore: updated the export logic
* fixed project_ids filter
* added icon in projectdropdown
* updated export button position
* export csv and emptystates icons
* refactor
* code refactor
* updated loaders, moved color pallete to contants, added nullish collasece operator in neccessary places
* removed uneccessary cn
* fixed formatting issues
* fixed empty project_ids in payload
* improved null checks
* optimized charts
* modified relevant variables to observable.ref
* fixed the duration type
* optimized some code
* updated query key in project-insight
* updated query key in project-insight
* updated formatting
* chore: replaced analytics route with new one and done some optimizations
* removed the old analytics
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2025-05-12 20:50:33 +05:30
|
|
|
"@tanstack/react-table": "^8.21.3",
|
2025-07-24 13:50:37 +05:30
|
|
|
"axios": "1.11.0",
|
2023-11-23 17:21:47 +05:30
|
|
|
"clsx": "^2.0.0",
|
2024-05-22 18:53:40 +05:30
|
|
|
"cmdk": "^1.0.0",
|
2024-10-24 15:35:02 +05:30
|
|
|
"comlink": "^4.4.1",
|
2024-12-23 18:45:22 +05:30
|
|
|
"date-fns": "^4.1.0",
|
2023-05-03 13:36:55 +05:30
|
|
|
"dotenv": "^16.0.3",
|
2025-08-19 07:36:42 -07:00
|
|
|
"emoji-picker-react": "^4.5.16",
|
[WEB-3781] Analytics page enhancements (#7005)
* chore: analytics endpoint
* added anlytics v2
* updated status icons
* added area chart in workitems and en translations
* active projects
* chore: created analytics chart
* chore: validation errors
* improved radar-chart , added empty states , added projects summary
* chore: added a new graph in advance analytics
* integrated priority chart
* chore: added csv exporter
* added priority dropdown
* integrated created vs resolved chart
* custom x and y axis label in bar and area chart
* added wrapper styles to legends
* added filter components
* fixed temp data imports
* integrated filters in priority charts
* added label to priority chart and updated duration filter
* refactor
* reverted to void onchange
* fixed some contant exports
* fixed type issues
* fixed some type and build issues
* chore: updated the filtering logic for analytics
* updated default value to last_30_days
* percentage value whole number and added some rules for axis options
* fixed some translations
* added - custom tick for radar, calc of insight cards, filter labels
* chore: opitmised the analytics endpoint
* replace old analytics path with new , updated labels of insight card, done some store fixes
* chore: updated the export request
* Enhanced ProjectSelect to support multi-select, improved state management, and optimized data fetching and component structure.
* fix: round completion percentage calculation in ActiveProjectItem
* added empty states in project insights
* Added loader and empty state in created/resolved chart
* added loaders
* added icons in filters
* added custom colors in customised charts
* cleaned up some code
* added some responsiveness
* updated translations
* updated serrchbar for the table
* added work item modal in project analytics
* fixed some of the layput issues in the peek view
* chore: updated the base function for viewsets
* synced tab to url
* code cleanup
* chore: updated the export logic
* fixed project_ids filter
* added icon in projectdropdown
* updated export button position
* export csv and emptystates icons
* refactor
* code refactor
* updated loaders, moved color pallete to contants, added nullish collasece operator in neccessary places
* removed uneccessary cn
* fixed formatting issues
* fixed empty project_ids in payload
* improved null checks
* optimized charts
* modified relevant variables to observable.ref
* fixed the duration type
* optimized some code
* updated query key in project-insight
* updated query key in project-insight
* updated formatting
* chore: replaced analytics route with new one and done some optimizations
* removed the old analytics
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
2025-05-12 20:50:33 +05:30
|
|
|
"export-to-csv": "^1.4.0",
|
2024-06-11 02:23:19 +05:30
|
|
|
"isomorphic-dompurify": "^2.12.0",
|
2023-11-23 14:47:04 +05:30
|
|
|
"lodash": "^4.17.21",
|
2025-02-07 01:00:40 +05:30
|
|
|
"lucide-react": "^0.469.0",
|
2023-08-19 18:58:54 +05:30
|
|
|
"mobx": "^6.10.0",
|
2024-06-20 14:08:52 +05:30
|
|
|
"mobx-react": "^9.1.1",
|
2024-01-22 17:07:32 +05:30
|
|
|
"mobx-utils": "^6.0.8",
|
2025-06-16 17:02:04 +05:30
|
|
|
"next": "14.2.30",
|
2023-04-20 13:41:24 +05:30
|
|
|
"next-themes": "^0.2.1",
|
2024-05-08 19:27:48 +05:30
|
|
|
"posthog-js": "^1.131.3",
|
2024-05-08 23:01:20 +05:30
|
|
|
"react": "^18.3.1",
|
2022-11-30 02:21:17 +05:30
|
|
|
"react-color": "^2.19.3",
|
2025-02-21 17:14:28 +05:30
|
|
|
"react-day-picker": "9.5.0",
|
2024-05-08 23:01:20 +05:30
|
|
|
"react-dom": "^18.3.1",
|
2022-11-30 02:21:17 +05:30
|
|
|
"react-dropzone": "^14.2.3",
|
2024-07-15 16:47:40 +05:30
|
|
|
"react-hook-form": "7.51.5",
|
2023-04-25 16:54:12 +05:30
|
|
|
"react-markdown": "^8.0.7",
|
2024-12-31 16:15:40 +05:30
|
|
|
"react-masonry-component": "^6.3.0",
|
2024-10-08 16:54:02 +05:30
|
|
|
"react-pdf-html": "^2.1.2",
|
2023-10-11 12:05:53 +05:30
|
|
|
"react-popper": "^2.3.0",
|
2024-10-24 15:35:02 +05:30
|
|
|
"recharts": "^2.12.7",
|
2025-08-19 07:36:42 -07:00
|
|
|
"sharp": "^0.33.5",
|
2024-05-03 15:12:06 +05:30
|
|
|
"smooth-scroll-into-view-if-needed": "^2.0.2",
|
2023-05-30 09:44:35 -04:00
|
|
|
"swr": "^2.1.3",
|
2023-11-23 17:21:47 +05:30
|
|
|
"tailwind-merge": "^2.0.0",
|
2024-06-14 17:37:05 +05:30
|
|
|
"use-font-face-observer": "^1.2.2",
|
2025-07-25 16:56:46 +05:30
|
|
|
"uuid": "^9.0.0"
|
2022-11-30 02:21:17 +05:30
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-08-19 07:36:42 -07:00
|
|
|
"@plane/eslint-config": "workspace:*",
|
|
|
|
|
"@plane/tailwind-config": "workspace:*",
|
|
|
|
|
"@plane/typescript-config": "workspace:*",
|
|
|
|
|
"@types/lodash": "^4.17.6",
|
2024-06-10 12:16:23 +05:30
|
|
|
"@types/node": "18.16.1",
|
2024-10-22 14:03:34 +05:30
|
|
|
"@types/react": "^18.3.11",
|
2023-12-07 14:43:33 +05:30
|
|
|
"@types/react-color": "^3.0.6",
|
2024-06-10 12:16:23 +05:30
|
|
|
"@types/react-dom": "^18.2.18",
|
2022-12-01 03:09:33 +05:30
|
|
|
"@types/uuid": "^8.3.4",
|
2024-04-17 18:20:02 +05:30
|
|
|
"prettier": "^3.2.5",
|
2025-06-12 13:10:27 -07:00
|
|
|
"typescript": "5.8.3"
|
2022-11-30 02:21:17 +05:30
|
|
|
}
|
2025-08-18 08:57:16 -07:00
|
|
|
}
|