-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
69 lines (69 loc) · 1.97 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
{
"name": "blog-next",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@discublog/api": "latest",
"@giscus/react": "^3.0.0",
"@tabler/icons-react": "^3.16.0",
"clsx": "^2.1.1",
"dark-toggle": "2.0.0",
"lodash.upperfirst": "^4.3.1",
"motion-wave": "^0.0.5",
"next": "14.2.11",
"p2-es": "^1.2.3",
"react": "^18.3.1",
"react-aria-components": "^1.3.3",
"react-dom": "^18.3.1",
"react-markdown-toc": "latest",
"tailwind-merge": "^2.5.2",
"typed.js": "^2.1.0",
"use-flip": "^1.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.11",
"@octokit/core": "^6.1.2",
"@react-aria/optimize-locales-plugin": "^1.1.1",
"@shikijs/rehype": "^1.17.6",
"@shikijs/transformers": "^1.17.6",
"@shikijs/twoslash": "^1.17.6",
"@tailwindcss/typography": "^0.5.15",
"@types/hast": "^3.0.4",
"@types/lodash.upperfirst": "^4.3.9",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/unist": "^3.0.3",
"@zhangyu1818/eslint-config": "^1.1.2",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"hast-util-is-element": "^3.0.0",
"mdast-util-directive": "^3.0.0",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-hast": "^13.2.0",
"openai": "^4.60.1",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-default-code-lang": "^1.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"rsc-mdx": "0.0.0-beta.1",
"sharp": "^0.33.5",
"shiki": "^1.17.6",
"tailwindcss": "^3.4.11",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^1.1.5",
"tw-styled": "2.0.0",
"typescript": "^5.5.4",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
}
}