1 Star 0 Fork 0

Vue.js/theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
Evan You 提交于 2024-09-18 07:25 . v2.3.0
{
"name": "@vue/theme",
"version": "2.3.0",
"description": "The VitePress theme for vuejs.org.",
"main": "src/index.ts",
"type": "module",
"exports": {
".": "./src/index.ts",
"./config": {
"types": "./src/vitepress/config/baseConfig.d.ts",
"default": "./src/vitepress/config/baseConfig.js"
},
"./src/*": "./src/*"
},
"files": [
"src",
"types"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/theme.git"
},
"keywords": [
"vue",
"design-system"
],
"author": "Evan You",
"license": "MIT",
"homepage": "https://theme.vuejs.org",
"bugs": {
"url": "https://github.com/vuejs/theme/issues"
},
"scripts": {
"lint": "prettier --check --write --parser typescript \"{__tests__,docs,src,types}/**/*.ts\"",
"lint:fail": "prettier --check --parser typescript \"{__tests__,docs,src,types}/**/*.ts\"",
"type": "vue-tsc --noEmit",
"test": "npm run lint && npm run type",
"dev": "vitepress dev demo",
"demo-build": "vitepress build demo",
"serve": "npm run demo-build && vitepress serve demo"
},
"dependencies": {
"@docsearch/css": "^3.6.0",
"@docsearch/js": "^3.6.0",
"@vueuse/core": "^10.9.0",
"body-scroll-lock": "^4.0.0-beta.0",
"normalize.css": "^8.0.1",
"tiny-decode": "^0.1.3"
},
"devDependencies": {
"@mdit-vue/types": "^2.1.0",
"@types/body-scroll-lock": "^3.1.2",
"@types/estree": "^1.0.5",
"@types/node": "^20.12.12",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vitepress": "^1.2.2",
"vue": "^3.4.27",
"vue-tsc": "^2.0.19"
},
"peerDependencies": {
"vitepress": "^1.2.2"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
},
"packageManager": "pnpm@9.1.2"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vuejs/theme.git
git@gitee.com:vuejs/theme.git
vuejs
theme
theme
main

搜索帮助