-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.66 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
{
"name": "cure-ai",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"deploy": "yarn build && npx thirdweb@latest upload dist",
"db:push": "drizzle-kit push",
"db:studio": "npx drizzle-kit studio"
},
"dependencies": {
"@babel/preset-react": "^7.25.9",
"@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",
"buffer": "^6.0.3",
"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.3.1",
"react-dom": "^18.3.1",
"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"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.23.0",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.14",
"vite": "^5.4.10"
}
}