-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.07 KB
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
{
"name": "fabi-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"test": "vitest run"
},
"dependencies": {
"@vercel/analytics": "^1.5.0",
"clsx": "^2.1.1",
"gray-matter": "^4.0.3",
"lottie-react": "^2.4.1",
"motion": "^12.34.1",
"next": "^16.1.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-responsive": "^10.0.1",
"rehype-pretty-code": "^0.14.1",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"resend": "^4.5.0",
"shiki": "^3.22.0",
"tailwind-merge": "^3.4.1",
"unified": "^11.0.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^22.13.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.21.0",
"eslint-config-next": "^16.1.6",
"postcss": "^8.5.6",
"tailwindcss": "^4.0.0",
"typescript": "~5.9.3",
"vitest": "^4.1.8"
}
}