@vuepress/plugin-palette
Version:
VuePress plugin - palette
48 lines • 1.02 kB
JSON
{
"name": "@vuepress/plugin-palette",
"version": "2.0.0-rc.0",
"description": "VuePress plugin - palette",
"keywords": [
"vuepress-plugin",
"vuepress",
"plugin",
"palette",
"style",
"css",
"sass",
"less",
"stylus"
],
"homepage": "https://github.com/vuepress",
"bugs": {
"url": "https://github.com/vuepress/vuepress-next/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/vuepress-next.git"
},
"license": "MIT",
"author": "meteorlxy",
"type": "module",
"exports": {
".": "./lib/node/index.js",
"./package.json": "./package.json"
},
"main": "./lib/node/index.js",
"types": "./lib/node/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"chokidar": "^3.5.3",
"@vuepress/core": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo"
}
}