-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.33 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.33 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
47
48
{
"type": "module",
"private": true,
"name": "zaksweb",
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "eslint --fix . && prettier --write --log-level warn .",
"deploy": "vercel --prod"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-visually-hidden": "^1.2.4",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.36.0",
"gray-matter": "^4.0.3",
"lottie-react": "^2.4.1",
"next": "^16.1.6",
"next-mdx-remote": "^6.0.0",
"next-seo": "^7.2.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-hotkeys-hook": "^5.2.4",
"reading-time": "^1.5.0",
"rehype-prism-plus": "^2.0.2",
"rehype-raw": "^7.0.0",
"rehype-unwrap-images": "^1.0.0",
"remark-gfm": "^4.0.1",
"remixicon": "^4.9.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@tailwindcss/postcss": "^4.2.1",
"@tailwindcss/vite": "^4.2.1",
"@types/node": "^25.4.0",
"@types/react": "^19.2.14",
"eslint": "^9.39.4",
"eslint-config-next": "^16.1.6",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
}
}