-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 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
{
"name": "frontera-hacks24",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "dotenvx run -- next dev --turbo",
"build": "dotenvx run -- next build",
"lint": "next lint",
"start": "dotenvx run -f .env.production -- next start",
"script": "dotenvx run -- npx tsx"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.5.0",
"@dotenvx/dotenvx": "^1.6.4",
"csv-parse": "^5.5.6",
"dotenv": "^16.4.5",
"html5-qrcode": "^2.3.8",
"mongodb": "^6.8.0",
"next": "^14.2.15",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"rippleui": "^1.12.1",
"sharp": "^0.33.5",
"source-map-support": "^0.5.21",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/auth0-js": "^9.21.6",
"@types/mongodb": "^4.0.6",
"@types/next": "^9.0.0",
"@types/node": "^20",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tsx": "^4.19.1",
"typescript": "^5.5.4"
}
}