mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-06-28 06:39:20 +08:00
20 lines
335 B
JSON
20 lines
335 B
JSON
{
|
|
"name": "mock-server",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"connect": "^3.7.0",
|
|
"vite-plugin-mock-dev-server": "^1.4.7",
|
|
"cors": "^2.8.5",
|
|
"mockjs": "1.1.0"
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"ignoreMissing": [
|
|
"vite"
|
|
]
|
|
}
|
|
}
|
|
} |