aboutsummaryrefslogtreecommitdiffstats
path: root/ui/package.json
blob: 8595faf0e92bd42e136f838a4b8dd69409f533b9 (plain) (blame)
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
  "name": "ui",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "tauri": "tauri"
  },
  "dependencies": {
    "@blocknote/core": "^0.14.2",
    "@blocknote/mantine": "^0.14.2",
    "@blocknote/react": "^0.14.2",
    "@codemirror/autocomplete": "^6.16.3",
    "@codemirror/commands": "^6.6.0",
    "@codemirror/language": "^6.10.2",
    "@codemirror/lint": "^6.8.1",
    "@codemirror/search": "^6.5.6",
    "@codemirror/state": "^6.4.1",
    "@codemirror/view": "^6.28.2",
    "@headlessui/react": "^2.1.1",
    "@heroicons/react": "^2.1.4",
    "@nextui-org/react": "^2.4.2",
    "@radix-ui/react-dialog": "^1.1.1",
    "@radix-ui/react-dropdown-menu": "^2.0.6",
    "@radix-ui/react-slot": "^1.1.0",
    "@radix-ui/react-toast": "^1.2.1",
    "@tailwindcss/forms": "^0.5.7",
    "@tanstack/react-table": "^8.19.2",
    "@tanstack/react-virtual": "^3.8.1",
    "@tauri-apps/api": "2.0.0-beta.15",
    "@tauri-apps/plugin-http": "2.0.0-beta.5",
    "@tauri-apps/plugin-shell": "2.0.0-beta.6",
    "@tauri-apps/plugin-sql": "2.0.0-beta.5",
    "@uiw/codemirror-extensions-langs": "^4.22.2",
    "@uiw/react-codemirror": "^4.22.2",
    "@xterm/addon-fit": "^0.10.0",
    "@xterm/addon-webgl": "^0.18.0",
    "@xterm/xterm": "^5.5.0",
    "class-variance-authority": "^0.7.0",
    "clsx": "^2.1.1",
    "core": "link:@tauri-apps/api/core",
    "date-fns": "^3.6.0",
    "framer-motion": "^11.2.13",
    "highlight.js": "^11.9.0",
    "lucide-react": "^0.402.0",
    "luxon": "^3.4.4",
    "prism-react-renderer": "^2.3.1",
    "prismjs": "^1.29.0",
    "react": "^18.3.1",
    "react-activity-calendar": "^2.2.10",
    "react-dom": "^18.3.1",
    "react-spinners": "^0.14.1",
    "react-router-dom": "^6.24.1",
    "react-tooltip": "^5.27.0",
    "react-window": "^1.8.10",
    "react-window-infinite-loader": "^1.0.9",
    "recharts": "^2.12.7",
    "tailwind-merge": "^2.3.0",
    "tailwindcss-animate": "^1.0.7",
    "usehooks-ts": "^3.1.0",
    "vaul": "^0.9.1",
    "zustand": "^4.5.2"
  },
  "devDependencies": {
    "@iconify/react": "^5.0.1",
    "@tauri-apps/cli": "2.0.0-beta.20",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@vitejs/plugin-react": "^4.3.1",
    "autoprefixer": "^10.4.19",
    "postcss": "^8.4.38",
    "tailwindcss": "^3.4.4",
    "typescript": "^5.4.5",
    "vite": "^5.3.1",
    "vite-tsconfig-paths": "^4.3.2"
  }
}