-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.06 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.06 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@supabase/supabase-js": "^2.49.4",
"@types/socket.io-client": "^1.4.36",
"file-saver": "^2.0.5",
"framer-motion": "^12.6.2",
"html5-qrcode": "^2.3.8",
"js-cookie": "^3.0.5",
"jspdf": "^3.0.1",
"next": "15.2.4",
"qrcode": "^1.5.4",
"qrcode.react": "^4.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"recharts": "^2.15.2",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/cookie": "^0.6.0",
"@types/file-saver": "^2.0.7",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/qrcode": "^1.5.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/socket.io": "^3.0.1",
"@types/xlsx": "^0.0.35",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"typescript": "^5"
}
}