-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.57 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
55
{
"name": "personal-website",
"version": "0.1.0",
"private": true,
"license": "CHECK LICENSE IN LICENSE",
"scripts": {
"dev": "next dev",
"build": "contentlayer build && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.12",
"@vercel/analytics": "^1.2.2",
"@vercel/kv": "^1.0.1",
"@vercel/speed-insights": "^1.0.10",
"babel-runtime": "^6.26.0",
"clsx": "^2.1.0",
"contentlayer": "^0.3.4",
"framer-motion": "^11.1.7",
"next": "^14.2.2",
"next-contentlayer": "^0.3.4",
"next-images": "^1.8.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.13.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^3.0.1",
"shiki": "^1.3.0",
"swr": "^2.2.5",
"tiny-invariant": "^1.3.3",
"use-delayed-render": "^0.0.7"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-newlines": "^1.4.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "^7.34.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
}