-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.23 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
{
"name": "prom",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NicholasG04/Prom.git"
},
"author": "NicholasG04",
"bugs": {
"url": "https://github.com/NicholasG04/Prom/issues"
},
"homepage": "https://github.com/NicholasG04/Prom#readme",
"dependencies": {
"@babel/core": "7.17.8",
"@chakra-ui/icons": "1.1.7",
"@chakra-ui/react": "1.8.8",
"@chakra-ui/system": "1.12.1",
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"@happykit/analytics": "1.0.1",
"@happykit/flags": "^2.0.5-perf.0",
"@sendgrid/mail": "7.6.2",
"@sentry/cli": "1.74.4",
"@sentry/nextjs": "7.5.1",
"@stripe/react-stripe-js": "1.7.2",
"@stripe/stripe-js": "1.29.0",
"@stripe/terminal-js": "0.10.0",
"@supabase/auth-helpers-nextjs": "^0.2.2",
"@supabase/auth-helpers-react": "^0.2.2",
"@supabase/supabase-js": "1.35.3",
"async-jsonwebtoken": "1.0.1",
"formik": "^2.2.9",
"framer-motion": "6.3.3",
"micro": "9.3.4",
"micro-cors": "0.1.1",
"next": "12.1.6",
"next-pwa": "5.5.4",
"next-seo": "5.4.0",
"qrcode": "1.5.0",
"qrcode.react": "2.0.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.3.1",
"react-markdown": "8.0.3",
"react-qr-reader": "3.0.0-beta-1",
"react-scroll-into-view": "1.12.0",
"stripe": "8.222.0",
"typescript": "4.6.3",
"uuid": "8.3.2",
"webhook-discord": "3.7.8"
},
"devDependencies": {
"@fast-csv/parse": "4.3.6",
"@next/eslint-plugin-next": "12.2.0",
"@types/micro": "7.3.7",
"@types/micro-cors": "0.1.2",
"@types/node": "17.0.18",
"@types/qrcode.react": "1.0.2",
"@types/react": "17.0.44",
"@types/react-dom": "17.0.16",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"eslint": "8.15.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0"
}
}