-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.23 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
{
"name": "ibento",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^4.0.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^5.1.1",
"@kippurocks/libticketto-papi": "^1.1.1",
"@kippurocks/papi-descriptors": "^0.1.0",
"@mui/icons-material": "^7.0.0",
"@mui/material": "^7.0.0",
"@polkadot-labs/hdkd": "^0.0.19",
"@ticketto/web-stub": "^1.4.7",
"@zxing/browser": "^0.1.5",
"@zxing/library": "^0.21.3",
"date-fns": "^4.1.0",
"mui-daterange-picker": "^1.0.5",
"next": "15.1.7",
"next-intl": "^3.26.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.60.0",
"react-i18next": "^15.4.0",
"zod": "^4.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/qrcode": "^1.5.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"postcss": "^8",
"qrcode": "^1.5.4",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
}
}