-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.44 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "uwdsc-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-email/components": "^0.0.7",
"@reduxjs/toolkit": "^1.9.5",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-table": "^8.20.5",
"@types/node": "20.4.6",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"axios": "^1.7.7",
"babel": "^6.23.0",
"braces": "^3.0.3",
"dotenv": "^16.4.5",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"formik": "^2.4.3",
"fuse.js": "^7.0.0",
"heroicons": "^2.1.1",
"next": "^13.4.12",
"postcss": "8.4.27",
"qr-scanner": "^1.4.2",
"qrcode": "^1.5.4",
"react": "^18.2.0",
"react-animate-height": "^3.2.2",
"react-dom": "^18.2.0",
"react-easy-swipe": "^0.0.23",
"react-email": "^1.9.4",
"react-feather": "^2.0.10",
"react-icons": "^4.12.0",
"react-loader-spinner": "^5.3.4",
"react-redux": "^8.1.3",
"redux-persist": "^6.0.0",
"resend": "^0.17.2",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"yet-another-react-lightbox": "^3.16.0"
},
"devDependencies": {
"@types/fuzzy-search": "^2.1.5",
"@types/qrcode": "^1.5.5",
"html5-qrcode": "^2.3.8",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.4.1"
}
}