mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"name": "vuepress-plugin-netlify-functions",
|
|
"type": "module",
|
|
"version": "1.0.0-rc.47",
|
|
"description": "The Plugin for VuePres 2, Support Netlify Functions",
|
|
"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",
|
|
"directory": "plugins/plugin-netlify-functions"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"
|
|
},
|
|
"keywords": [
|
|
"VuePress",
|
|
"vuepress plugin",
|
|
"netlify",
|
|
"netlify functions",
|
|
"netlifyFunctions",
|
|
"vuepress-plugin-netlify-functions"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./lib/node/index.d.ts",
|
|
"import": "./lib/node/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "lib/node/index.js",
|
|
"types": "lib/node/index.d.ts",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm run copy && pnpm run ts",
|
|
"clean": "rimraf --glob ./lib ./*.tsbuildinfo",
|
|
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
|
|
"ts": "tsc -b tsconfig.build.json"
|
|
},
|
|
"peerDependencies": {
|
|
"vuepress": "2.0.0-rc.9"
|
|
},
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"@netlify/functions": "^2.6.0",
|
|
"chalk": "^5.3.0",
|
|
"chokidar": "^3.6.0",
|
|
"cpx2": "^7.0.1",
|
|
"dotenv": "^16.4.5",
|
|
"esbuild": "^0.20.2",
|
|
"execa": "^8.0.1",
|
|
"netlify-cli": "^17.21.1",
|
|
"portfinder": "^1.0.32"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|