Chart.js/docs/package.json
Dan Onoshko f957aad352
docs: fix images loading (#10621)
* docs: fix images loading

* docs: temporary restore configureWebpack

* docs: rm html-webpack-plugin
2022-08-23 15:30:03 +02:00

32 lines
1008 B
JSON

{
"name": "docs",
"private": "true",
"version": "4.0.0-dev",
"license": "MIT",
"type": "module",
"scripts": {
"build": "vuepress build --no-cache",
"dev": "vuepress dev --no-cache"
},
"devDependencies": {
"@simonbrunel/vuepress-plugin-versions": "^0.2.0",
"@vuepress/plugin-google-analytics": "^1.9.7",
"@vuepress/plugin-html-redirect": "^0.1.2",
"markdown-it": "^8.4.2",
"markdown-it-include": "^2.0.0",
"typedoc": "^0.23.10",
"typedoc-plugin-markdown": "^3.13.4",
"typescript": "^4.7.4",
"vue": "^2.6.14",
"vue-tabs-component": "^1.5.0",
"vuepress": "^1.9.7",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-flexsearch": "^0.3.0",
"vuepress-plugin-redirect": "^1.2.5",
"vuepress-plugin-tabs": "^0.3.0",
"vuepress-plugin-typedoc": "^0.11.0",
"vuepress-theme-chartjs": "^0.2.0",
"webpack": "^4.46.0"
}
}