46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "@coreui/coreui-free-vue-admin-template",
|
|
"version": "5.3.0",
|
|
"description": "CoreUI Free Vue Admin Template",
|
|
"bugs": {
|
|
"url": "https://github.com/coreui/coreui-free-vue-admin-template/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:coreui/coreui-free-vue-admin-template.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
|
|
"scripts": {
|
|
"dev": "vite --force",
|
|
"build": "vite build",
|
|
"lint": "eslint",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@coreui/chartjs": "^4.1.0",
|
|
"@coreui/coreui": "^5.3.1",
|
|
"@coreui/icons": "^3.0.1",
|
|
"@coreui/icons-vue": "2.2.0",
|
|
"@coreui/utils": "^2.0.2",
|
|
"@coreui/vue": "^5.4.1",
|
|
"@coreui/vue-chartjs": "^3.0.0",
|
|
"@popperjs/core": "^2.11.8",
|
|
"chart.js": "^4.4.7",
|
|
"pinia": "^3.0.1",
|
|
"simplebar-vue": "^2.4.0",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.20.1",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"globals": "^15.15.0",
|
|
"postcss": "^8.5.2",
|
|
"sass": "^1.85.0",
|
|
"vite": "^6.1.0"
|
|
}
|
|
}
|