-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.92 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.92 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
58
59
60
61
62
63
64
65
{
"name": "healthmon",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"postinstall": "patch-package",
"deploy": "next build && next export && firebase deploy",
"deploytest": "next build && next export && firebase hosting:channel:deploy trial-and-error-69"
},
"dependencies": {
"@types/cookie": "^0.4.1",
"@types/qrcode": "^1.4.2",
"@types/react-custom-scroll": "^4.3.2",
"@types/react-qr-reader": "^2.1.4",
"akar-icons": "^1.9.6",
"clsx": "^1.1.1",
"cookie": "^0.4.1",
"firebase": "^9.6.3",
"framer-motion": "^6.2.6",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^10.0.1",
"js-cookie": "^3.0.1",
"next": "12.0.8",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"next-pwa": "^5.4.4",
"patch-package": "^6.4.7",
"prop-types": "^15.8.1",
"qr-scanner": "^1.3.0",
"react": "17.0.2",
"react-avatar": "^4.0.0",
"react-blob": "^2.1.0",
"react-code-input": "^3.10.1",
"react-custom-scroll": "^4.4.0",
"react-dom": "17.0.2",
"react-dropdown": "^1.9.2",
"react-firebase-hooks": "^4.0.2",
"react-firebaseui": "^6.0.0",
"react-hooks-use-modal": "^2.1.0",
"react-indiana-drag-scroll": "^2.1.0",
"react-qr-reader": "^2.2.1",
"react-qr-scanner": "^1.0.0-alpha.8",
"react-spinners": "^0.11.0",
"react-toastify": "^8.1.0",
"react-webcam-qr-scanner.ts": "^1.0.4",
"sassy-datepicker": "^0.8.0",
"styled-components": "^5.3.3",
"swr": "^1.2.2",
"use-detect-keyboard-open": "^0.2.0",
"use-draggable-scroll": "^0.1.0"
},
"devDependencies": {
"@types/js-cookie": "^3.0.1",
"@types/node": "17.0.8",
"@types/react": "17.0.38",
"eslint": "8.6.0",
"eslint-config-next": "12.0.8",
"typescript": "4.5.4"
}
}