Files
vuepress/packages/@vuepress/plugin-stylus/package.json
T

33 lines
790 B
JSON

{
"name": "@vuepress/plugin-stylus",
"version": "1.0.0",
"description": "stylus 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",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"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-stylus#readme"
}