vuepress-vite
Version:
Vue-powered Static Site Generator
58 lines • 1.3 kB
JSON
{
"name": "vuepress-vite",
"version": "2.0.0-rc.0",
"description": "Vue-powered Static Site Generator",
"keywords": [
"documentation",
"generator",
"vue",
"vuepress"
],
"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/index.js",
"./bin": "./bin/vuepress.js",
"./package.json": "./package.json"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"bin": {
"vuepress": "./bin/vuepress.js",
"vuepress-vite": "./bin/vuepress.js"
},
"files": [
"bin",
"lib"
],
"dependencies": {
"vue": "^3.3.8",
"@vuepress/bundler-vite": "2.0.0-rc.0",
"@vuepress/cli": "2.0.0-rc.0",
"@vuepress/core": "2.0.0-rc.0",
"@vuepress/theme-default": "2.0.0-rc.0"
},
"devDependencies": {
"@vuepress/client": "2.0.0-rc.0"
},
"peerDependencies": {
"vue": "^3.3.4",
"@vuepress/client": "2.0.0-rc.0"
},
"engines": {
"node": ">=18.16.0"
},
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo"
}
}