-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 888 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 888 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
{
"name": "dylanmtaylor.gitlab.io",
"version": "1.0.0",
"private": true,
"description": "Dylan M. Taylor's personal website and blog",
"type": "module",
"scripts": {
"dev": "vitepress dev --host 0.0.0.0",
"build": "vitepress build",
"preview": "vitepress preview",
"typecheck": "tsc --noEmit",
"check": "npm run typecheck && npm run build"
},
"engines": {
"node": ">=24.18.0",
"npm": ">=11.16.0"
},
"packageManager": "npm@11.16.0",
"author": "Dylan M. Taylor",
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/node": "^26.1.2",
"@vue/compiler-sfc": "^3.5.40",
"fs-extra": "^11.4.0",
"globby": "^16.2.2",
"gray-matter": "^4.0.3",
"markdown-it-attrs": "^5.0.1",
"mermaid": "^11.16.0",
"sharp": "^0.35.3",
"typescript": "^7.0.2",
"vitepress": "2.0.0-alpha.18"
}
}