1 Star 0 Fork 92

douxin/website

forked from openGauss/website 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
邦邦邦邦 提交于 2022-11-02 18:12 . initial commit for v2
{
"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": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@tweenjs/tween.js": "^18.6.4",
"aos": "^2.3.4",
"axios": "^0.27.2",
"dayjs": "^1.8.31",
"element-plus": "^2.2.16",
"lodash": "^4.17.21",
"opendesign": "./opendesign",
"pinia": "^2.0.13",
"swiper": "6.8.1",
"vue": "^3.2.33"
},
"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": "1.0.0-alpha.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/ywzq1161327784/website.git
[email protected]:ywzq1161327784/website.git
ywzq1161327784
website
website
v2

搜索帮助