mirror of
https://github.com/go-task/task.git
synced 2026-02-24 12:10:47 +01: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": "^23.1.1",
|
|
"prettier": "^3.6.2",
|
|
"vitepress": "^1.6.3",
|
|
"vitepress-plugin-group-icons": "^1.6.1",
|
|
"vitepress-plugin-tabs": "^0.7.1",
|
|
"vitepress-plugin-llms": "^1.9.1",
|
|
"vue": "^3.5.18"
|
|
},
|
|
"packageManager": "pnpm@10.30.0+sha512.2b5753de015d480eeb88f5b5b61e0051f05b4301808a82ec8b840c9d2adf7748eb352c83f5c1593ca703ff1017295bc3fdd3119abb9686efc96b9fcb18200937"
|
|
}
|