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