mirror of
https://gitee.com/yansongda/pay.git
synced 2024-11-29 18:58:38 +08:00
25 lines
472 B
JSON
25 lines
472 B
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"web:dev": "vitepress dev",
|
|
"web:build": "vitepress build",
|
|
"web:serve": "vitepress serve"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.12",
|
|
"fast-glob": "^3.3.2",
|
|
"sass": "^1.77.1",
|
|
"vite": "^5.2.11",
|
|
"vitepress": "^1.1.4",
|
|
"vue": "^3.4.27"
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"ignoreMissing": [
|
|
"@algolia/client-search",
|
|
"search-insights"
|
|
]
|
|
}
|
|
}
|
|
}
|