mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-20 02:35:53 +10:00
Note that it would be better to transform @vuepress/plugin-less as a 3rd plugin so we don't need to install deps at our repo.
32 lines
757 B
JSON
32 lines
757 B
JSON
{
|
|
"name": "@vuepress/plugin-less",
|
|
"version": "1.0.0",
|
|
"description": "less plugin for vuepress",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vuepress.git"
|
|
},
|
|
"keywords": [
|
|
"documentation",
|
|
"vue",
|
|
"vuepress",
|
|
"generator"
|
|
],
|
|
"dependencies": {
|
|
"@vuepress/shared-utils": "^1.0.0",
|
|
"less-loader": "^4.1.0",
|
|
"postcss-loader": "^2.1.5",
|
|
"mini-css-extract-plugin": "^0.4.1",
|
|
"autoprefixer": "^8.2.0"
|
|
},
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vuepress/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-less#readme"
|
|
} |