-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.51 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.51 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "cloudnest-landing",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@react-three/drei": "^10.4.4",
"@react-three/fiber": "^9.2.0",
"@react-three/postprocessing": "^3.0.4",
"@supabase/supabase-js": "^2.50.3",
"@types/gapi.auth2": "^0.0.61",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^5.1.0",
"framer-motion": "^12.23.0",
"gapi-script": "^1.2.0",
"groq-sdk": "^0.26.0",
"i18next": "^25.3.2",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"nodemailer": "^6.9.14",
"openai": "^5.8.3",
"react": "^19.1.0",
"react-circular-progressbar": "^2.2.0",
"react-dom": "^19.1.0",
"react-error-boundary": "^6.0.0",
"react-i18next": "^15.6.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.6.3",
"react-toastify": "^11.0.5",
"rehype-highlight": "^7.0.2",
"serverless-http": "^3.2.0",
"three": "^0.178.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.16",
"@types/gapi": "^0.0.47",
"@types/gapi.client": "^1.0.8",
"@types/gapi.client.drive": "^3.0.15",
"@types/google-one-tap": "^1.2.6",
"@types/react": "^19.1.8",
"@types/react-circular-progressbar": "^1.0.2",
"@types/react-dom": "^19.1.6",
"@types/react-toastify": "^4.0.2",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.6.0",
"@vitejs/plugin-react-swc": "^3.10.2",
"autoprefixer": "^10.4.21",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-tailwindcss": "^3.18.0",
"globals": "^16.3.0",
"postcss": "^8.5.6",
"postcss-attribute-case-insensitive": "^7.0.1",
"postcss-calc": "^10.1.1",
"postcss-color-function": "^1.2.0",
"postcss-color-rebeccapurple": "^10.0.0",
"postcss-css-variables": "^0.19.0",
"postcss-custom-media": "^11.0.6",
"postcss-custom-properties": "^14.0.6",
"postcss-custom-selectors": "^8.0.5",
"postcss-dir-pseudo-class": "^9.0.1",
"postcss-env-function": "^7.0.0",
"postcss-focus-within": "^9.0.1",
"postcss-font-variant": "^5.0.0",
"postcss-gap-properties": "^6.0.0",
"postcss-image-set-function": "^7.0.0",
"postcss-import": "^16.1.1",
"postcss-initial": "^4.0.1",
"postcss-lab-function": "^7.0.10",
"postcss-logical": "^8.1.0",
"postcss-logical-properties": "^0.0.4",
"postcss-media-minmax": "^5.0.0",
"postcss-nesting": "^13.0.2",
"postcss-preset-env": "^10.2.4",
"postcss-replace": "^2.0.1",
"postcss-selector-not": "^8.0.1",
"postcss-selector-parser": "^7.1.0",
"postcss-values-parser": "^6.0.2",
"prettier": "^3.6.2",
"tailwindcss": "^3.4.17",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.0.3",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^1.0.1",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4"
}
}