-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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
{
"name": "firkin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@sendgrid/mail": "^8.1.4",
"@sentry/nextjs": "^8",
"@stripe/stripe-js": "^3.2.0",
"@vercel/analytics": "^1.2.2",
"axios": "^1.6.8",
"formik": "^2.4.5",
"luxon": "^3.4.4",
"next": "^14.1.4",
"nodemailer": "^6.9.13",
"react": "^18",
"react-confetti": "^6.1.0",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-scroll": "^1.9.0",
"stripe": "^14.24.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.4.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-scroll": "^1.8.10",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"eslint-plugin-jsx-a11y": "^6.8.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}