-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.06 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
{
"name": "fern-agent-score",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"test:watch": "vitest",
"generate-scores": "npx tsx scripts/generate-scores.ts"
},
"dependencies": {
"@chenglou/pretext": "^0.0.3",
"@fontsource/geist-mono": "^5.2.7",
"@fontsource/inter": "^5.2.8",
"@supabase/supabase-js": "^2.99.2",
"@vercel/functions": "^3.4.3",
"@vercel/speed-insights": "^2.0.0",
"afdocs": "^0.18.7",
"boneyard-js": "^1.6.2",
"cli-loaders": "^3.0.0",
"next": "^14.2.0",
"posthog-js": "^1.369.3",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.0.0",
"eslint-config-next": "^14.2.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0",
"vitest": "^2.1.9"
}
}