-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.33 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
{
"name": "jasongerbes.com",
"version": "0.1.0",
"private": true,
"author": "Jason Gerbes",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@phosphor-icons/react": "^2.1.7",
"@vercel/analytics": "^1.3.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.5.2",
"fuse.js": "^7.0.0",
"next": "14.2.8",
"next-contentlayer2": "^0.5.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-use": "^17.5.1",
"reading-time": "^1.5.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.8",
"@tailwindcss/typography": "^0.5.15",
"@types/mdx": "^2.0.13",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"contentlayer2": "^0.5.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.8",
"eslint-config-prettier": "^8.8.0",
"postcss": "8.4.45",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"shiki": "^1.16.2",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
}
}