๐Ÿ“ฆ makeplane / plane

๐Ÿ“„ package.json ยท 66 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66{
  "name": "admin",
  "description": "Admin UI for Plane",
  "version": "1.2.0",
  "license": "AGPL-3.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "react-router dev --port 3001",
    "build": "react-router build",
    "preview": "react-router build && serve -s build/client -l 3001",
    "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 . --cache --cache-location node_modules/.cache/eslint/ --max-warnings=485",
    "check:types": "react-router typegen && tsc --noEmit",
    "check:format": "prettier . --cache --check",
    "fix:lint": "eslint . --cache --cache-location node_modules/.cache/eslint/ --fix --max-warnings=485",
    "fix:format": "prettier . --cache --write"
  },
  "dependencies": {
    "@bprogress/core": "catalog:",
    "@fontsource-variable/inter": "5.2.8",
    "@fontsource/ibm-plex-mono": "5.2.7",
    "@fontsource/material-symbols-rounded": "5.2.30",
    "@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/node": "catalog:",
    "@sentry/react-router": "catalog:",
    "@tanstack/react-virtual": "^3.13.12",
    "@tanstack/virtual-core": "^3.13.12",
    "axios": "catalog:",
    "isbot": "^5.1.31",
    "lodash-es": "catalog:",
    "lucide-react": "catalog:",
    "mobx": "catalog:",
    "mobx-react": "catalog:",
    "next-themes": "0.4.6",
    "react": "catalog:",
    "react-dom": "catalog:",
    "react-hook-form": "7.51.5",
    "react-router": "catalog:",
    "serve": "14.2.5",
    "swr": "catalog:",
    "uuid": "catalog:"
  },
  "devDependencies": {
    "@dotenvx/dotenvx": "catalog:",
    "@plane/tailwind-config": "workspace:*",
    "@plane/typescript-config": "workspace:*",
    "@react-router/dev": "catalog:",
    "@types/lodash-es": "catalog:",
    "@types/node": "catalog:",
    "@types/react": "catalog:",
    "@types/react-dom": "catalog:",
    "typescript": "catalog:",
    "vite": "catalog:",
    "vite-tsconfig-paths": "^5.1.4"
  }
}