2 Star 4 Fork 0

OSS Compass 开源指南针/compass-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
root 提交于 2025-12-22 15:12 +08:00 . fix: update esbuild versiong
{
"name": "compass-web",
"version": "0.1.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"postinstall": "husky install && patch-package",
"dev": "yarn workspace @oss-compass/web dev",
"build": "yarn workspace @oss-compass/web build",
"test": "yarn workspace @oss-compass/web test",
"test:ci": "yarn workspace @oss-compass/web test:ci",
"docker:web": "./.github/deployment/web/local_build.sh"
},
"devDependencies": {
"eslint": "^8.45.0",
"eslint-config-custom": "*",
"esno": "^4.8.0",
"fs-extra": "^11.1.0",
"husky": "^8.0.1",
"joi": "^17.7.1",
"lint-staged": "^13.0.3",
"patch-package": "^8.0.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"yaml": "^2.2.2"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"resolutions": {
"react": "19.0.3",
"react-dom": "19.0.3",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"i18next": "23.16.8",
"next-i18next": "^15.4.3",
"react-i18next": "^13.5.0",
"ws": "^8.17.1",
"tmp": "^0.2.3",
"esbuild": "^0.25.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/oss-compass/compass-web.git
git@gitee.com:oss-compass/compass-web.git
oss-compass
compass-web
compass-web
main

搜索帮助