-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.45 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
{
"name": "paul-graham-gpt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"scrape": "tsx scripts/scrape.ts",
"embed": "tsx scripts/embed.ts",
"json": "tsx scripts/csv-to-json.ts"
},
"dependencies": {
"@next/font": "^13.2.3",
"@radix-ui/react-aspect-ratio": "^1.0.2",
"@tabler/icons-react": "^2.4.0",
"@tanstack/react-query": "^4.29.19",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^1.0.1",
"ai": "^2.2.12",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"endent": "^2.1.0",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"eventsource-parser": "^0.1.0",
"lucide-react": "^0.190.0",
"next": "13.1.6",
"openai-edge": "^1.1.0",
"papaparse": "^5.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"replicate": "^0.11.1",
"swiper": "^9.2.4",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5",
"typescript": "4.9.5"
},
"devDependencies": {
"@next/env": "^13.2.3",
"@supabase/supabase-js": "^2.8.0",
"@types/papaparse": "^5.3.7",
"autoprefixer": "^10.4.13",
"axios": "^1.3.4",
"cheerio": "^1.0.0-rc.12",
"gpt-3-encoder": "^1.1.4",
"openai": "^4.7.1",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.2",
"tsx": "^3.12.3"
}
}