-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.01 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
{
"name": "daysuntilapp",
"version": "0.0.2",
"type": "module",
"scripts": {
"dev": "concurrently -k -n \"vite,functions\" -c \"cyan,magenta\" \"vite\" \"node scripts/local-functions.mjs\"",
"dev:vite": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@netlify/functions": "^5.2.0",
"chrono-node": "^2.9.0",
"firebase": "^12.12.1",
"firebase-admin": "^13.9.0",
"groq-sdk": "^1.1.2",
"lucide-react": "^1.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"web-push": "^3.6.7"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"concurrently": "^9.1.2",
"dotenv": "^16.4.5",
"jsdom": "^29.1.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"vite": "^5.3.1",
"vitest": "^4.1.5"
}
}