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.
56 lines
1.7 KiB
56 lines
1.7 KiB
{
|
|
"name": "vitepress-nav-template",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"description": "基于 VitePress 打造个人前端导航网站",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vitepress dev docs --port=8732",
|
|
"build": "vitepress build docs",
|
|
"preview": "vitepress preview docs --port 8730",
|
|
"prepare": "husky install",
|
|
"format": "prettier --write ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/maomao1996/vitepress-nav-template.git"
|
|
},
|
|
"author": "maomao1996 <1714487678@qq.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/maomao1996/vitepress-nav-template/issues"
|
|
},
|
|
"homepage": "https://github.com/maomao1996/vitepress-nav-template#readme",
|
|
"devDependencies": {
|
|
"@femm/prettier": "^1.1.0",
|
|
"@femm/tailwind-config": "^1.0.0",
|
|
"@femm/verify-commit": "^1.0.1",
|
|
"@giscus/vue": "^3.0.0",
|
|
"@mdit-vue/shared": "^0.12.1",
|
|
"@types/node": "^18.18.6",
|
|
"autoprefixer": "^10.4.17",
|
|
"cross-env": "^7.0.3",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.3.0",
|
|
"medium-zoom": "^1.0.8",
|
|
"postcss": "^8.4.33",
|
|
"prettier": "^2.8.8",
|
|
"sass": "^1.69.4",
|
|
"tailwindcss": "^3.4.1",
|
|
"vite-plugin-markdown-preview": "^1.1.1",
|
|
"vitepress": "^1.0.1",
|
|
"vue": "^3.4.21"
|
|
},
|
|
"prettier": "@femm/prettier",
|
|
"lint-staged": {
|
|
"*.{js,jsx,tsx,vue,css,scss,less,md,json}": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"pnpm": {
|
|
"patchedDependencies": {
|
|
"vite-plugin-markdown-preview@1.1.1": "patches/vite-plugin-markdown-preview@1.1.1.patch"
|
|
}
|
|
},
|
|
"packageManager": "pnpm@9.13.2+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
|
|
}
|
|
|