mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "@vuepress-plume/plugin-caniuse",
|
|
"type": "module",
|
|
"version": "1.0.0-rc.13",
|
|
"description": "The Plugin for VuePres 2, Support Can-I-Use feature",
|
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"
|
|
},
|
|
"keywords": [
|
|
"VuePress",
|
|
"plugin",
|
|
"vuepress-plugin",
|
|
"can-i-use",
|
|
"caniuse"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./lib/node/index.d.ts",
|
|
"import": "./lib/node/index.js"
|
|
},
|
|
"./client": {
|
|
"types": "./lib/client/index.d.ts",
|
|
"import": "./lib/client/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "lib/node/index.js",
|
|
"types": "./lib/node/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm run clean && pnpm run ts",
|
|
"clean": "rimraf lib *.tsbuildinfo",
|
|
"ts": "tsc -b tsconfig.build.json"
|
|
},
|
|
"dependencies": {
|
|
"@vuepress/client": "2.0.0-rc.0",
|
|
"@vuepress/core": "2.0.0-rc.0",
|
|
"@vuepress/utils": "2.0.0-rc.0",
|
|
"markdown-it-container": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/markdown-it": "^13.0.7"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|