-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 947 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 947 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
40
41
{
"name": "meettask-ai",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:local": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "tsc --noEmit"
},
"dependencies": {
"@vercel/node": "^4.0.0",
"axios": "^1.13.4",
"firebase": "^12.8.0",
"firebase-admin": "^12.7.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.0",
"resend": "^6.9.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.24",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "~5.8.2",
"vercel": "^41.0.2",
"vite": "^6.2.0"
},
"overrides": {
"fast-xml-parser": ">=5.3.4",
"path-to-regexp": ">=6.3.0",
"tar": ">=7.5.7",
"undici": ">=6.23.0",
"esbuild": ">=0.25.0"
}
}