-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
90 lines (90 loc) · 2.59 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "clubreg",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier . --check --write",
"prepare": "husky install",
"doppler-build": "doppler run --command='next build'",
"doppler-start": "doppler run --command='next start -p 5182'"
},
"dependencies": {
"3d-react-carousal": "^3.1.0",
"@fingerprintjs/fingerprintjs": "^3.1.0",
"@google-cloud/storage": "^5.8.5",
"@headlessui/react": "^1.0.0",
"@popmotion/popcorn": "^0.4.4",
"@sendgrid/mail": "^7.4.4",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.1",
"@types/speakeasy": "^2.0.7",
"array-move": "^3.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"chrome-aws-lambda": "^9.0.0",
"classnames": "^2.3.1",
"cookie-cutter": "^0.2.0",
"cookies": "^0.8.0",
"crypto-random-string": "^3.3.1",
"detect-browser": "^5.2.0",
"dotenv": "^8.2.0",
"firebase-admin": "^10.1.0",
"framer": "^1.3.2",
"framer-motion": "^5.0.0",
"html-to-pdfmake": "^2.2.4",
"html2canvas": "^1.0.0-rc.7",
"is-mobile": "^3.0.0",
"jspdf": "^2.3.1",
"mimetypes": "^0.1.1",
"mobile-detect": "^1.4.5",
"modern-react-qr-reader": "^1.0.12",
"moment": "^2.29.1",
"next": "^12.3.4",
"next-bridge": "^0.0.1",
"next-pwa": "^5.5.2",
"pdfmake": "^0.1.71",
"puppeteer-core": "^9.0.0",
"qrcode": "^1.4.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "^6.1.0",
"react-lines-ellipsis": "^0.14.1",
"react-qr-reader": "^2.2.1",
"react-quill": "^1.3.5",
"react-responsive-carousel": "^3.2.18",
"react-scroll-into-view": "^1.8.2",
"react-tooltip": "^4.2.21",
"react-truncate": "^2.4.0",
"react-typing-effect": "^2.0.5",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"request-ip": "^2.1.3",
"sib-api-v3-sdk": "^8.3.0",
"speakeasy": "^2.0.0",
"swiper": "^6.6.2",
"ua-parser-js": "^0.7.28",
"use-long-press": "^1.0.5",
"util": "^0.12.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4"
},
"devDependencies": {
"@heroicons/react": "^1.0.1",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"autoprefixer": "^10.2.5",
"husky": "^8.0.0",
"postcss": "^8.2.10",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.8",
"sass": "^1.49.11",
"tailwindcss": "^2.1.1",
"typescript": "^4.2.4"
}
}