-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.07 KB
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
{
"name": "blog.boidu.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "node ./scripts/feed.js && next build && next-sitemap --config sitemap.config.js",
"start": "next start",
"lint": "biome lint --write .",
"format": "biome format --write ."
},
"dependencies": {
"@leafac/html": "^4.0.1",
"@mdx-js/mdx": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@supabase/supabase-js": "^2.44.3",
"@tanstack/react-query": "^5.51.1",
"@types/node": "20.1.4",
"@types/react": "18.2.6",
"@types/react-canvas-draw": "^1.2.3",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"date-fns": "^3.0.6",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"feed": "^4.2.2",
"framer-motion": "^10.12.10",
"gray-matter": "^4.0.3",
"hast-util-to-text": "^4.0.0",
"isomorphic-dompurify": "^2.12.0",
"lodash.debounce": "^4.0.8",
"next": "13.4.2",
"next-mdx-remote": "^5.0.0",
"nextjs-toploader": "^1.6.6",
"plaiceholder": "^3.0.0",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-sketch-canvas": "^6.2.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-parse": "^9.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-admonitions": "^1.2.1",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"sharp": "^0.33.2",
"shiki": "^1.10.0",
"tailwind-gradient-mask-image": "^1.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"unified": "^11.0.4",
"unist-util-modify-children": "^4.0.0",
"use-resize-observer": "^9.1.0"
},
"devDependencies": {
"@shikijs/rehype": "^1.10.0",
"@types/lodash.debounce": "^4.0.9",
"bufferutil": "4.0.7",
"next-sitemap": "^4.2.3",
"supports-color": "8.1.1",
"utf-8-validate": "5.0.10",
"@biomejs/biome": "1.8.3"
}
}