2021-03-01 15:06:11 +08:00

124 lines
3.1 KiB
JSON

{
"_args": [
[
"vitepress@0.7.4",
"J:\\Github\\CURD-TS"
]
],
"_development": true,
"_from": "vitepress@0.7.4",
"_id": "vitepress@0.7.4",
"_inBundle": false,
"_integrity": "sha1-qRphf0Naa7STF89MOScbNUA9Fqg=",
"_location": "/vitepress",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vitepress@0.7.4",
"name": "vitepress",
"escapedName": "vitepress",
"rawSpec": "0.7.4",
"saveSpec": null,
"fetchSpec": "0.7.4"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "http://192.168.250.101:4873/vitepress/-/vitepress-0.7.4.tgz",
"_spec": "0.7.4",
"_where": "J:\\Github\\CURD-TS",
"author": {
"name": "Evan You"
},
"bin": {
"vitepress": "bin/vitepress.js"
},
"bugs": {
"url": "https://github.com/vuejs/vitepress/issues"
},
"dependencies": {
"@vue/compiler-sfc": "^3.0.2",
"@vue/server-renderer": "^3.0.2",
"debug": "^4.1.1",
"diacritics": "^1.3.0",
"escape-html": "^1.0.3",
"fs-extra": "^9.0.0",
"globby": "^11.0.1",
"gray-matter": "^4.0.2",
"lru-cache": "^6.0.0",
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^5.2.7",
"markdown-it-container": "^2.0.0",
"markdown-it-emoji": "^1.4.0",
"markdown-it-table-of-contents": "^0.4.4",
"minimist": "^1.2.5",
"prismjs": "^1.20.0",
"slash": "^3.0.0",
"vite": "^1.0.0-rc.9",
"vue": "^3.0.2"
},
"description": "[![npm](https://img.shields.io/npm/v/vitepress)](https://www.npmjs.com/package/vitepress)",
"devDependencies": {
"@types/fs-extra": "^9.0.1",
"@types/lru-cache": "^5.1.0",
"@types/markdown-it": "^10.0.2",
"@types/node": "^13.13.4",
"@types/postcss-load-config": "^2.0.1",
"chokidar": "^3.4.2",
"conventional-changelog-cli": "^2.1.0",
"lint-staged": "^10.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"typescript": "^3.8.3",
"yorkie": "^2.0.0"
},
"engines": {
"node": ">=10.0.0"
},
"files": [
"bin",
"lib",
"dist",
"types"
],
"gitHooks": {
"pre-commit": "lint-staged"
},
"homepage": "https://github.com/vuejs/vitepress/tree/master/#readme",
"keywords": [
"vite",
"vue",
"vuepress"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"prettier --write"
],
"*.ts": [
"prettier --parser=typescript --write"
]
},
"main": "dist/node/index.js",
"name": "vitepress",
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vitepress.git"
},
"scripts": {
"build": "rimraf -rf dist && node scripts/copyShared && tsc -p src/client && tsc -p src/node && node scripts/copyClient",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"dev": "yarn dev-shared && yarn dev-start",
"dev-client": "tsc -w -p src/client",
"dev-node": "tsc -w -p src/node",
"dev-shared": "node scripts/copyShared",
"dev-start": "run-p dev-client dev-node dev-watch",
"dev-watch": "node scripts/watchAndCopy",
"release": "bash scripts/release.sh"
},
"typings": "types/index.d.ts",
"version": "0.7.4"
}