-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 945 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
{
"name": "techno-qr-system",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.3",
"@mui/x-data-grid": "^6.0.3",
"@next/font": "13.1.1",
"@supabase/supabase-js": "^2.2.3",
"axios": "^1.3.4",
"csv-parser": "^3.0.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"googleapis": "^110.0.0",
"jimp": "^0.16.2",
"next": "13.1.1",
"next-pwa": "^5.6.0",
"node-fetch": "^3.3.1",
"qrcode": "^1.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"react-qr-reader": "2.2.1",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-spinners": "^0.13.7",
"react-zxing": "^1.1.0",
"sharp": "^0.31.3"
}
}