forked from krishaamer/ziran-generative-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.62 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
{
"name": "ziran-generative-ui",
"private": true,
"version": "0.5.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx}\" --cache"
},
"dependencies": {
"@fullstory/browser": "^2.0.5",
"@next/third-parties": "^15.0.0",
"@pinecone-database/pinecone": "^3.0.3",
"@polygon.io/client-js": "^7.3.2",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@upstash/ratelimit": "^2.0.3",
"@upstash/redis": "^1.34.3",
"@vercel/analytics": "^1.3.1",
"@vercel/kv": "^3.0.0",
"@vis.gl/react-google-maps": "^1.3.0",
"ai": "3.4.17",
"chart.js": "^4.4.5",
"chartjs-chart-financial": "^0.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"d3-scale": "^4.0.2",
"date-fns": "^4.1.0",
"dewy-ts": "^0.4.0",
"finnhub": "^1.2.18",
"geist": "^1.3.1",
"highcharts": "^11.4.8",
"highcharts-react-official": "^3.2.1",
"lottie-react": "^2.4.0",
"next": "15.0.0",
"next-auth": "5.0.0-beta.20",
"next-themes": "^0.3.0",
"openai": "^4.68.1",
"react": "19.0.0-rc-f38c22b244-20240704",
"react-dom": "19.0.0-rc-f38c22b244-20240704",
"react-financial-charts": "^2.0.1",
"react-hotjar": "^6.3.1",
"react-intersection-observer": "^9.13.1",
"react-markdown": "^9.0.1",
"react-swipeable": "^7.0.1",
"react-textarea-autosize": "^8.5.4",
"recharts": "2.13.0",
"remark-gfm": "^4.0.0",
"sass": "^1.80.3",
"server-only": "^0.0.1",
"swiper": "^11.1.14",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"zod": "3.23.8",
"zod-to-json-schema": "3.23.3"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/d3-scale": "^4.0.8",
"@types/google.maps": "^3.58.1",
"@types/node": "^22.7.8",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"eslint": "9.13.0",
"eslint-config-next": "15.0.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}