-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 984 Bytes
/
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
{
"private": true,
"name": "aditya-website",
"homepage": "https://adiadd.xyz",
"author": "aditya addepalli",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"check-code": "prettier --check .",
"format": "prettier --write ."
},
"dependencies": {
"@calcom/embed-react": "^1.5.1",
"@tailwindcss/postcss": "4.0.0-alpha.13",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"geist": "^1.2.2",
"next": "^14",
"next-mdx-remote": "^4.4.1",
"nextjs-toploader": "^1.6.12",
"postcss": "^8.4.38",
"react": "18.2.0",
"react-dom": "18.2.0",
"sugar-high": "^0.6.0",
"tailwindcss": "4.0.0-alpha.13",
"typescript": "5.3.3"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"prettier": "3.2.5"
}
}