mirror of
https://github.com/go-task/task.git
synced 2026-06-22 20:25:50 +00:00
28 lines
785 B
JSON
28 lines
785 B
JSON
{
|
|
"name": "website2",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vitepress dev",
|
|
"build": "vitepress build",
|
|
"preview": "vitepress preview",
|
|
"lint": "prettier --write ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/node": "^24.1.0",
|
|
"netlify-cli": "^26.0.0",
|
|
"prettier": "^3.6.2",
|
|
"vitepress": "^1.6.3",
|
|
"vitepress-plugin-group-icons": "^1.6.1",
|
|
"vitepress-plugin-tabs": "^0.9.0",
|
|
"vitepress-plugin-llms": "^1.9.1",
|
|
"vue": "^3.5.18"
|
|
},
|
|
"packageManager": "pnpm@11.8.0+sha512.c1f5e7c4cb241c8f174b743851d82f42b802324afc8b0f116b96adb15aa06664948dde36960a3ba1079ba5b4b29dd0140135b94b5b5f5263592249d68e555f26"
|
|
}
|