-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.18 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
{
"name": "next-zhuxb-blog",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"export": "next build && next export",
"start": "next start -p 3001",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.1",
"@types/node": "22.10.10",
"@types/react": "19.0.8",
"@types/react-dom": "^18.0.5",
"@types/remark-prism": "^1.3.4",
"build": "^0.1.4",
"date-fns": "^2.29.3",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"gray-matter": "^4.0.3",
"next": "13.0.5",
"next-mdx-remote": "^4.2.0",
"next-redux-wrapper": "^8.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^6.0.0",
"rehype-slug": "^6.0.0",
"remark-external-links": "^9.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-prism": "^1.3.6",
"typescript": "5.7.3"
},
"devDependencies": {
"file-loader": "^6.2.0",
"url-loader": "^4.1.1"
},
"browser": {
"fs": "empty",
"net": "empty",
"tls": "empty"
},
"volta": {
"node": "18.16.0"
}
}