aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/package.json
blob: 02c57718c3f75818668aada2ca7f1d66cd7ad93c (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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "@karakeep/web",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "next dev",
    "clean": "git clean -xdf .next .turbo node_modules",
    "build": "next build --experimental-build-mode compile",
    "start": "next start",
    "lint": "oxlint .",
    "lint:fix": "oxlint . --fix",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "format": "prettier --cache --check . --ignore-path ../../.gitignore",
    "format:fix": "prettier --cache --write . --ignore-path ../../.gitignore"
  },
  "dependencies": {
    "@auth/drizzle-adapter": "~1.5.0",
    "@emoji-mart/data": "^1.1.2",
    "@emoji-mart/react": "^1.1.1",
    "@hookform/resolvers": "^3.3.4",
    "@karakeep/api": "workspace:^0.1.0",
    "@karakeep/db": "workspace:^0.1.0",
    "@karakeep/shared": "workspace:^0.1.0",
    "@karakeep/shared-react": "workspace:^0.1.0",
    "@karakeep/shared-server": "workspace:^0.1.0",
    "@karakeep/trpc": "workspace:^0.1.0",
    "@lexical/list": "^0.20.2",
    "@lexical/markdown": "^0.20.2",
    "@lexical/plain-text": "^0.20.2",
    "@lexical/react": "^0.20.2",
    "@lexical/rich-text": "^0.20.2",
    "@radix-ui/react-collapsible": "^1.1.11",
    "@radix-ui/react-dialog": "^1.1.14",
    "@radix-ui/react-dropdown-menu": "^2.1.15",
    "@radix-ui/react-label": "^2.1.7",
    "@radix-ui/react-popover": "^1.1.14",
    "@radix-ui/react-progress": "^1.1.7",
    "@radix-ui/react-scroll-area": "^1.2.9",
    "@radix-ui/react-select": "^2.2.5",
    "@radix-ui/react-separator": "^1.1.7",
    "@radix-ui/react-slider": "^1.3.5",
    "@radix-ui/react-slot": "^1.2.3",
    "@radix-ui/react-switch": "^1.2.5",
    "@radix-ui/react-tabs": "^1.1.12",
    "@radix-ui/react-toast": "^1.2.14",
    "@radix-ui/react-toggle": "^1.1.9",
    "@radix-ui/react-tooltip": "^1.2.7",
    "@radix-ui/react-visually-hidden": "^1.2.3",
    "@svgr/webpack": "^8.1.0",
    "@tanstack/react-query": "5.90.2",
    "@tanstack/react-query-devtools": "5.90.2",
    "@trpc/client": "^11.4.3",
    "@trpc/react-query": "^11.4.3",
    "@trpc/server": "^11.4.3",
    "cheerio": "^1.0.0",
    "class-variance-authority": "^0.7.0",
    "clsx": "^2.1.0",
    "cmdk": "^1.1.1",
    "csv-parse": "^5.5.6",
    "date-fns": "^3.6.0",
    "dayjs": "^1.11.10",
    "drizzle-orm": "^0.44.2",
    "fastest-levenshtein": "^1.0.16",
    "i18next": "^23.16.5",
    "i18next-resources-to-backend": "^1.2.1",
    "lexical": "^0.20.2",
    "lucide-react": "^0.501.0",
    "next": "15.3.3",
    "next-auth": "^4.24.11",
    "next-i18next": "^15.3.1",
    "next-pwa": "^5.6.0",
    "next-themes": "^0.4.0",
    "nuqs": "^2.4.3",
    "prettier": "^3.4.2",
    "react": "^19.1.0",
    "react-day-picker": "^9.7.0",
    "react-dom": "^19.1.0",
    "react-draggable": "^4.5.0",
    "react-dropzone": "^14.2.3",
    "react-error-boundary": "^5.0.0",
    "react-hook-form": "^7.57.0",
    "react-i18next": "^15.1.1",
    "react-intersection-observer": "^9.13.1",
    "react-markdown": "^9.0.1",
    "react-masonry-css": "^1.0.16",
    "react-select": "^5.10.1",
    "react-syntax-highlighter": "^15.5.0",
    "react-tweet": "^3.2.2",
    "remark-breaks": "^4.0.0",
    "remark-gfm": "^4.0.0",
    "request-ip": "^3.3.0",
    "sharp": "^0.33.3",
    "superjson": "^2.2.1",
    "tailwind-merge": "^2.2.1",
    "zod": "^3.24.2",
    "zustand": "^5.0.5"
  },
  "devDependencies": {
    "@karakeep/prettier-config": "workspace:^0.1.0",
    "@karakeep/tailwind-config": "workspace:^0.1.0",
    "@karakeep/tsconfig": "workspace:^0.1.0",
    "@types/csv-parse": "^1.2.5",
    "@types/emoji-mart": "^3.0.14",
    "@types/react": "^19.1.6",
    "@types/react-dom": "^19.1.6",
    "@types/react-syntax-highlighter": "^15.5.13",
    "@types/request-ip": "^0.0.41",
    "autoprefixer": "^10.4.17",
    "postcss": "^8.4.35",
    "tailwindcss": "^3.4.1",
    "vite-tsconfig-paths": "^4.3.1",
    "vitest": "^3.2.4"
  },
  "prettier": "@karakeep/prettier-config"
}