-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
76 lines (76 loc) · 2.2 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
{
"name": "saasrock-kb",
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "remix dev",
"typecheck": "tsc"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.17",
"@monaco-editor/react": "^4.5.1",
"@prisma/client": "4.12.0",
"@remix-run/node": "1.14.3",
"@remix-run/react": "1.14.3",
"@remix-run/vercel": "1.14.3",
"@supabase/supabase-js": "^2.12.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tiptap/core": "^2.0.3",
"@tiptap/extension-color": "^2.0.3",
"@tiptap/extension-horizontal-rule": "^2.0.3",
"@tiptap/extension-image": "^2.0.3",
"@tiptap/extension-link": "^2.0.0-beta.220",
"@tiptap/extension-placeholder": "2.0.3",
"@tiptap/extension-text-style": "^2.0.3",
"@tiptap/extension-underline": "^2.0.3",
"@tiptap/pm": "^2.0.0-beta.220",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.0-beta.220",
"@tiptap/suggestion": "^2.0.3",
"@vercel/node": "^2.6.2",
"@vercel/remix": "1.14.3-patch.1",
"clsx": "^1.2.1",
"eventsource-parser": "^1.0.0",
"framer-motion": "^10.10.0",
"generate": "^0.14.0",
"isbot": "latest",
"knex": "^2.4.2",
"lucide-react": "^0.256.0",
"marked": "^4.0.14",
"moment": "^2.29.4",
"npx": "^10.2.2",
"numeral": "^2.0.6",
"openai": "^3.2.1",
"pg": "^8.10.0",
"pg-hstore": "^2.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"remix-typedjson": "^0.1.7",
"spin-delay": "^1.1.0",
"sqlite3": "^5.1.6",
"swr": "^2.2.0",
"tippy.js": "^6.3.7",
"use-debounce": "^9.0.3"
},
"devDependencies": {
"@remix-run/dev": "1.14.3",
"@remix-run/eslint-config": "1.14.3",
"@remix-run/serve": "1.14.3",
"@tailwindcss/typography": "^0.5.9",
"@types/marked": "^4.0.3",
"@types/numeral": "^2.0.2",
"@types/pg": "^8.6.6",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.8",
"eslint": "^8.27.0",
"prisma": "^4.12.0",
"tailwindcss": "^3.2.7",
"tailwindcss-animate": "^1.0.6",
"typescript": "^4.8.4"
}
}