-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 917 Bytes
/
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
{
"name": "todo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@iconify/icons-mdi": "^1.2.48",
"@iconify/react": "^5.0.2",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"dotenv": "^16.4.5",
"express-rate-limit": "^7.4.1",
"framer-motion": "^11.11.1",
"iconify": "^1.4.0",
"next": "14.2.14",
"pg": "^8.13.0",
"qrcode": "^1.5.4",
"react": "^18",
"react-dom": "^18",
"react-select": "^5.8.1",
"sweetalert2": "^11.14.2",
"sweetalert2-react-content": "^5.0.7"
},
"devDependencies": {
"@iconify/tailwind": "^1.1.3",
"@types/node": "^20",
"@types/qrcode": "^1.5.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}