-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 4 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "voter-ai-chat",
"version": "0.4.0",
"author": "Horace Reid III",
"private": false,
"scripts": {
"dev": "next dev",
"dev-turbo": "next dev --turbo",
"build": "tsx lib/db/migrate && next build",
"start": "next start",
"lint": "next lint && biome lint --write --unsafe",
"lint:fix": "next lint --fix && biome lint --write --unsafe",
"format": "biome format --write",
"db:generate": "drizzle-kit generate",
"db:migrate": "npx tsx lib/db/migrate.ts",
"db:studio": "drizzle-kit studio",
"db:push": "drizzle-kit push",
"db:pull": "drizzle-kit pull",
"db:check": "drizzle-kit check",
"db:up": "drizzle-kit up",
"voterdata:import": "cross-env NODE_OPTIONS=\"--max-old-space-size=12288\" tsx lib/voter/import/parse-csv.ts",
"voterdata:create-embeddings": "cross-env NODE_OPTIONS=\"--max-old-space-size=12288\" tsx lib/voter/batch/create-embeddings.ts",
"bills:import": "cross-env NODE_OPTIONS=\"--max-old-space-size=12288\" tsx lib/bills/index.ts",
"bills:debug": "cross-env NODE_OPTIONS=\"--max-old-space-size=12288\" tsx --inspect-brk lib/bills/index.ts"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.0.5",
"@ai-sdk/openai": "1.0.5",
"@huggingface/inference": "^2.6.4",
"@huggingface/transformers": "^3.1.2",
"@langchain/community": "^0.3.18",
"@langchain/core": "^0.3.23",
"@langchain/openai": "^0.3.14",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-tooltip": "^1.1.4",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@vercel/analytics": "^1.4.1",
"@vercel/blob": "^0.24.1",
"@vercel/postgres": "^0.10.0",
"@xenova/transformers": "^2.17.2",
"ai": "4.0.11",
"bcrypt-ts": "^5.0.3",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"csv-reader": "^1.0.12",
"date-fns": "^4.1.0",
"diff-match-patch": "^1.0.5",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.34.1",
"framer-motion": "^11.13.5",
"geist": "^1.3.1",
"js-tiktoken": "^1.0.15",
"langchain": "^0.3.7",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"lodash.throttle": "^4.1.1",
"lucide-react": "^0.446.0",
"moment": "^2.30.1",
"nanoid": "^5.0.9",
"next": "15.0.3",
"next-auth": "5.0.0-beta.25",
"next-themes": "^0.3.0",
"onnxruntime-node": "^1.20.1",
"openai": "^4.76.1",
"orderedmap": "^2.1.1",
"pg": "^8.11.3",
"postgres": "^3.4.5",
"react": "19.0.0-rc-7670501b-20241124",
"react-dom": "19.0.0-rc-7670501b-20241124",
"react-ga4": "^2.1.0",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"sonner": "^1.7.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/typography": "^0.5.15",
"@types/d3-scale": "^4.0.8",
"@types/lodash.get": "^4.4.9",
"@types/lodash.set": "^4.3.9",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^22.10.2",
"@types/pdf-parse": "^1.1.4",
"@types/pg": "^8.10.3",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"cross-env": "^7.0.3",
"drizzle-kit": "^0.25.0",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"postcss": "^8.4.49",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.4.16",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"engines": {
"node": "22.12.0",
"pnpm": ">=8.0.0"
}
}