mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
24 lines
434 B
JSON
24 lines
434 B
JSON
{
|
|
"name": "go-stock",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@vicons/ionicons5": "^0.13.0",
|
|
"vue": "^3.2.25"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"naive-ui": "^2.40.3",
|
|
"vfonts": "^0.0.3",
|
|
"vite": "5.4.6"
|
|
},
|
|
"keywords": [],
|
|
"author": "spark"
|
|
}
|