This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.55 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
{
"name": "shimemer-blog",
"version": "0.1.0",
"description": "blog",
"author": "shimmer",
"private": true,
"license": "UNLICENSED",
"scripts": {
"dev": "next dev -p 6006",
"build": "next build",
"start": "next start -p 6006",
"lint": "next lint",
"server": "next build && next start -p 6006"
},
"dependencies": {
"@mdx-js/react": "^2.2.1",
"@types/highlight.js": "^10.1.0",
"@vercel/analytics": "^1.0.1",
"@vercel/speed-insights": "^1.0.0",
"@zeit/next-css": "^1.0.1",
"ahooks": "^3.7.4",
"antd": "5.9.4",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "8.29.0",
"eslint-config-next": "^13.3.1",
"fingerprintjs2": "^2.1.4",
"highlight.js": "^11.8.0",
"jsmediatags": "^3.9.7",
"next": "^13.4.4",
"plyr": "^3.7.8",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.4",
"react-syntax-highlighter": "^15.5.0",
"rehype-katex": "^6.0.2",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"rss": "^1.2.2",
"sharp": "^0.32.6",
"sitemap": "^7.1.1",
"twikoo": "^1.6.16",
"typed.js": "^2.0.12",
"typescript": "4.9.4"
},
"devDependencies": {
"@types/fingerprintjs2": "^2.0.0",
"@types/jsmediatags": "^3.9.3",
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.2.4",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/rss": "^0.0.30"
}
}