mirror of
https://github.com/go-task/task.git
synced 2026-05-18 09:22:12 +02:00
28 lines
786 B
JSON
28 lines
786 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@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800"
|
|
}
|