mirror of
https://github.com/go-task/task.git
synced 2026-02-24 20:20:30 +01:00
27 lines
747 B
JSON
27 lines
747 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": "^23.1.1",
|
|
"prettier": "^3.6.2",
|
|
"vitepress": "^1.6.3",
|
|
"vitepress-plugin-group-icons": "^1.6.1",
|
|
"vitepress-plugin-tabs": "^0.7.1",
|
|
"vue": "^3.5.18"
|
|
},
|
|
"packageManager": "pnpm@10.16.1+sha512.0e155aa2629db8672b49e8475da6226aa4bdea85fdcdfdc15350874946d4f3c91faaf64cbdc4a5d1ab8002f473d5c3fcedcd197989cf0390f9badd3c04678706"
|
|
}
|