-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
39 lines (39 loc) · 988 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": "iyansr.id-reborn",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@9.5.0",
"scripts": {
"dev": "next dev --turbopack -p 2718",
"build": "next build",
"start": "next start",
"lint": "biome lint .",
"lint:fix": "biome check --write ."
},
"dependencies": {
"@next/mdx": "^15.1.3",
"@vercel/analytics": "^1.4.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"framer-motion": "12.0.0-alpha.1",
"lucide-react": "^0.411.0",
"next": "15.1.2",
"next-mdx-remote": "^5.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"sugar-high": "^0.7.5",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20",
"@types/react": "^19.0.0",
"@types/react-dom": "^19",
"globals": "^15.12.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"typescript-eslint": "^8.15.0"
}
}