a4f1cf2826
@coreui/chartjs ^4.0.0-beta.1 → ^4.0.0-rc.0 @coreui/coreui ^5.0.0-beta.2 → ^5.0.0-rc.0 @coreui/vue ^5.0.0-beta.1 → ^5.0.0-rc.0 @coreui/vue-chartjs ^3.0.0-beta.0 → ^3.0.0-rc.0 @vitejs/plugin-vue ^4.4.0 → ^4.4.1
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "@coreui/coreui-free-vue-admin-template",
|
|
"version": "4.2.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-rc.0",
|
|
"@coreui/coreui": "^5.0.0-rc.0",
|
|
"@coreui/icons": "^3.0.1",
|
|
"@coreui/icons-vue": "2.0.0",
|
|
"@coreui/utils": "^2.0.2",
|
|
"@coreui/vue": "^5.0.0-rc.0",
|
|
"@coreui/vue-chartjs": "^3.0.0-rc.0",
|
|
"@popperjs/core": "^2.11.8",
|
|
"chart.js": "^4.4.0",
|
|
"vue": "^3.3.8",
|
|
"vue-router": "^4.2.5",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.4.1",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.53.0",
|
|
"eslint-plugin-vue": "^9.18.1",
|
|
"postcss": "^8.4.31",
|
|
"sass": "^1.69.5",
|
|
"vite": "^4.5.0"
|
|
}
|
|
}
|