mirror of
https://github.com/xingwudao/xquant-beginner.git
synced 2026-07-27 20:27:45 +00:00
18 lines
345 B
JSON
18 lines
345 B
JSON
{
|
|
"name": "xquant-beginner",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"docs:dev": "vitepress --host 0.0.0.0",
|
|
"docs:build": "vitepress build",
|
|
"docs:preview": "vitepress preview --host 0.0.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"vitepress": "^1.6.4"
|
|
},
|
|
"overrides": {
|
|
"vite": "6.4.2"
|
|
}
|
|
}
|