-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.5 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
{
"name": "personal-website",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
"compile": "tsc --noEmit",
"export": "next export",
"build": "next build",
"start": "next start",
"build-and-export": "pnpm build && pnpm export"
},
"dependencies": {
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@netgrep/netgrep": "^0.1.5",
"@next/mdx": "^13.5.6",
"@react-pdf/renderer": "^3.1.14",
"@types/mdx": "^2.0.9",
"feed": "^4.2.2",
"lodash": "^4.17.21",
"next": "^14.0.1",
"next-mdx-remote": "^4.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-schemaorg": "^1.3.3",
"react-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.5.0",
"rehype-external-links": "^1.0.1",
"rehype-pretty-code": "^0.10.2",
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"remark-hint": "^1.0.10",
"schema-dts": "^1.1.2",
"shiki": "^0.14.5",
"simple-icons": "^9.19.0",
"strip-markdown": "^5.0.1",
"ts-pattern": "^5.0.5"
},
"devDependencies": {
"@types/node": "^14.18.63",
"@types/react": "^18.2.34",
"@types/react-syntax-highlighter": "^15.5.9",
"@types/remark-hint": "^1.0.5",
"autoprefixer": "^10.4.16",
"gh-pages": "^3.2.3",
"gray-matter": "^4.0.3",
"postcss": "^8.4.31",
"sitemap": "^6.4.0",
"tailwindcss": "^3.3.5",
"ts-node": "^9.1.1",
"typescript": "^5.2.2"
}
}