-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.63 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.63 KB
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
{
"name": "firecrawl-observer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm-run-all --parallel dev:frontend dev:backend",
"dev:frontend": "next dev --turbopack",
"dev:backend": "convex dev",
"build": "next build && convex deploy",
"start": "next start",
"lint": "next lint",
"convex:dev": "convex dev",
"convex:deploy": "convex deploy",
"convex:logs": "convex logs"
},
"dependencies": {
"@auth/core": "^0.37.4",
"@convex-dev/auth": "^0.0.87",
"@convex-dev/resend": "^0.1.3",
"@mendable/firecrawl-js": "^1.29.1",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@tiptap/extension-placeholder": "^3.0.7",
"@tiptap/react": "^3.0.7",
"@tiptap/starter-kit": "^3.0.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.25.2",
"jose": "^5.2.0",
"lucide-react": "^0.525.0",
"next": "15.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.4.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5"
},
"description": "A comprehensive style guide and design system for Firecrawl projects built with Next.js.",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"type": "module"
}