-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.26 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
{
"name": "next-blog",
"version": "0.1.0",
"private": true,
"author": {
"name": "Alex Pavlov",
"email": "alexppavlov93@gmail.com",
"url": "https://alexpavlov.dev"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@agentofuser/remark-oembed": "^1.0.4",
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@codemirror/lang-markdown": "^6.1.1",
"@codemirror/language-data": "^6.3.1",
"@codemirror/view": "^6.11.3",
"@jsdevtools/rehype-toc": "^3.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-label": "^2.0.1",
"@radix-ui/react-slot": "^1.0.1",
"@tailwindcss/forms": "^0.5.3",
"@tanstack/react-table": "^8.9.1",
"@uiw/codemirror-theme-github": "^4.19.16",
"@uiw/react-codemirror": "^4.19.16",
"@vercel/analytics": "^1.0.1",
"@vercel/speed-insights": "^1.0.2",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"contentlayer": "^0.3.4",
"date-fns": "2.29.3",
"easymde": "^2.18.0",
"encoding": "^0.1.13",
"lucide-react": "0.263.1",
"next": "^13.5.6",
"next-auth": "^4.22.4",
"next-axiom": "^0.17.0",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
"octokit": "^2.0.14",
"outstatic": "^1.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-query": "^3.39.3",
"react-rough-notation": "^1.0.3",
"react-simplemde-editor": "^5.2.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-code-titles": "^1.2.0",
"rehype-parse": "^8.0.4",
"rehype-plugin-image-native-lazy-loading": "^1.2.0",
"rehype-prism": "^2.2.2",
"rehype-prism-plus": "^1.5.1",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^9.0.3",
"remark-code-screenshot": "^1.0.0",
"remark-gfm": "^3.0.1",
"remark-toc": "^8.0.1",
"rough-notation": "^0.5.1",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5",
"typewriter-effect": "^2.19.0",
"unified": "^10.1.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/react": "18.0.38",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.2.7",
"typescript": "5.0.4"
}
}