mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
59fdd611e4
* Move code from EE to CE repo * chore: folder structure updates * Move sortabla and radio input to packages/ui * chore: updated empty and loading screens * chore: delete an estimate point * chore: estimate point response change * chore: updated create estimate and handled the build error * chore: migration fixes * chore: updated create estimate * chore: create estimate workflow update * chore: editing and deleting the existing estimate updates * chore: updating the new estinates in update modal * chore: ui changed * chore: response changes of get and post * chore: new field added in estimates * chore: individual endpoint for estimate points * chore: typo changes * chore: create estimate point * chore: integrated new endpoints * chore: update key value pair * chore: update sorting in the estimates * Add custom option in the estimate templates * chore: handled current project active estimate * chore: handle estimate update worklfow * chore: handled estimates switch * chore: handled estimate edit * chore: handled close button in estimate edit * chore: updated ceate estimare workflow * chore: updated switch estimate * chore: UI and typos * chore: resolved build error * chore: updated delete dropdown and handled the repeated values while creating and updating the estimate point * chore: handled inline errors in the estimate switch * chore: handled active and availability vadilation * chore: handled create and update components in projecr estimates * chore: added migration * Add category specific values for custom template * chore: estimate dropdown handled in issues * chore: estimate alerts * chore: updated alerts * Extract the list row actions * fix: updated and handled the estimate points * fix: upgrader ee banner * Fix issues with sortable * Fix sortable spacing issue in create estimate modal * fix: updated the issue create sorting * chore: removed radio button from ui and updated in the estimates * chore: resolved import error in packaged ui * chore: handled props in create modal * chore: removed ee files * chore: changed default analytics * chore: removed the migration file * chore: estimate point value in graph * chore: estimate point key change * chore: squashed migration (#4634) * chore: squashed migration * chore: removed instance migraion * chore: key changes * chore: issue activity back migration * dev: replaced estimate key with estimate id and replaced estimate type from number to string in issue * chore: estimate point value field * chore: estimate point activity * chore: removed the unused function * chore: resolved merge conflicts * chore: deploy board keys changed * chore: yarn lock file change * chore: resolved frontend build --------- Co-authored-by: guru_sainath <gurusainath007@gmail.com> * [WEB-1516] refactor: space app routing and layouts (#4705) * dev: change layout * chore: replace workspace slug and project id with anchor * chore: migration fixes * chore: update filtering logic * chore: endpoint changes * chore: update endpoint * chore: changed url pratterns * chore: use client side for layout and page * chore: issue vote changes * chore: project deploy board response change * refactor: publish project store and components * fix: update layout options after fetching settings * chore: remove unnecessary types * style: peek overview * refactor: components folder structure * fix: redirect from old path * chore: make the whole issue block clickable * chore: removed the migration file * chore: add server side redirection for old routes * chore: is enabled key change * chore: update types * chore: removed the migration file --------- Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> * Merge develop into revamp-estimates-ce * chore: removed migration file and updated the estimate system order and removed ee banner * chore: initial radio select in create estimate * chore: space key changes * Fix sortable component as the sort order was broken. * [WEB-1516] refactor: publish project modal and types (#4716) * refacotr: project publish * chore: rename service names * chore: is_deployed changed to anchor * chore: update is_deployed key --------- Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> * [WEB-412] chore: estimates analytics (#4730) * chore: estimate points in modules and cycle * chore: burn down chart analytics * chore: module serializer change * dev: handled y-axis estimates in analytics, implemented estimate points on modules * chore: burn down analytics * chore: state estimate point analytics * chore: updated the burn down values * Remove check mark from estimate point edit field in create estimate flow --------- Co-authored-by: guru_sainath <gurusainath007@gmail.com> Co-authored-by: Satish Gandham <satish.iitg@gmail.com> --------- Co-authored-by: Satish Gandham <satish.iitg@gmail.com> Co-authored-by: guru_sainath <gurusainath007@gmail.com> Co-authored-by: NarayanBavisetti <narayan3119@gmail.com> Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com> Co-authored-by: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Co-authored-by: pushya22 <130810100+pushya22@users.noreply.github.com>
86 lines
2.4 KiB
JSON
86 lines
2.4 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.21.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "turbo run develop",
|
|
"develop": "next dev --port 3000",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"export": "next export",
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@atlaskit/pragmatic-drag-and-drop": "^1.1.3",
|
|
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^1.3.0",
|
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
|
|
"@blueprintjs/popover2": "^1.13.3",
|
|
"@headlessui/react": "^1.7.3",
|
|
"@nivo/bar": "0.80.0",
|
|
"@nivo/calendar": "0.80.0",
|
|
"@nivo/core": "0.80.0",
|
|
"@nivo/legends": "0.80.0",
|
|
"@nivo/line": "0.80.0",
|
|
"@nivo/pie": "0.80.0",
|
|
"@nivo/scatterplot": "0.80.0",
|
|
"@plane/constants": "*",
|
|
"@plane/document-editor": "*",
|
|
"@plane/lite-text-editor": "*",
|
|
"@plane/rich-text-editor": "*",
|
|
"@plane/types": "*",
|
|
"@plane/ui": "*",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@sentry/nextjs": "^8",
|
|
"axios": "^1.1.3",
|
|
"clsx": "^2.0.0",
|
|
"cmdk": "^1.0.0",
|
|
"date-fns": "^2.30.0",
|
|
"dompurify": "^3.0.11",
|
|
"dotenv": "^16.0.3",
|
|
"js-cookie": "^3.0.1",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.378.0",
|
|
"mobx": "^6.10.0",
|
|
"mobx-react": "^9.1.0",
|
|
"mobx-utils": "^6.0.8",
|
|
"next": "^14.2.3",
|
|
"next-pwa": "^5.6.0",
|
|
"next-themes": "^0.2.1",
|
|
"nprogress": "^0.2.0",
|
|
"posthog-js": "^1.131.3",
|
|
"react": "^18.3.1",
|
|
"react-color": "^2.19.3",
|
|
"react-day-picker": "^8.10.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-hook-form": "^7.38.0",
|
|
"react-markdown": "^8.0.7",
|
|
"react-popper": "^2.3.0",
|
|
"sharp": "^0.32.1",
|
|
"smooth-scroll-into-view-if-needed": "^2.0.2",
|
|
"swr": "^2.1.3",
|
|
"tailwind-merge": "^2.0.0",
|
|
"use-debounce": "^9.0.4",
|
|
"uuid": "^9.0.0",
|
|
"zxcvbn": "^4.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/js-cookie": "^3.0.2",
|
|
"@types/lodash": "^4.14.202",
|
|
"@types/node": "18.16.1",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-color": "^3.0.6",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@types/uuid": "^8.3.4",
|
|
"@types/zxcvbn": "^4.4.4",
|
|
"eslint-config-custom": "*",
|
|
"prettier": "^3.2.5",
|
|
"tailwind-config-custom": "*",
|
|
"tsconfig": "*",
|
|
"typescript": "^5.4.2"
|
|
}
|
|
}
|