-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.29 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@ruchernchong/portfolio",
"version": "1.4.9",
"private": true,
"scripts": {
"dev": "contentlayer2 dev & next dev --turbo",
"build": "next build",
"start": "next start",
"test": "vitest",
"lint": "next lint",
"semantic-release": "semantic-release",
"prepare": "husky"
},
"dependencies": {
"@apollo/client": "^3.12.2",
"@heroicons/react": "^2.0.13",
"@icons-pack/react-simple-icons": "^9.7.0",
"@neondatabase/serverless": "^0.10.1",
"@next/third-parties": "^15.0.4",
"@upstash/redis": "^1.34.3",
"@vercel/analytics": "^1.1.3",
"@vercel/og": "^0.0.27",
"@vercel/speed-insights": "^1.0.9",
"classnames": "^2.3.2",
"contentlayer2": "^0.5.3",
"date-fns": "^4.1.0",
"eslint": "8.31.0",
"eslint-config-next": "13.4.2",
"graphql": "^16.8.1",
"mdx-bundler": "^10.0.3",
"next": "^15.0.4",
"next-contentlayer2": "^0.5.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-unwrap-images": "^4.0.0",
"rss": "^1.2.2",
"schema-dts": "^1.1.2",
"sharp": "^0.32.6",
"tailwind-merge": "^2.2.1",
"typescript": "^5.2.2",
"ws": "^8.18.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.0",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@tailwindcss/typography": "^0.5.8",
"@types/mdx": "^2.0.11",
"@types/node": "^20.17.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/rss": "^0.0.32",
"@types/ws": "^8.5.12",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.13",
"husky": "^9.1.6",
"lint-staged": "^13.1.2",
"postcss": "^8.4.31",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"semantic-release": "^24.2.0",
"tailwindcss": "^3.2.4",
"vitest": "^2.1.6"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,md,mdx,css}": "prettier --write"
},
"pnpm": {
"overrides": {
"micromatch@<4.0.8": ">=4.0.8"
}
}
}