1 Star 0 Fork 1

ibizlab-cloud/ibiz-web-core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.88 KB
一键复制 编辑 原始数据 按行查看 历史
张平川 提交于 2025-04-02 18:30 +08:00 . init: 初始化
{
"name": "ibiz-template",
"version": "0.0.1",
"description": "iBiz核心底包,web端、移动端均可使用,包含运行时、通用组件库、主题功能库等核心模块。",
"type": "module",
"main": "dist/index.js",
"scripts": {
"lint": "eslint 'packages/**/*.ts'",
"prepublish": "lerna run build",
"prepare": "husky install",
"publish:next": "lerna publish --dist-tag next --registry=https://registry.npmjs.org/",
"publish:dev": "lerna publish --dist-tag dev --registry=https://registry.npmjs.org/",
"publish:alpha": "lerna publish --dist-tag alpha --registry=https://registry.npmjs.org/",
"publish:beta": "lerna publish --dist-tag beta --registry=https://registry.npmjs.org/",
"publish:npm": "lerna publish --registry https://registry.npmjs.org/",
"publish:local": "lerna publish --registry http://172.16.240.221:8081/repository/local/"
},
"repository": {
"type": "git",
"url": "https://gitee.com/Yuzuriha_Inori/ibiz-template.git"
},
"keywords": [
"ibiz",
"ibizsys"
],
"author": "iBiz",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.19",
"@types/ramda": "^0.29.10",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitest/browser": "^1.3.0",
"@vitest/coverage-istanbul": "^1.3.0",
"@vitest/coverage-v8": "^1.3.0",
"@vitest/ui": "^1.3.0",
"esbuild": "^0.20.1",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unused-imports": "^3.1.0",
"happy-dom": "^13.3.8",
"husky": "^9.0.11",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
"playwright": "^1.41.2",
"postcss": "^8.4.35",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.12.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-esbuild": "^6.1.1",
"sass": "^1.71.0",
"stylelint": "15.11.0",
"stylelint-config-ali": "1.1.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recess-order": "4.4.0",
"stylelint-config-standard": "34.0.0",
"stylelint-config-standard-scss": "11.1.0",
"stylelint-scss": "5.3.1",
"terser": "^5.27.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "5.4.5",
"vitest": "^1.3.0"
},
"lint-staged": {
"*.ts": "eslint --fix",
"*.scss": "stylelint --custom-syntax=postcss-scss"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ibizlab-cloud/ibiz-web-core.git
git@gitee.com:ibizlab-cloud/ibiz-web-core.git
ibizlab-cloud
ibiz-web-core
ibiz-web-core
master

搜索帮助