UNPKG

@vuepress/plugin-theme-data

Version:

VuePress plugin - theme data

48 lines 1.15 kB
{ "name": "@vuepress/plugin-theme-data", "version": "2.0.0-rc.0", "description": "VuePress plugin - theme data", "keywords": [ "vuepress-plugin", "vuepress", "plugin", "theme" ], "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", "./client": "./lib/client/index.js", "./package.json": "./package.json" }, "main": "./lib/node/index.js", "types": "./lib/node/index.d.ts", "files": [ "lib" ], "dependencies": { "@vue/devtools-api": "^6.5.1", "vue": "^3.3.8", "@vuepress/core": "2.0.0-rc.0", "@vuepress/utils": "2.0.0-rc.0", "@vuepress/client": "2.0.0-rc.0", "@vuepress/shared": "2.0.0-rc.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc -b tsconfig.build.json", "clean": "rimraf lib *.tsbuildinfo", "copy": "cpx \"src/**/*.d.ts\" lib" } }