forked from dylanmtaylor/dylanmtaylor.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 712 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 712 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
{
"name": "dylanmtaylor.gitlab.io",
"version": "1.0.0",
"description": "Dylan M. Taylor's Personal Website and Blog",
"scripts": {
"dev": "vitepress dev --host 0.0.0.0",
"serve": "vitepress dev --host 0.0.0.0",
"build": "vitepress build",
"preview": "vitepress preview"
},
"keywords": [],
"author": "Dylan M. Taylor",
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/node": "^25.2.3",
"@vue/compiler-sfc": "^3.5.28",
"fs-extra": "^11.3.3",
"globby": "^16.1.0",
"gray-matter": "^4.0.3",
"markdown-it-attrs": "^4.3.1",
"mermaid": "^11.12.3",
"sharp": "^0.34.5",
"typescript": "^5.9.3",
"vitepress": "2.0.0-alpha.16"
}
}