-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 867 Bytes
/
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
{
"name": "shylock-blog",
"type": "module",
"version": "1.0.0",
"description": "hhhhhhello world",
"packageManager": "[email protected]",
"author": "Shylock",
"license": "MIT",
"engines": {
"node": "^18.20.0 || >=20.0.0"
},
"scripts": {
"src:dev": "vuepress dev src",
"src:dev-clean": "vuepress dev src --clean-cache --clean-temp",
"src:build": "vuepress build src --clean-cache --clean-temp",
"src:preview": "http-server src/.vuepress/dist",
"vp-update": "pnpm dlx vp-update",
"lint:fix": "prettier . --write"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.18",
"http-server": "^14.1.1",
"sass-embedded": "^1.80.4",
"typescript": "^5.6.3",
"vue": "^3.5.12",
"vuepress": "2.0.0-rc.18",
"vuepress-theme-plume": "1.0.0-rc.113"
},
"dependencies": {
"prettier": "^3.3.3"
}
}