forked from noodle-run/noodle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.97 KB
/
package.json
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
{
"name": "noodle",
"description": "Noodle is an open-source platform that combines various productivity tools into one, such as note taking and task management, providing insightful automations to enhance student productivity.",
"version": "0.1.0",
"license": "AGPL-3.0",
"author": "NOODLE RUN LTD",
"private": true,
"scripts": {
"clean": "rimraf --glob .next node_modules bun.lockb",
"dev": "bun run db:migrate && bun run next dev",
"build": "bun run db:migrate && bun run next build",
"start": "next start",
"lint": "next lint --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"typecheck": "tsc --noEmit",
"db:generate": "drizzle-kit generate:sqlite",
"db:push": "drizzle-kit push:sqlite",
"db:studio": "drizzle-kit studio",
"db:migrate": "bun ./scripts/run-migrations.ts"
},
"dependencies": {
"@clerk/nextjs": "^4.27.7",
"@clerk/themes": "^1.7.9",
"@hookform/resolvers": "^3.3.2",
"@libsql/client": "^0.3.6",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.0.4",
"@nextui-org/react": "^2.2.9",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-scroll-area": "^1.0.5",
"@t3-oss/env-nextjs": "^0.7.1",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-next-experimental": "^5.0.0",
"@tanstack/react-virtual": "beta",
"@trpc/client": "^10.44.1",
"@trpc/next": "^10.44.1",
"@trpc/react-query": "^10.44.1",
"@trpc/server": "^10.44.1",
"@types/mdx": "^2.0.10",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@udecode/plate-autoformat": "^27.0.0",
"@udecode/plate-basic-marks": "^27.0.0",
"@udecode/plate-block-quote": "^27.0.0",
"@udecode/plate-break": "^27.0.0",
"@udecode/plate-code-block": "^27.0.0",
"@udecode/plate-common": "^27.0.0",
"@udecode/plate-heading": "^27.0.0",
"@udecode/plate-highlight": "^27.0.0",
"@udecode/plate-horizontal-rule": "^27.0.0",
"@udecode/plate-indent-list": "^27.0.0",
"@udecode/plate-link": "^27.0.0",
"@udecode/plate-list": "^27.0.0",
"@udecode/plate-media": "^27.0.0",
"@udecode/plate-node-id": "^27.0.0",
"@udecode/plate-normalizers": "^27.0.0",
"@udecode/plate-paragraph": "^27.0.0",
"@udecode/plate-reset-node": "^27.0.0",
"@udecode/plate-select": "^27.0.0",
"@udecode/plate-table": "^27.0.0",
"@udecode/plate-trailing-block": "^27.0.0",
"@upstash/ratelimit": "^1.0.0",
"@upstash/redis": "^1.25.1",
"@vercel/analytics": "^1.1.1",
"autoprefixer": "10.4.16",
"bufferutil": "^4.0.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"drizzle-orm": "^0.29.1",
"drizzle-zod": "^0.5.1",
"encoding": "^0.1.13",
"eslint": "8.55.0",
"eslint-config-next": "14.0.4",
"framer-motion": "^10.16.16",
"lucide-react": "^0.294.0",
"next": "14.0.4",
"next-themes": "^0.2.1",
"node-fetch": "^3.3.2",
"postcss": "8.4.32",
"react": "18.2.0",
"react-animate-height": "^3.2.3",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.11",
"react-hook-form": "^7.49.0",
"react-wrap-balancer": "^1.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "4.0.0",
"slate": "^0.101.1",
"slate-history": "^0.100.0",
"slate-hyperscript": "^0.100.0",
"slate-react": "^0.101.3",
"sonner": "^1.2.4",
"superjson": "^2.2.1",
"tailwind-merge": "^2.1.0",
"tailwindcss": "3.3.6",
"typescript": "5.3.3",
"use-resize-observer": "^9.1.0",
"usehooks-ts": "^2.9.1",
"utf-8-validate": "^6.0.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@savvywombat/tailwindcss-grid-areas": "^3.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/eslint": "^8.44.8",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"drizzle-kit": "^0.20.6",
"node-gyp": "^10.0.1",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"rimraf": "^5.0.5"
}
}