-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.33 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
{
"main": "lib/index.js",
"scripts": {
"start": "next start",
"build": "npm run updateMetadata:typesense && next build",
"build:watch": "tsc --watch",
"dev": "next dev",
"lint": "next lint",
"start:typesense": "docker compose up",
"index:typesense": "npx tsx ./scripts/indexTypesense.ts",
"updateMetadata:typesense": "npx tsx ./scripts/updateCollectionMetadata.ts"
},
"name": "gar",
"version": "0.1.0",
"private": true,
"dependencies": {
"@genkit-ai/ai": "^0.5.10",
"@genkit-ai/core": "^0.5.10",
"@genkit-ai/dotprompt": "^0.5.10",
"@genkit-ai/flow": "^0.5.10",
"@genkit-ai/googleai": "^0.5.10",
"@radix-ui/react-toast": "^1.2.1",
"@tanstack/react-query": "^5.51.23",
"@tanstack/react-query-devtools": "^5.51.23",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"express": "^4.19.2",
"lucide-react": "^0.427.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-intersection-observer": "^9.13.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"typesense": "^2.0.0-5",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"dotenv": "^16.4.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.4"
}
}