mirror of
https://gitee.com/XiaoLFeng/JSL_OrganizeInternalOA_Web.git
synced 2025-02-04 19:42:34 +08:00
24 lines
458 B
JSON
24 lines
458 B
JSON
|
{
|
||
|
"name": "vue-project",
|
||
|
"version": "0.0.0",
|
||
|
"private": true,
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vite build",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"flowbite": "^2.2.1",
|
||
|
"vue": "^3.3.11",
|
||
|
"vue-router": "^4.2.5"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vitejs/plugin-vue": "^4.5.2",
|
||
|
"autoprefixer": "^10.4.16",
|
||
|
"postcss": "^8.4.32",
|
||
|
"tailwindcss": "^3.4.0",
|
||
|
"vite": "^5.0.10"
|
||
|
}
|
||
|
}
|