-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1001 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
39
{
"name": "ayushchugh.com",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build-only": "next build",
"start": "next start",
"setup": "node ./setup.mjs",
"format": "pnpm biome format --write ./app",
"lint": "pnpm biome lint --write ./app"
},
"dependencies": {
"@next/third-parties": "^14.2.11",
"@phosphor-icons/react": "^2.1.7",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.10.0",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"autoprefixer": "^10.4.16",
"dotenv": "^16.3.1",
"geist": "1.1.0",
"next": "^14.2.12",
"next-mdx-remote": "^4.4.1",
"postcss": "^8.4.31",
"react": "18.2.0",
"react-cmdk": "^1.3.9",
"react-dom": "18.2.0",
"react-tweet": "3.2.0",
"sharp": "^0.33.5",
"sugar-high": "^0.5.3",
"swr": "^2.2.4",
"tailwindcss": "^3.3.5",
"typescript": "5.3.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4"
}
}