UNPKG

vuepress-webpack

Version:

Vue-powered Static Site Generator

55 lines 1.24 kB
{ "name": "vuepress-webpack", "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-webpack": "./bin/vuepress.js" }, "files": [ "bin", "lib" ], "dependencies": { "sass-loader": "^13.3.2", "vue": "^3.3.8", "@vuepress/bundler-webpack": "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" }, "peerDependencies": { "vue": "^3.3.4" }, "engines": { "node": ">=18.16.0" }, "scripts": { "build": "tsc -b tsconfig.build.json", "clean": "rimraf lib *.tsbuildinfo" } }