@coreui/vue-pro
Version:
UI Components Library for Vue.js
68 lines (67 loc) • 1.82 kB
JSON
{
"name": "@coreui/vue-pro",
"version": "5.10.0",
"description": "UI Components Library for Vue.js",
"keywords": [
"vue",
"vue-component",
"vue component",
"vue bootstrap",
"bootstrap vue",
"ui library",
"ui components",
"component library",
"components"
],
"homepage": "https://coreui.io/vue/",
"bugs": {
"url": "https://github.com/coreui/coreui-vue-pro/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coreui/coreui-vue-pro.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"jsnext:main": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"files": [
"dist/",
"src/"
],
"scripts": {
"build": "npm-run-all clean build-*",
"build-cjs": "rollup --environment ESM:false --config",
"build-esm": "rollup --environment ESM:true --config",
"clean": "cross-env-shell \"rm -rf dist\"",
"test": "jest --coverage",
"test:clear": "jest --clearCache",
"test:update": "jest --coverage --updateSnapshot"
},
"dependencies": {
"@coreui/coreui-pro": "^5.8.0",
"@popperjs/core": "^2.11.8"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@types/jest": "^29.5.14",
"@vue/test-utils": "^2.4.6",
"@vue/vue3-jest": "29.2.6",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rollup": "^4.30.1",
"rollup-plugin-vue": "^6.0.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2",
"vue": "^3.5.13",
"vue-types": "^5.1.3"
},
"peerDependencies": {
"vue": "^3.5.0"
}
}