-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.27 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.27 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
75
76
77
78
{
"name": "oshomo.oforomeh",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"prettier:test": "prettier --check .",
"prettier:fix": "prettier --write .",
"format-prettier": "yarn prettier:fix",
"fetch-rates": "tsx app/expense-wise-web/scripts/fetch-exchange-rates.ts",
"prebuild": "tsx app/expense-wise-web/scripts/fetch-exchange-rates.ts"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.76",
"@ai-sdk/google": "^3.0.70",
"@ai-sdk/groq": "^3.0.39",
"@ai-sdk/mistral": "^3.0.36",
"@ai-sdk/openai": "^3.0.63",
"@ai-sdk/react": "^3.0.178",
"@json-render/core": "^0.6.1",
"@json-render/react": "^0.6.1",
"@orama/orama": "^3.1.18",
"@orama/plugin-data-persistence": "^3.1.18",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"ai": "^6.0.176",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.4.2",
"embla-carousel-react": "^8.6.0",
"idb": "^8.0.3",
"lucide-react": "^1.14.0",
"next": "16.2.6",
"next-themes": "^0.4.6",
"ollama-ai-provider": "^1.2.0",
"parse-decimal-number": "^1.0.0",
"radix-ui": "^1.4.3",
"react": "19.2.6",
"react-day-picker": "^9.14.0",
"react-dom": "19.2.6",
"react-dropzone": "^15.0.0",
"react-markdown": "^10.1.0",
"recharts": "2.15.4",
"schema-dts": "^2.0.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@faker-js/faker": "^10.4.0",
"@tailwindcss/postcss": "^4.2.4",
"@types/node": "^25.6.2",
"@types/parse-decimal-number": "^1.0.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"eslint": "^10.3.0",
"eslint-config-next": "16.2.6",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.3",
"tailwindcss": "^4.2.4",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3"
},
"packageManager": "yarn@4.12.0",
"resolutions": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}