mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
81 lines
2.1 KiB
JSON
81 lines
2.1 KiB
JSON
{
|
|
"name": "@vuepress/core",
|
|
"version": "1.0.0-alpha.22",
|
|
"description": "Minimalistic doc generator with Vue component based layout system",
|
|
"main": "lib/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vuepress.git"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"documentation",
|
|
"vue",
|
|
"generator"
|
|
],
|
|
"author": "Evan You",
|
|
"maintainers": [
|
|
{
|
|
"name": "ULIVZ",
|
|
"email": "chl814@foxmail.com"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vuepress/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vuepress#readme",
|
|
"dependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@vue/babel-preset-app": "^3.1.1",
|
|
"@vuepress/markdown": "^1.0.0-alpha.22",
|
|
"@vuepress/markdown-loader": "^1.0.0-alpha.22",
|
|
"@vuepress/plugin-last-updated": "^1.0.0-alpha.22",
|
|
"@vuepress/plugin-register-components": "^1.0.0-alpha.22",
|
|
"@vuepress/shared-utils": "^1.0.0-alpha.22",
|
|
"autoprefixer": "^8.2.0",
|
|
"babel-loader": "^8.0.4",
|
|
"cache-loader": "^1.2.2",
|
|
"chokidar": "^2.0.3",
|
|
"connect-history-api-fallback": "^1.5.0",
|
|
"copy-webpack-plugin": "^4.5.1",
|
|
"cross-spawn": "^6.0.5",
|
|
"css-loader": "^0.28.11",
|
|
"file-loader": "^1.1.11",
|
|
"gray-matter": "^4.0.1",
|
|
"js-yaml": "^3.11.0",
|
|
"koa-connect": "^2.0.1",
|
|
"koa-mount": "^3.0.0",
|
|
"koa-range": "^0.3.0",
|
|
"koa-static": "^4.0.2",
|
|
"lru-cache": "^4.1.2",
|
|
"mini-css-extract-plugin": "0.4.4",
|
|
"optimize-css-assets-webpack-plugin": "^4.0.0",
|
|
"portfinder": "^1.0.13",
|
|
"postcss-loader": "^2.1.5",
|
|
"toml": "^2.3.3",
|
|
"url-loader": "^1.0.1",
|
|
"vue": "^2.5.16",
|
|
"vue-content-loader": "^0.2.1",
|
|
"vue-loader": "^15.2.4",
|
|
"vue-router": "^3.0.1",
|
|
"vue-server-renderer": "^2.5.16",
|
|
"vue-template-compiler": "^2.5.16",
|
|
"vuepress-html-webpack-plugin": "^3.2.0",
|
|
"webpack": "^4.8.1",
|
|
"webpack-chain": "^4.6.0",
|
|
"webpack-merge": "^4.1.2",
|
|
"webpack-serve": "^1.0.2",
|
|
"webpackbar": "^2.6.1",
|
|
"smooth-scroll": "^15.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"browserslist": [
|
|
">1%"
|
|
]
|
|
}
|