-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1012 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1012 Bytes
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
{
"name": "autoai-chatbot-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.10.4",
"@headlessui/react": "^2.2.7",
"@nhost/nhost-js": "^3.3.0",
"@nhost/react": "^3.11.1",
"@nhost/react-apollo": "^18.0.1",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"clsx": "^2.1.1",
"framer-motion": "^12.23.12",
"graphql": "^16.11.0",
"lucide-react": "^0.395.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-markdown": "^10.1.0",
"react-router-dom": "^6.23.1",
"react-syntax-highlighter": "^15.6.1",
"three": "^0.179.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"vite": "^7.1.2"
}
}