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