Ai
1 Star 0 Fork 0

爱做梦的奋斗青年/vitepress-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
zhanghaijun 提交于 2024-03-07 14:44 +08:00 . 目录单词拼错了
{
"name": "mark-vite",
"version": "1.0.2",
"description": "导航|文档|笔记|记录|组件库",
"main": "index.js",
"private": "true",
"author": {
"name": "zhanghaijun",
"url": "https://haijunit.top",
"email": "zhanghaijun_java@163.com"
},
"repository": {
"type": "git",
"url": "git@gitee.com:haijunit/vitepress-demo.git"
},
"keywords": [
"blog",
"vitepress",
"note"
],
"license": "ISC",
"homepage": "https://haijunit.top",
"scripts": {
"dev": "pnpm -r run dev",
"build": "pnpm -r run build",
"build:packages": "pnpm -r --filter=./packages/* run build",
"build:clients": "pnpm -r --filter=./clients/* run build",
"release": "bumpp package.json **/package.json",
"format:docs": "prettier --write clients/**/*.{vue,js,jsx,ts,tsx,scss,md,json}",
"format:packages": "prettier --write packages/**/*.{vue,js,jsx,ts,tsx,scss,md,json}",
"docs:dev": "pnpm -C clients/mark-docs dev",
"docs:build": "pnpm -C clients/mark-docs build"
},
"dependencies": {
"axios": "^1.6.7",
"typescript": "^5.3.3"
},
"devDependencies": {
"@mark/utils": "workspace:^",
"bumpp": "^9.4.0",
"prettier": "^3.2.5"
},
"engines": {
"node": ">=16",
"pnpm": ">=7"
},
"lint-staged": {
"*.{js,css,scss,less,ts,jsx,vue,html,json,md,yaml}": "prettier --write"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/haijunit/vitepress-demo.git
git@gitee.com:haijunit/vitepress-demo.git
haijunit
vitepress-demo
vitepress-demo
repo

搜索帮助