-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.41 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
{
"name": "healthify",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "yarn build && npx thirdweb@latest upload dist",
"db:push": "drizzle-kit push",
"db:studio": "npx drizzle-kit studio"
},
"dependencies": {
"@dnd-kit/core": "6.0.8",
"@dnd-kit/sortable": "7.0.2",
"@google/generative-ai": "^0.16.0",
"@neondatabase/serverless": "^0.9.4",
"@privy-io/react-auth": "1.65.0",
"@tabler/icons-react": "^3.7.0",
"@thirdweb-dev/react": "^3",
"@thirdweb-dev/sdk": "^3",
"appwrite": "14.0.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.32.1",
"ethers": "^5.7.2",
"markdown-to-jsx": "^7.4.7",
"openai": "^4.52.0",
"preline": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.4.4",
"rehype-highlight": "^7.0.0",
"rehype-katex": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"tailwind-scrollbar": "^3.1.0",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@vitejs/plugin-react": "^2",
"autoprefixer": "^10.4.13",
"drizzle-kit": "^0.23.0",
"postcss": "^8.4.19",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.2.4",
"vite": "^3"
},
"main": "index.js",
"license": "MIT"
}