54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "@vuepress-plume/vuepress-plugin-page-collection",
|
|
"version": "1.0.0-beta.69",
|
|
"private": true,
|
|
"description": "The Plugin for VuePres 2",
|
|
"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>",
|
|
"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"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm run clean && pnpm run copy && pnpm run ts",
|
|
"clean": "rimraf lib *.tsbuildinfo",
|
|
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
|
|
"ts": "tsc -b tsconfig.build.json"
|
|
},
|
|
"dependencies": {
|
|
"@netlify/functions": "^1.4.0",
|
|
"@vuepress-plume/vuepress-plugin-netlify-functions": "workspace:*",
|
|
"@vuepress/client": "2.0.0-beta.61",
|
|
"@vuepress/core": "2.0.0-beta.61",
|
|
"@vuepress/shared": "2.0.0-beta.61",
|
|
"@vuepress/utils": "2.0.0-beta.61",
|
|
"leancloud-storage": "^4.15.0",
|
|
"vue": "^3.2.47",
|
|
"vue-router": "4.1.6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keyword": [
|
|
"VuePress",
|
|
"vuepress plugin",
|
|
"pageCollection",
|
|
"vuepress-plugin-plugin-page-collection"
|
|
]
|
|
}
|