03fe4b1fd4
NPM Installation / build (16.x, ubuntu-latest) (push) Waiting to run
NPM Installation / build (16.x, windows-latest) (push) Waiting to run
NPM Installation / build (17.x, ubuntu-latest) (push) Waiting to run
NPM Installation / build (17.x, windows-latest) (push) Waiting to run
NPM Installation / build (18.x, ubuntu-latest) (push) Waiting to run
NPM Installation / build (18.x, windows-latest) (push) Waiting to run
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@coreui/coreui-free-vue-admin-template",
|
|
"version": "5.5.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.2.0",
|
|
"@coreui/coreui": "^5.8.0",
|
|
"@coreui/icons": "^3.1.0",
|
|
"@coreui/icons-vue": "2.2.0",
|
|
"@coreui/utils": "^2.0.2",
|
|
"@coreui/vue": "^5.9.0",
|
|
"@coreui/vue-chartjs": "^3.0.0",
|
|
"@popperjs/core": "^2.11.8",
|
|
"axios": "^1.18.1",
|
|
"bootstrap": "^5.3.8",
|
|
"bootstrap-icons": "^1.13.1",
|
|
"chart.js": "^4.5.1",
|
|
"maplibre-gl": "^3.6.2",
|
|
"pinia": "^3.0.4",
|
|
"simplebar-vue": "^2.4.2",
|
|
"sweetalert2": "^11.26.25",
|
|
"vue": "^3.5.31",
|
|
"vue-router": "^5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"autoprefixer": "^10.4.27",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-vue": "^10.8.0",
|
|
"globals": "^16.5.0",
|
|
"postcss": "^8.5.8",
|
|
"sass": "^1.98.0",
|
|
"vite": "^8.0.3"
|
|
}
|
|
}
|