-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.23 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
{
"name": "conference-companion-app",
"version": "0.1.0",
"private": true,
"scripts": {
"predev": "node -e \"try{require('tsx');}catch(e){process.exit(1)}\" || npm i -D tsx dotenv && tsx scripts/refresh-cache.ts",
"dev": "next dev --turbopack",
"prebuild": "tsx scripts/refresh-cache.ts",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/firebase-adapter": "^2.10.0",
"@next/third-parties": "^15.5.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/themes": "^3.2.1",
"axios": "^1.11.0",
"firebase-admin": "^12.7.0",
"google-auth-library": "^10.3.0",
"googleapis": "^159.0.0",
"ics": "^3.8.1",
"next": "15.5.7",
"next-auth": "^5.0.0-beta.29",
"nodemailer": "^6.10.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"swr": "^2.3.6",
"zod": "^4.0.14"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/nodemailer": "^7.0.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv": "^17.2.2",
"eslint": "^9",
"eslint-config-next": "15.4.5",
"tailwindcss": "^4",
"tsx": "^4.20.5",
"typescript": "^5"
}
}