mirror of
https://github.com/makeplane/plane.git
synced 2025-12-15 19:37:51 +01:00
74 lines
2.4 KiB
JSON
74 lines
2.4 KiB
JSON
{
|
|
"name": "admin",
|
|
"description": "Admin UI for Plane",
|
|
"version": "1.1.0",
|
|
"license": "AGPL-3.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development PORT=3001 node server.mjs",
|
|
"build": "react-router build",
|
|
"preview": "react-router build && cross-env NODE_ENV=production PORT=3001 node server.mjs",
|
|
"start": "serve -s build/client -l 3001",
|
|
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist && rm -rf build",
|
|
"check:lint": "eslint . --max-warnings 19",
|
|
"check:types": "react-router typegen && 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}\""
|
|
},
|
|
"dependencies": {
|
|
"@bprogress/core": "catalog:",
|
|
"@headlessui/react": "^1.7.19",
|
|
"@plane/constants": "workspace:*",
|
|
"@plane/hooks": "workspace:*",
|
|
"@plane/propel": "workspace:*",
|
|
"@plane/services": "workspace:*",
|
|
"@plane/types": "workspace:*",
|
|
"@plane/ui": "workspace:*",
|
|
"@plane/utils": "workspace:*",
|
|
"@react-router/express": "^7.9.3",
|
|
"@react-router/node": "^7.9.3",
|
|
"@tanstack/react-virtual": "^3.13.12",
|
|
"@tanstack/virtual-core": "^3.13.12",
|
|
"@vercel/edge": "1.2.2",
|
|
"axios": "catalog:",
|
|
"compression": "^1.8.1",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^5.1.0",
|
|
"http-proxy-middleware": "^3.0.5",
|
|
"isbot": "^5.1.31",
|
|
"lodash-es": "catalog:",
|
|
"lucide-react": "catalog:",
|
|
"mobx": "catalog:",
|
|
"mobx-react": "catalog:",
|
|
"morgan": "^1.10.1",
|
|
"next-themes": "^0.2.1",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"react-hook-form": "7.51.5",
|
|
"react-router": "^7.9.1",
|
|
"react-router-dom": "^7.9.1",
|
|
"serve": "14.2.5",
|
|
"swr": "catalog:",
|
|
"uuid": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@plane/eslint-config": "workspace:*",
|
|
"@plane/tailwind-config": "workspace:*",
|
|
"@plane/typescript-config": "workspace:*",
|
|
"@react-router/dev": "^7.9.1",
|
|
"@types/compression": "^1.8.1",
|
|
"@types/express": "4.17.23",
|
|
"@types/lodash-es": "catalog:",
|
|
"@types/morgan": "^1.9.10",
|
|
"@types/node": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite": "7.1.7",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
}
|