-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 824 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 824 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
{
"name": "studypal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --list-different '{app,public}/**/*.{js,ts,tsx,md,html,json}' --write"
},
"dependencies": {
"@google-cloud/firestore": "^7.1.0",
"@hookform/resolvers": "^3.3.2",
"@passageidentity/passage-elements": "^1.15.0",
"@passageidentity/passage-node": "^2.6.0",
"firebase": "^10.5.0",
"firebase-admin": "^11.11.0",
"next": "13.5.4",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.47.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10",
"postcss": "^8",
"prettier": "^3.0.3",
"tailwindcss": "^3"
}
}