-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.54 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "vishnuu.com",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "contentlayer build && next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit --incremental false",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"contentlayer": "^0.3.2",
"framer-motion": "^10.12.4",
"lucide-react": "^0.453.0",
"next": "^13.4.3",
"next-contentlayer": "^0.3.2",
"next-plausible": "^3.8.0",
"next-seo": "^6.4.0",
"next-themes": "^0.3.0",
"prism-themes": "^1.9.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "^4.5.1",
"react-icons": "^4.8.0",
"react-intersection-observer": "^9.4.3",
"rehype-code-titles": "^1.2.0",
"rehype-prism-plus": "^1.5.1",
"remark-gfm": "^3.0.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "18.16.1",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"autoprefixer": "^10.4.14",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"postcss": "^8.4.23",
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.1",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
}
}