-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.51 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.51 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
56
57
{
"name": "ped",
"version": "0.1.0",
"private": true,
"description": "IIT Ropar's Public Entry Device",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^3.3.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@shadcn/ui": "^0.0.4",
"express": "^4.21.2",
"firebase": "^11.1.0",
"firebase-admin": "^13.0.2",
"fortawesome": "^0.0.1-security",
"framer-motion": "^11.17.0",
"lucide-react": "^0.471.1",
"next": "15.1.4",
"nodemailer": "^6.9.16",
"nookies": "^2.5.2",
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-swipe-card": "^0.1.4",
"react-swipe-cards": "^0.1.8",
"react-swipeable": "^7.0.2",
"shadcn-ui": "^0.9.4",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"uuid": "^11.0.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/react": "19.0.8",
"chart.js": "^4.4.7",
"eslint": "^9",
"eslint-config-next": "15.1.4",
"firebase": "^11.1.0",
"next": "15.1.4",
"postcss": "^8",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0",
"recharts": "^2.15.0",
"tailwindcss": "^3.4.1"
}
}