-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.96 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
{
"name": "avuedecoucou",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"preview-email": "email dev",
"analyze": "ANALYZE=true next build",
"cypress:open": "cypress open",
"cypress:ci": "start-server-and-test start http://localhost:3000 \"cypress run --e2e\""
},
"dependencies": {
"@headlessui/react": "2.0.0-alpha.4",
"@next/bundle-analyzer": "^14.1.0",
"@react-email/components": "0.0.15",
"@react-email/container": "^0.0.11",
"@react-email/html": "^0.0.7",
"@react-email/render": "^0.0.12",
"@react-email/section": "^0.0.11",
"@react-email/text": "^0.0.7",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"accept-language": "^3.0.18",
"autoprefixer": "^10.4.17",
"camelcase-keys": "^9.1.3",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"eslint": "8.56.0",
"eslint-config-next": "^14.1.0",
"framer-motion": "^10.18.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"nanoid": "^5.0.5",
"next": "^14.1.0",
"next-intl": "^3.7.0",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.9",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-email": "^2.0.0",
"react-icons": "^5.0.1",
"sonner": "^1.4.0",
"start-server-and-test": "^2.0.3",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "3.4.1",
"ts-exif-parser": "^0.2.2",
"typescript": "5.3.3"
},
"devDependencies": {
"cypress": "^13.7.1"
}
}