-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 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
56
{
"private": true,
"scripts": {
"dev": "next dev -p 3112",
"build": "next build",
"start": "next start",
"typecheck": "tsc"
},
"dependencies": {
"chrome-aws-lambda": "^10.1.0",
"classnames": "2.3.1",
"contentlayer": "^0.3.4",
"date-fns": "2.21.3",
"next": "^13.5.6",
"next-contentlayer": "^0.3.4",
"next-remote-watch": "^1.0.0",
"puppeteer-core": "^11.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.3.1",
"react-medium-image-zoom": "^4.3.5",
"react-use": "^17.3.1",
"rehype-autolink-headings": "^6.1.0",
"rehype-code-titles": "^1.0.3",
"rehype-mdx-code-props": "^3.0.0",
"rehype-mdx-import-media": "^1.2.0",
"rehype-prism-plus": "^1.1.1",
"rehype-slug": "^5.0.0",
"remark": "13.0.0",
"remark-breaks": "^3.0.2",
"remark-directive": "^2.0.1",
"remark-directive-rehype": "^0.4.0",
"remark-gfm": "^4.0.0",
"remark-hint": "^1.0.10",
"remark-html": "13.0.1",
"remark-prism": "^1.3.6",
"remark-rehype": "^10.0.1",
"yet-another-react-lightbox": "^3.20.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.1",
"@tsconfig/next": "^2.0.3",
"@types/jest": "^26.0.23",
"@types/node": "^16.11.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/remark-prism": "^1.3.0",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"puppeteer": "^22.11.2",
"sass": "^1.43.4",
"tailwindcss": "^3.0.24",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@9.3.0+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631"
}