-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 819 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 819 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
{
"name": "gauravs-workspace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@hookform/resolvers": "3.9.1",
"clsx": "2.1.1",
"firebase": "11.0.2",
"next": "^15.5.12",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "7.53.0",
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "22.10.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.2",
"autoprefixer": "10.4.20",
"eslint": "^9.38.0",
"eslint-config-next": "15.5.6",
"firebase-tools": "^15.6.0",
"postcss": "8.4.49",
"prettier": "3.4.2",
"tailwindcss": "3.4.15",
"typescript": "5.6.3"
}
}