forked from zhangyu1818/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.19 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
{
"name": "blog-next",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@discublog/api": "latest",
"@formkit/auto-animate": "^0.8.1",
"@giscus/react": "^3.0.0",
"@tabler/icons-react": "^3.2.0",
"@vercel/speed-insights": "^1.0.10",
"clsx": "^2.1.0",
"dark-toggle": "2.0.0-test.0",
"dayjs": "^1.11.10",
"lodash.upperfirst": "^4.3.1",
"motion-wave": "^0.0.5",
"next": "14.2.3",
"p2-es": "^1.2.3",
"react": "^18",
"react-aria-components": "^1.1.1",
"react-dom": "^18",
"react-markdown-toc": "^1.1.0",
"tailwind-merge": "^2.3.0",
"typed.js": "^2.1.0",
"use-flip": "^1.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.3",
"@octokit/core": "^6.1.2",
"@react-aria/optimize-locales-plugin": "^1.0.2",
"@shikijs/rehype": "^1.4.0",
"@shikijs/transformers": "^1.4.0",
"@shikijs/twoslash": "^1.4.0",
"@tailwindcss/typography": "^0.5.12",
"@types/hast": "^3.0.4",
"@types/lodash.upperfirst": "^4.3.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/unist": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"hast-util-is-element": "^3.0.0",
"mdast-util-directive": "^3.0.0",
"openai": "^4.39.0",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"rehype-autolink-headings": "^7.1.0",
"rehype-default-code-lang": "^1.0.0",
"rehype-slug": "^6.0.0",
"remark-directive": "^3.0.0",
"remark-gfm": "^4.0.0",
"rsc-mdx": "0.0.0-beta.1",
"sharp": "^0.33.3",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^1.1.1",
"tw-styled": "^1.0.0",
"typescript": "^5",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0"
}
}