1 Star 0 Fork 100

liuyanglinux/website

forked from openGauss/website
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
luckyasme 提交于 2024-09-23 11:30 +08:00 . fix: 修复CVE漏洞
{
"name": "opengauss",
"version": "0.0.1",
"description": "",
"type": "module",
"scripts": {
"dev": "vitepress dev app",
"build": "vitepress build app",
"test": "playwright test && playwright show-report",
"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",
"sitemap:zh": "node genSitemap.js zh",
"sitemap:en": "node genSitemap.js en"
},
"keywords": [],
"author": "",
"license": "",
"dependencies": {
"axios": "1.7.4",
"@vueuse/core": "^10.11.1",
"clipboard": "2.0.11",
"dayjs": "1.11.7",
"element-plus": "2.2.34",
"js-cookie": "3.0.1",
"opendesign": "./opendesign",
"pinia": "2.0.33",
"vue": "3.2.47",
"vue-dompurify-html": "5.1.0"
},
"devDependencies": {
"@playwright/test": "^1.47.0",
"@types/node": "20.5.9",
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"@vitejs/plugin-vue-jsx": "2.1.1",
"eslint": "8.34.0",
"eslint-plugin-vue": "9.9.0",
"husky": "8.0.3",
"prettier": "2.8.4",
"sass": "1.62.0",
"typescript": "4.9.4",
"unplugin-icons": "0.17.1",
"vitepress": "1.2.3"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuyanglinux/website.git
git@gitee.com:liuyanglinux/website.git
liuyanglinux
website
website
v2

搜索帮助