-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.21 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.21 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
{
"name": "template-nextjs",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"format": "prettier --write .",
"start": "next start",
"lint": "eslint . --fix",
"typecheck": "tsc --noEmit",
"test": "vitest",
"test:unit": "vitest --exclude '**/*.eval.ts'",
"test:eval": "vitest --exclude '**/*.test.ts'"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.1",
"@ai-sdk/react": "^3.0.3",
"@chakra-ui/react": "^3.3.2",
"@chroma-core/default-embed": "^0.1.9",
"@emotion/react": "^11.14.0",
"@neondatabase/serverless": "^1.0.1",
"ai": "^6.0.3",
"chromadb": "^3.3.1",
"chromadb-default-embed": "^2.14.0",
"class-variance-authority": "^0.7.1",
"client-only": "^0.0.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.1",
"geist": "^1.4.2",
"lucide-react": "^0.540.0",
"next": "^16.1.6",
"next-themes": "^0.4.4",
"nuqs": "^2.8.3",
"pg": "^8.16.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"server-only": "^0.0.1",
"tailwind-merge": "^3.3.1",
"uuid": "^11.1.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/typography": "^0.5.19",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^24.3.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.0.2",
"@vitest/ui": "^3.2.4",
"eslint": "^9.39.1",
"eslint-config-next": "^16.1.1",
"eslint-plugin-no-relative-import-paths": "^1.6.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-unused-imports": "^4.3.0",
"jsdom": "^28.1.0",
"prettier": "^3.6.2",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.7",
"typescript": "^5.9.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
},
"overrides": {
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}