-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.34 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "devfest",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@ant-design/nextjs-registry": "^1.0.1",
"@hookform/resolvers": "^3.9.0",
"@next/third-parties": "^14.2.15",
"@react-google-maps/api": "^2.20.3",
"@tanstack/react-query": "^5.59.13",
"@tanstack/react-query-devtools": "^5.59.13",
"@yudiel/react-qr-scanner": "^2.0.8",
"@zxing/library": "^0.21.3",
"antd": "^5.21.2",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"depcheck": "^1.4.7",
"firebase": "^11.0.1",
"next": "^14.2.15",
"next-intl": "^3.21.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-google-recaptcha-v3": "^1.10.1",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"sharp": "^0.33.5",
"universal-cookie": "^7.2.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/forms": "^0.5.9",
"@tanstack/eslint-plugin-query": "^5.59.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.12",
"postcss": "^8",
"sass": "^1.80.3",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}