-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
{
"name": "social40",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "next dev",
"build": "next build",
"prod": "next start",
"lint": "next lint"
},
"dependencies": {
"@sentry/nextjs": "^8.19.0",
"encoding": "^0.1.13",
"file-saver": "^2.0.5",
"firebase": "^10.11.1",
"html5-qrcode": "^2.3.8",
"ippt-utils": "^0.1.4",
"next": "^14.2.3",
"next-pwa": "^5.6.0",
"qrcode": "^1.5.3",
"react": "^18.3.1",
"react-circular-progressbar": "^2.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.10.2",
"react-share": "^5.1.0",
"sharp": "^0.32.6",
"sheetjs-style": "^0.15.8",
"sonner": "^1.0.3",
"tailwind-merge": "^1.14.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/qrcode": "^1.5.4",
"@types/react": "^18",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "^14.2.3",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}