Files
taoyao/taoyao-client/package.json
2023-02-03 08:57:37 +08:00

20 lines
354 B
JSON

{
"name": "taoyao-client",
"author": "acgist",
"version": "1.0.0",
"private": true,
"description": "taoyao client",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.45"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"vite": "^4.0.0"
}
}