1 Star 0 Fork 101

chenHusky/website

forked from openGauss/website 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
pxq 提交于 2023-07-15 16:46 +08:00 . fix:下线博客浏览量
{
"name": "opengauss",
"version": "0.0.1",
"description": "",
"scripts": {
"dev": "vitepress dev app",
"build": "vitepress build app",
"lint": "eslint \"app/.vitepress/src/**/*.{js,ts,vue,jsx,tsx}\"",
"fix": "eslint --fix \"app/.vitepress/src/**/*.{js,ts,vue,jsx,tsx}\"",
"lint:components": "eslint \"opendesign/**/*.{js,ts,vue,jsx,tsx}\"",
"prepare": "husky install"
},
"keywords": [],
"author": "",
"license": "",
"dependencies": {
"axios": "1.3.4",
"dayjs": "1.11.7",
"element-plus": "2.2.34",
"js-cookie": "3.0.1",
"lodash": "4.17.21",
"opendesign": "./opendesign",
"pinia": "2.0.22",
"swiper": "6.5.7",
"vue": "3.2.39",
"vue-dompurify-html": "3.1.2"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/lodash": "^4.14.186",
"@types/node": "^18.0.1",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"eslint": "^8.19.0",
"eslint-plugin-vue": "^9.1.1",
"husky": "^8.0.1",
"install": "^0.13.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"sass": "^1.51.0",
"typescript": "^4.7.4",
"unplugin-element-plus": "^0.4.1",
"unplugin-icons": "^0.14.1",
"vitepress": "0.22.4"
},
"lint-staged": {
"app/.vitepress/src/**/*.{js,ts,vue,jsx,tsx}": [
"pnpm lint"
]
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenHusky/website.git
git@gitee.com:chenHusky/website.git
chenHusky
website
website
v2

搜索帮助