1 Star 0 Fork 24

易语言for源码/discuz-fe-core

forked from Discuz/discuz-fe-core 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
muguang146 提交于 2021-11-30 11:29 . feat: project
{
"name": "@discuzq/core",
"scripts": {
"bootstrap": "lerna bootstrap",
"publish:alpha": "lerna publish --dist-tag alpha",
"publish:albeta": "lerna publish --dist-tag beta",
"publish:rc": "lerna publish --dist-tag rc",
"publish": "lerna publish",
"lint": "lerna run lint",
"lint:fix": "lerna run lint:fix",
"commit": "git add . && cz",
"preinstall": "npm i commitizen eslint -g",
"build": "lerna run build",
"dependencies1": "lerna add @discuzq/discuz-plugin-loader --scope=@discuzq/cli",
"dependencies2": "lerna add @discuzq/discuz-babel-plugin-import --scope=@discuzq/cli",
"dependencies3": "lerna add @discuzq/sdk --scope=@discuzq/plugin-center"
},
"husky": {
"hooks": {}
},
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"git-cz": "^4.7.6",
"husky": "^4.3.8",
"lerna": "^3.22.1",
"lerna-changelog": "^1.0.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@typescript-eslint/parser": "^5.3.1",
"@xstate/fsm": "^1.6.0",
"classnames": "^2.2.6"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/epy/discuz-fe-core.git
git@gitee.com:epy/discuz-fe-core.git
epy
discuz-fe-core
discuz-fe-core
master

搜索帮助