-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.49 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
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"prettier": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown .",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.8",
"@react-email/components": "^0.0.21",
"@react-email/tailwind": "^0.0.18",
"@tailwindcss/forms": "^0.5.7",
"@types/node": "20.5.7",
"@vercel/analytics": "^1.3.1",
"@vercel/postgres": "^0.5.1",
"autoprefixer": "10.4.15",
"clsx": "^2.1.1",
"framer-motion": "^11.3.6",
"next": "15.0.0-rc.0",
"postcss": "8.4.31",
"react": "19.0.0-rc-8971381549-20240625",
"react-dom": "19.0.0-rc-8971381549-20240625",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.13.0",
"react-tooltip": "^5.27.1",
"react-vertical-timeline-component": "^3.6.0",
"resend": "^3.4.0",
"tailwindcss": "3.4.6",
"typescript": "5.2.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-vertical-timeline-component": "^3.3.6",
"@vercel/style-guide": "^5.2.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0-rc.0",
"eslint-config-prettier": "9.0.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "0.5.4"
},
"engines": {
"node": ">=18.17.0"
}
}