69 lines
2.1 KiB
JSON
69 lines
2.1 KiB
JSON
{
|
|
"name": "@coreui/coreui-free-vue-admin-template",
|
|
"version": "4.1.0",
|
|
"description": "CoreUI Free Vue Admin Template",
|
|
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"test:e2e": "vue-cli-service test:e2e --headless",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@coreui/chartjs": "^3.0.0",
|
|
"@coreui/coreui": "^4.1.0",
|
|
"@coreui/icons": "^2.1.0",
|
|
"@coreui/icons-vue": "2.0.0",
|
|
"@coreui/utils": "^1.3.1",
|
|
"@coreui/vue": "^4.1.0",
|
|
"@coreui/vue-chartjs": "^2.0.0",
|
|
"@fortawesome/fontawesome-svg-core": "^6.3.0",
|
|
"@fortawesome/free-brands-svg-icons": "^6.3.0",
|
|
"@fortawesome/free-regular-svg-icons": "^6.3.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.3.0",
|
|
"@fortawesome/vue-fontawesome": "^3.0.3",
|
|
"@tinymce/tinymce-vue": "^4.0.7",
|
|
"core-js": "^3.19.0",
|
|
"postcss-loader": "^4.3.0",
|
|
"raw-loader": "^4.0.2",
|
|
"tinymce": "^6.0.3",
|
|
"vue": "^3.2.23",
|
|
"vue-axios": "^3.4.0",
|
|
"vue-router": "^4.0.12",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/eslint-parser": "^7.12.16",
|
|
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
|
|
"@vue/cli-plugin-e2e-cypress": "~5.0.0-rc.1",
|
|
"@vue/cli-plugin-eslint": "~5.0.0-rc.1",
|
|
"@vue/cli-plugin-router": "~5.0.0-rc.1",
|
|
"@vue/cli-plugin-unit-jest": "~5.0.0-rc.1",
|
|
"@vue/cli-plugin-vuex": "~5.0.0-rc.1",
|
|
"@vue/cli-service": "~5.0.0-rc.1",
|
|
"@vue/test-utils": "^2.0.0-0",
|
|
"@vue/vue3-jest": "^27.0.0-alpha.1",
|
|
"babel-jest": "^27.0.6",
|
|
"cypress": "^8.7.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
"jest": "^27.0.5",
|
|
"sass": "^1.32.7",
|
|
"sass-loader": "^12.0.0",
|
|
"vue-cli-plugin-axios": "~0.0.4"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/coreui/coreui-free-vue-admin-template/issues"
|
|
},
|
|
"config": {
|
|
"coreui_library_short_version": "4.1"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:coreui/coreui-free-vue-admin-template.git"
|
|
}
|
|
}
|