-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.18 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.18 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
46
47
48
49
50
51
52
53
54
55
{
"name": "firebase-google-jwt-grouped-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-oauth/google": "^0.12.1",
"@tanstack/react-query": "^5.74.4",
"@web3auth/modal": "^10.15.0",
"firebase": "^11.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"wagmi": "^2.14.16"
},
"overrides": {
"typescript": "^5.0.4"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^4.4.1",
"buffer": "^6.0.3",
"empty-module": "^0.0.2",
"lint-staged": "^13.1.0",
"prettier": "^2.8.1",
"process": "^0.11.10",
"typescript": "^5.0.4",
"vite": "^5.3.5"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
}
}