-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 941 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 941 Bytes
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
{
"name": "fengmk2.github.com",
"version": "0.0.1",
"description": "mk2 personal blog",
"license": "MIT",
"author": "",
"repository": {
"type": "git",
"url": "git://github.com/fengmk2/fengmk2.github.com.git"
},
"type": "module",
"scripts": {
"dev": "vp dev",
"preview": "vp preview",
"prepare": "vp config"
},
"dependencies": {
"@nkzw/stack": "^2.3.2",
"@void/react": "^0.10.8",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-error-boundary": "^6.1.2",
"void": "^0.10.8",
"void-blog": "^0.1.0"
},
"devDependencies": {
"@mdx-js/mdx": "^3.1.1",
"@mdx-js/rollup": "^3.1.1",
"@tailwindcss/vite": "^4.3.1",
"@types/node": "^25.9.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"subset-font": "^2.5.0",
"tailwindcss": "^4.3.1",
"vite": "catalog:",
"vite-plus": "catalog:"
},
"packageManager": "pnpm@10.33.0"
}