6f102dc60e
@coreui/coreui ^5.0.2 → ^5.1.2 @coreui/icons-vue 2.0.0 → 2.2.0 @coreui/vue ^5.1.0 → ^5.4.0 @vitejs/plugin-vue ^5.0.5 → ^5.1.4 autoprefixer ^10.4.19 → ^10.4.20 chart.js ^4.4.3 → ^4.4.4 eslint ^8.57.0 → ^9.11.1 eslint-plugin-vue ^9.26.0 → ^9.28.0 pinia ^2.1.7 → ^2.2.2 postcss ^8.4.38 → ^8.4.47 sass ^1.77.5 → ^1.79.3 vite ^5.3.1 → ^5.4.8 vue ^3.4.28 → ^3.5.8 vue-router ^4.3.3 → ^4.4.5
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@coreui/coreui-free-vue-admin-template",
|
|
"version": "5.1.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 \"src/**/*.{js,vue}\"",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@coreui/chartjs": "^4.0.0",
|
|
"@coreui/coreui": "^5.1.2",
|
|
"@coreui/icons": "^3.0.1",
|
|
"@coreui/icons-vue": "2.2.0",
|
|
"@coreui/utils": "^2.0.2",
|
|
"@coreui/vue": "^5.4.0",
|
|
"@coreui/vue-chartjs": "^3.0.0",
|
|
"@popperjs/core": "^2.11.8",
|
|
"chart.js": "^4.4.4",
|
|
"pinia": "^2.2.2",
|
|
"simplebar-vue": "^2.3.5",
|
|
"vue": "^3.5.8",
|
|
"vue-router": "^4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.28.0",
|
|
"postcss": "^8.4.47",
|
|
"sass": "^1.79.3",
|
|
"vite": "^5.4.8"
|
|
}
|
|
}
|