-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.57 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
{
"name": "blog",
"version": "1.2.1",
"private": true,
"author": {
"name": "razzh",
"email": "[email protected]"
},
"scripts": {
"dev": "next dev -p 9220",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@next/third-parties": "^14.2.14",
"@radix-ui/react-scroll-area": "^1.0.5",
"@twist-space/react-icons": "^0.3.0",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@vercel/analytics": "^1.2.2",
"clsx": "^1.2.1",
"contentlayer": "^0.3.4",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.10",
"next": "14.1.0",
"next-contentlayer": "^0.3.4",
"next-nprogress-bar": "^2.1.2",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-use": "^17.4.0",
"reading-time": "^1.5.0",
"typescript": "4.9.4",
"xgplayer": "^3.0.20",
"xgplayer-hls": "^3.0.20"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-angular": "^18.6.0",
"@types/nprogress": "^0.2.0",
"autoprefixer": "^10.4.15",
"eslint": "8.31.0",
"eslint-config-next": "14.1.0",
"mdast-util-toc": "^7.0.0",
"postcss": "^8.4.30",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.6.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-code-import": "^1.2.0",
"remark-gfm": "^3.0.1",
"shiki": "^0.12.1",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"unist-util-visit": "^5.0.0"
}
}