当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
18 Star 26 Fork 100

openGauss/website
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
luckyasme 提交于 2025-03-14 12:00 +08:00 . fix: update axios
{
"name": "opengauss",
"version": "0.0.1",
"description": "",
"type": "module",
"scripts": {
"dev": "vitepress dev app",
"build": "vitepress build app",
"test:e2e": "playwright test && playwright show-report",
"test:unit": "vitest",
"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",
"generate:blog-data": "node scripts/generate-blog-data.js"
},
"keywords": [],
"author": "",
"license": "",
"dependencies": {
"@opensig/open-analytics": "^0.0.9",
"@vueuse/core": "10.11.1",
"axios": "1.8.2",
"clipboard": "2.0.11",
"dayjs": "1.11.13",
"element-plus": "2.8.2",
"highlight.js": "11.9.0",
"js-cookie": "3.0.5",
"opendesign": "./opendesign",
"pinia": "2.0.13",
"uuid": "10.0.0",
"vue": "3.3.4",
"vue-dompurify-html": "3.1.2"
},
"devDependencies": {
"@playwright/test": "^1.47.0",
"@rushstack/eslint-patch": "^1.10.5",
"@types/node": "20.5.9",
"@vitejs/plugin-vue-jsx": "2.1.1",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "12.0.0",
"eslint": "8.56.0",
"husky": "8.0.3",
"js-yaml": "4.1.0",
"jsdom": "25.0.1",
"prettier": "3.2.5",
"sass": "1.62.0",
"typescript": "4.9.4",
"unplugin-icons": "0.17.1",
"vite-plugin-static-copy": "^2.2.0",
"vitepress": "1.2.3",
"vitest": "2.1.3"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opengauss/website.git
git@gitee.com:opengauss/website.git
opengauss
website
website
v2

搜索帮助