29 lines
631 B
JSON
29 lines
631 B
JSON
{
|
|
"name": "vue-admin",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.2.1",
|
|
"@popperjs/core": "^2.11.6",
|
|
"@vuepic/vue-datepicker": "^3.6.4",
|
|
"bootstrap": "^5.2.3",
|
|
"bootstrap-icons": "^1.10.3",
|
|
"cookie-universal": "^2.2.2",
|
|
"date-fns": "^2.29.3",
|
|
"pinia": "^2.0.28",
|
|
"vue": "^3.2.45",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"sass": "^1.57.1",
|
|
"vite": "^4.0.0"
|
|
}
|
|
}
|