forked from Pudge1996/NEXT.LRD.IM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.42 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
{
"name": "lrd.im",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev && node server.js",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fec/remark-a11y-emoji": "^3.1.0",
"@headlessui/react": "^1.7.4",
"@mdx-js/loader": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"@next/mdx": "^13.0.7",
"@radix-ui/react-tooltip": "^1.0.7",
"@tailwindcss/container-queries": "^0.1.0",
"@vercel/analytics": "^0.1.10",
"date-fns": "^2.29.3",
"esbuild": "^0.14.54",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"mdx-bundler": "^9.0.1",
"next": "^13.0.6",
"next-image-zoom": "^1.1.7",
"next-themes": "^0.2.1",
"nextjs-google-analytics": "^2.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-resizable": "^3.0.4",
"rehype-pretty-code": "^0.6.0",
"rehype-slug": "^5.1.0",
"remark-breaks": "^3.0.2",
"remark-collapse": "^0.1.2",
"remark-gfm": "^3.0.1",
"remark-iframes": "^4.0.5",
"remark-kbd": "^1.1.0",
"remark-rehype": "^10.1.0",
"remark-sub-super": "^1.0.20",
"remark-wiki-link": "^1.0.4",
"rss": "^1.2.2",
"shiki": "^0.12.1",
"styled-jsx": "^5.1.2",
"unified": "^10.1.2"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
}
}