UNPKG

vuepress-theme-chartjs

Version:

VuePress theme for projects in the Chart.js organization.

45 lines (44 loc) 1.06 kB
{ "name": "vuepress-theme-chartjs", "description": "VuePress theme for projects in the Chart.js organization.", "version": "0.2.0", "license": "MIT", "main": "index.js", "files": [ "components/", "global-components/", "styles/", "enhanceApp.js", "index.js" ], "scripts": { "docs": "vuepress build docs --no-cache", "docs:dev": "vuepress dev docs --no-cache", "lint": "eslint . --ext .js,.vue" }, "repository": { "type": "git", "url": "git+https://github.com/simonbrunel/vuepress-theme-chartjs.git" }, "keywords": [ "vuepress", "theme", "chartjs" ], "homepage": "https://github.com/simonbrunel/vuepress-theme-chartjs#readme", "dependencies": { "acorn": "^8.1.0", "vue-prism-editor": "^1.2.2", "vue2-perfect-scrollbar": "^1.5.0" }, "devDependencies": { "chart.js": "^3.0.0-rc.2", "eslint": "^7.22.0", "eslint-config-chartjs": "^0.3.0", "eslint-plugin-vue": "^7.7.0", "vuepress": "^1.8.2" }, "peerDependencies": { "chart.js": ">= 2" } }