1 Star 0 Fork 106

xiaohanzhang2005/openEuler-portal

forked from openEuler/openEuler-portal 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.19 KB
一键复制 编辑 原始数据 按行查看 历史
senlin 提交于 2024-11-12 11:17 . feat: 新增新手指引
{
"name": "openeuler-portal",
"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}\"",
"gen:token": "opensig-scripts gen:token --config ./app/.vitepress/src-new/tokens/token.config.ts",
"prepare": "husky install",
"sitemap": "node genSitemap.js"
},
"keywords": [],
"author": "",
"license": "",
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@microsoft/fetch-event-source": "^2.0.1",
"@opensig/open-analytics": "^0.0.8",
"@opensig/opendesign": "0.0.69",
"@tweenjs/tween.js": "^18.6.4",
"@vueuse/core": "9.12.0",
"aos": "^2.3.4",
"axios": "1.6.8",
"dayjs": "^1.8.31",
"element-plus": "2.8.0",
"js-base64": "^3.7.5",
"js-cookie": "3.0.1",
"lodash-es": "^4.17.21",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.6.4",
"mermaid": "^9.1.2",
"murmurhash-js": "^1.0.0",
"opendesign": "./opendesign",
"pinia": "^2.0.13",
"swiper": "11.0.7",
"uuid": "^10.0.0",
"vue": "^3.3.4",
"vue-dompurify-html": "^4.0.0",
"vue-i18n": "9.2.2"
},
"devDependencies": {
"@opensig/opensig-scripts": "^0.0.16",
"@types/aos": "^3.0.4",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^12.2.3",
"@types/murmurhash-js": "^1.0.4",
"@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/compiler-sfc": "^3.2.37",
"@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",
"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": "1.2.3"
},
"lint-staged": {
"app/.vitepress/src/**/*.{js,ts,vue,jsx,tsx}": [
"pnpm lint"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaohanzhang2005/openEuler-portal.git
[email protected]:xiaohanzhang2005/openEuler-portal.git
xiaohanzhang2005
openEuler-portal
openEuler-portal
master

搜索帮助