-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.69 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.69 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "trade-tracker",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "eslint .",
"start": "next start",
"test": "vitest run",
"test:e2e": "playwright test",
"test:e2e:setup": "playwright test --project=setup",
"test:e2e:smoke": "playwright test --project=chromium-public-smoke --project=chromium-smoke",
"test:e2e:ui": "playwright test --ui",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"vercel-build": "convex deploy --cmd-url-env-var-name NEXT_PUBLIC_CONVEX_URL --cmd 'pnpm build' --preview-run 'e2eSeed:setupPreviewData'"
},
"dependencies": {
"@clerk/nextjs": "6.38.2",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-radio-group": "1.3.8",
"@radix-ui/react-slot": "1.2.4",
"@t3-oss/env-nextjs": "0.13.10",
"@tanstack/react-form": "1.28.3",
"@tiptap/core": "^3.20.0",
"@tiptap/extension-image": "^3.20.0",
"@tiptap/extension-link": "^3.20.0",
"@tiptap/extension-placeholder": "^3.20.0",
"@tiptap/extension-table": "^3.20.0",
"@tiptap/extension-table-cell": "^3.20.0",
"@tiptap/extension-table-header": "^3.20.0",
"@tiptap/extension-table-row": "^3.20.0",
"@tiptap/markdown": "^3.20.0",
"@tiptap/pm": "^3.20.0",
"@tiptap/react": "^3.20.0",
"@tiptap/starter-kit": "^3.20.0",
"@types/papaparse": "^5.5.2",
"ai": "^6.0.134",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "^1.1.1",
"convex": "1.34.1",
"geist": "1.7.0",
"lucide-react": "0.575.0",
"next": "16.1.6",
"papaparse": "^5.5.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwind-merge": "3.5.0",
"tw-animate-css": "1.4.0",
"zod": "4.3.6"
},
"devDependencies": {
"@clerk/testing": "^2.0.4",
"@edge-runtime/vm": "^5.0.0",
"@eslint/eslintrc": "3.3.4",
"@eslint/js": "9.35.0",
"@playwright/test": "1.58.2",
"@tailwindcss/postcss": "4.2.1",
"@types/node": "24.4.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"convex-test": "^0.0.41",
"eslint": "9.35.0",
"eslint-config-next": "16.1.6",
"eslint-config-prettier": "10.1.8",
"playwright": "1.58.2",
"postcss": "8.5.6",
"prettier": "3.8.1",
"prettier-plugin-packagejson": "2.5.19",
"prettier-plugin-tailwindcss": "0.7.2",
"tailwindcss": "4.2.1",
"typescript": "5.9.3",
"vitest": "^4.0.18"
},
"packageManager": "pnpm@10.16.1+sha512.0e155aa2629db8672b49e8475da6226aa4bdea85fdcdfdc15350874946d4f3c91faaf64cbdc4a5d1ab8002f473d5c3fcedcd197989cf0390f9badd3c04678706"
}