mirror of
https://gitee.com/yansongda/pay.git
synced 2024-11-30 03:07:38 +08:00
25 lines
475 B
JSON
25 lines
475 B
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"web:dev": "vitepress dev",
|
|
"web:build": "vitepress build",
|
|
"web:serve": "vitepress serve"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.3",
|
|
"fast-glob": "^3.3.2",
|
|
"sass": "^1.69.5",
|
|
"vite": "^5.0.5",
|
|
"vitepress": "1.0.0-rc.31",
|
|
"vue": "^3.3.10"
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"ignoreMissing": [
|
|
"@algolia/client-search",
|
|
"search-insights"
|
|
]
|
|
}
|
|
}
|
|
}
|