-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.22 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.22 KB
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
76
77
78
79
80
81
82
{
"name": "next-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"prebuild": "tsx lib/scripts/preBuild.ts",
"start": "next start",
"lint": "next lint",
"serve": "serve out"
},
"dependencies": {
"@myriaddreamin/typst-ts-node-compiler": "0.6.0",
"@next/third-parties": "16.2.1",
"@prinsss/dvi2html": "0.0.1",
"@tailwindcss/postcss": "^4.2.2",
"async-lock": "1.4.1",
"client-zip": "2.5.0",
"dvi2html": "1.5.0",
"fuse.js": "7.1.0",
"generate-password": "1.7.1",
"git-log-parser": "^1.2.1",
"gray-matter": "4.0.3",
"html-minifier": "4.0.0",
"jsdom": "^29.0.0",
"memfs": "4.57.1",
"next": "^16.2.0",
"next-mdx-remote": "^6.0.0",
"pdfjs-dist": "5.5.207",
"qr-scanner": "1.4.2",
"qrcode": "^1.5.4",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-turnstile": "1.1.5",
"rehype-highlight": "7.0.2",
"rehype-raw": "7.0.0",
"rehype-slug": "6.0.0",
"rehype-stringify": "10.0.1",
"remark-gfm": "4.0.1",
"remark-math": "6.0.0",
"remark-math-environment": "1.0.9",
"remark-toc": "9.0.0",
"rss": "1.2.2",
"stream-to-array": "^2.3.0",
"styled-components": "6.3.12",
"svgo": "^4.0.1",
"synckit": "0.11.12",
"tar-fs": "^3.1.2",
"unist-util-is": "6.0.1",
"unist-util-visit": "5.1.0",
"wildcard": "^2.0.1"
},
"devDependencies": {
"@types/async-lock": "^1.4.2",
"@types/git-log-parser": "^1.2.3",
"@types/html-minifier": "^4.0.6",
"@types/jsdom": "^28.0.0",
"@types/node": "^25.5.0",
"@types/qrcode": "^1.5.6",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/rss": "0.0.32",
"@types/stream-to-array": "^2.3.3",
"@types/tar-fs": "2.0.4",
"@typescript-eslint/eslint-plugin": "8.57.2",
"@typescript-eslint/parser": "8.57.2",
"autoprefixer": "10.4.20",
"eslint": "^9.39.4",
"eslint-config-next": "16.2.1",
"eslint-plugin-unused-imports": "4.4.1",
"postcss": "^8.5.8",
"serve": "^14.2.6",
"tailwindcss": "^4.2.2",
"tsx": "^4.21.0",
"typescript": "5.7.2"
},
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}