This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.74 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
{
"name": "blog-v2",
"version": "1.0.5",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"update": "npx npm-check-updates -u",
"prepare": "husky install"
},
"dependencies": {
"@mdx-js/loader": "^3.0.0",
"@next/mdx": "^14.1.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-separator": "^1.0.3",
"@serwist/next": "^8.4.4",
"@serwist/precaching": "^8.4.4",
"@serwist/sw": "^8.4.4",
"animate.css": "^4.1.1",
"clsx": "^2.1.0",
"cookies-next": "^4.1.1",
"eslint-config-next": "^14.1.0",
"feed": "^4.2.2",
"lucide-react": "^0.321.0",
"next": "14.1.0",
"next-nprogress-bar": "^2.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.0",
"rehype-pretty-code": "^0.12.6",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"rss": "^1.2.2",
"shiki": "^0.14.7"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.5.4",
"@types/mdx": "^2.0.11",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.17",
"cspell": "^8.3.2",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-tailwindcss": "^3.14.1",
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"postcss": "^8.4.33",
"postcss-nesting": "^12.0.2",
"schema-dts": "^1.1.2",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"engines": {
"node": "20.x",
"npm": "please-use-npm"
}
}