-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.6 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
{
"name": "cyberoni",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "prisma generate && next dev",
"build": "prisma generate&& prisma db push && next build",
"format:write": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\"",
"format": "prettier \"**/*.{css,js,json,jsx,ts,tsx}\"",
"start": "next start",
"test": "jest",
"lint": "next lint"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.5",
"@notionhq/client": "^2.2.13",
"@prisma/client": "^5.6.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-popover": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.2",
"@sendgrid/client": "^7.7.0",
"@sendgrid/mail": "^7.7.0",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.4.0",
"@vercel/analytics": "^0.1.11",
"@vercel/og": "^0.0.26",
"bcrypt": "^5.1.1",
"classnames": "^2.3.2",
"cloudinary": "^1.41.0",
"cookies-next": "^4.1.0",
"encoding": "^0.1.13",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"focus-trap-react": "^10.0.2",
"framer-motion": "^10.16.5",
"html-react-parser": "^4.2.2",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.292.0",
"ms": "^2.1.3",
"next": "^14.0.4",
"next-auth": "^4.24.5",
"next-recaptcha-v3": "^1.3.0",
"nodemailer": "^6.9.6",
"react": "^18.2.0",
"react-calendly": "^4.3.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.4",
"react-password-checklist": "^1.5.0",
"react-tailwindcss-datepicker": "^1.6.6",
"react-wrap-balancer": "^0.3.0",
"seedrandom": "^3.0.5",
"slugify": "^1.6.6",
"stripe": "^14.14.0",
"use-debounce": "^9.0.4",
"xss": "^1.0.14"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@types/bcrypt": "^5.0.2",
"@types/dompurify": "^3.0.5",
"@types/jsonwebtoken": "^9.0.5",
"@types/ms": "^0.7.31",
"@types/node": "^20.8.2",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@types/seedrandom": "^3.0.8",
"@types/supertest": "^2.0.16",
"autoprefixer": "^10.4.13",
"concurrently": "^7.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-mock-extended": "^3.0.5",
"node-mocks-http": "^1.14.0",
"postcss": "^8.4.21",
"prettier": "^2.8.2",
"prettier-plugin-tailwindcss": "^0.2.1",
"prisma": "^5.6.0",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.0",
"typescript": "^5.2.2"
}
}