aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/package.json
blob: 7efb18308e805600da0fffe6774fe0852fb1e326 (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
119
120
121
122
123
124
{
  "$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": "next lint",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "format": "prettier --check . --ignore-path ../../.gitignore",
    "format:fix": "prettier --write . --ignore-path ../../.gitignore",
    "lint:fix": "next lint --fix"
  },
  "dependencies": {
    "@auth/drizzle-adapter": "^1.4.2",
    "@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/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.0.3",
    "@radix-ui/react-dialog": "^1.0.5",
    "@radix-ui/react-dropdown-menu": "^2.0.6",
    "@radix-ui/react-label": "^2.0.2",
    "@radix-ui/react-popover": "^1.0.7",
    "@radix-ui/react-progress": "^1.1.0",
    "@radix-ui/react-scroll-area": "^1.0.5",
    "@radix-ui/react-select": "^2.0.0",
    "@radix-ui/react-separator": "^1.0.3",
    "@radix-ui/react-slot": "^1.0.2",
    "@radix-ui/react-switch": "^1.1.2",
    "@radix-ui/react-tabs": "^1.0.4",
    "@radix-ui/react-toast": "^1.1.5",
    "@radix-ui/react-toggle": "^1.0.3",
    "@radix-ui/react-tooltip": "^1.0.7",
    "@svgr/webpack": "^8.1.0",
    "@tanstack/react-query": "^5.67.1",
    "@tanstack/react-query-devtools": "^5.67.1",
    "@trpc/client": "11.0.0",
    "@trpc/react-query": "11.0.0",
    "@trpc/server": "11.0.0",
    "better-sqlite3": "^11.3.0",
    "cheerio": "^1.0.0",
    "class-variance-authority": "^0.7.0",
    "clsx": "^2.1.0",
    "cmdk": "^1.0.0",
    "csv-parse": "^5.5.6",
    "date-fns": "^4.1.0",
    "dayjs": "^1.11.10",
    "drizzle-orm": "^0.38.3",
    "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": "14.2.25",
    "next-auth": "^4.24.5",
    "next-i18next": "^15.3.1",
    "next-pwa": "^5.6.0",
    "next-themes": "^0.3.0",
    "nuqs": "^2.4.3",
    "prettier": "^3.4.2",
    "react": "^18.3.1",
    "react-day-picker": "8.10.1",
    "react-dom": "^18.3.1",
    "react-draggable": "^4.4.6",
    "react-dropzone": "^14.2.3",
    "react-error-boundary": "^5.0.0",
    "react-hook-form": "^7.50.1",
    "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.8.0",
    "react-syntax-highlighter": "^15.5.0",
    "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": "^4.5.1"
  },
  "devDependencies": {
    "@karakeep/eslint-config": "workspace:^0.2.0",
    "@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": "^18.2.55",
    "@types/react-dom": "^18.2.19",
    "@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": "^1.6.1"
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@karakeep/eslint-config/base",
      "@karakeep/eslint-config/nextjs",
      "@karakeep/eslint-config/react"
    ]
  },
  "prettier": "@karakeep/prettier-config"
}