mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@vuepress-plume/vuepress-plugin-caniuse",
|
|
"version": "1.0.0-beta.27",
|
|
"description": "The Plugin for VuePres 2, Support Can-I-Use feature",
|
|
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "pengzhanbo <volodymyr@foxmail.com>",
|
|
"main": "lib/node/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm run clean && pnpm run ts",
|
|
"clean": "rimraf lib *.tsbuildinfo",
|
|
"dev": "pnpm run ts:watch",
|
|
"ts": "tsc -b tsconfig.build.json",
|
|
"ts:watch": "tsc -b tsconfig.build.json --watch"
|
|
},
|
|
"dependencies": {
|
|
"@vuepress/cli": "2.0.0-beta.43",
|
|
"@vuepress/client": "2.0.0-beta.43",
|
|
"@vuepress/core": "2.0.0-beta.43",
|
|
"@vuepress/utils": "2.0.0-beta.43",
|
|
"markdown-it-container": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/markdown-it": "^12.2.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|