mirror of https://github.com/vuejs/vitepress
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
946 B
46 lines
946 B
{
|
|
"name": "vitepress",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"bin": {
|
|
"vitepress": "bin/vitepress.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "tsc -w -p src"
|
|
},
|
|
"keywords": [
|
|
"vite",
|
|
"vuepress"
|
|
],
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"diacritics": "^1.3.0",
|
|
"escape-html": "^1.0.3",
|
|
"gray-matter": "^4.0.2",
|
|
"lru-cache": "^5.1.1",
|
|
"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",
|
|
"vite": "^0.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lru-cache": "^5.1.0",
|
|
"@types/markdown-it": "^10.0.1",
|
|
"@types/node": "^13.13.4",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|