-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 975 Bytes
/
package.json
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
{
"name": "matchday",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen:types": "./protos/gen-type.sh"
},
"dependencies": {
"firebase": "^10.11.1",
"firebase-admin": "^11.9.0",
"next": "14.3.0-canary.73",
"react": "19.0.0-beta-04b058868c-20240508",
"react-dom": "19.0.0-beta-04b058868c-20240508",
"zod": "^3.23"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "npm:types-react@beta",
"@types/react-dom": "npm:types-react-dom@beta",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"grpc-web": "^1.5.0",
"ts-protoc-gen": "^0.15.0",
"typescript": "^5"
},
"overrides": {
"@types/react": "npm:types-react@beta",
"@types/react-dom": "npm:types-react-dom@beta"
}
}