Files
plane/apps/web/package.json

92 lines
3.0 KiB
JSON
Raw Permalink Normal View History

2022-11-30 02:21:17 +05:30
{
"name": "web",
2026-04-20 17:20:12 +05:30
"version": "1.3.1",
2022-11-30 02:21:17 +05:30
"private": true,
2025-03-04 20:20:38 +05:30
"license": "AGPL-3.0",
"type": "module",
2022-11-30 02:21:17 +05:30
"scripts": {
"dev": "react-router dev --port 3000",
"build": "react-router build",
"preview": "react-router build && serve -s build/client -l 3000",
"start": "serve -s build/client -l 3000",
"clean": "rm -rf .turbo && rm -rf .next && rm -rf .react-router && rm -rf node_modules && rm -rf dist && rm -rf build",
"check:lint": "oxlint --max-warnings=11957 .",
"check:types": "react-router typegen && tsc --noEmit",
"check:format": "oxfmt --check .",
"fix:lint": "oxlint --fix .",
"fix:format": "oxfmt ."
2022-11-30 02:21:17 +05:30
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "catalog:",
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "catalog:",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "catalog:",
"@bprogress/core": "catalog:",
"@fontsource-variable/inter": "catalog:",
"@fontsource/ibm-plex-mono": "catalog:",
"@fontsource/material-symbols-rounded": "catalog:",
"@headlessui/react": "catalog:",
"@plane/constants": "workspace:*",
"@plane/editor": "workspace:*",
"@plane/hooks": "workspace:*",
"@plane/i18n": "workspace:*",
"@plane/propel": "workspace:*",
"@plane/services": "workspace:*",
"@plane/shared-state": "workspace:*",
"@plane/types": "workspace:*",
"@plane/ui": "workspace:*",
"@plane/utils": "workspace:*",
"@popperjs/core": "catalog:",
"@react-pdf/renderer": "catalog:",
"@react-router/node": "catalog:",
"@tanstack/react-table": "catalog:",
"axios": "catalog:",
"clsx": "catalog:",
"cmdk": "catalog:",
"comlink": "catalog:",
"date-fns": "catalog:",
"emoji-picker-react": "catalog:",
"export-to-csv": "catalog:",
"isbot": "catalog:",
"lodash-es": "catalog:",
"lucide-react": "catalog:",
"mobx": "catalog:",
"mobx-react": "catalog:",
"mobx-utils": "catalog:",
"next-themes": "catalog:",
"react": "catalog:",
"react-color": "catalog:",
"react-dom": "catalog:",
"react-dropzone": "catalog:",
"react-fast-compare": "catalog:",
"react-hook-form": "catalog:",
"react-is": "catalog:",
"react-markdown": "catalog:",
"react-masonry-component": "catalog:",
"react-pdf-html": "catalog:",
"react-popper": "catalog:",
"react-router": "catalog:",
"recharts": "catalog:",
"serve": "catalog:",
"smooth-scroll-into-view-if-needed": "catalog:",
"swr": "catalog:",
"use-font-face-observer": "catalog:",
"uuid": "catalog:"
2022-11-30 02:21:17 +05:30
},
"devDependencies": {
"@plane/tailwind-config": "workspace:*",
"@plane/typescript-config": "workspace:*",
"@react-router/dev": "catalog:",
"@tailwindcss/postcss": "catalog:",
"@tailwindcss/typography": "catalog:",
"@types/lodash-es": "catalog:",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-color": "catalog:",
"@types/react-dom": "catalog:",
"dotenv": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"vite-tsconfig-paths": "catalog:"
2022-11-30 02:21:17 +05:30
}
}