16 Star 95 Fork 22

OrchardCore / OrchardCore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "orchardcore",
"private": true,
"scripts": {
"build": "gulp build",
"rebuild": "gulp rebuild",
"watch": " gulp watch",
"postinstall": "node .scripts/install.js",
"update-projects": "node .scripts/update.js",
"install-project": "node .scripts/project.js install",
"update-project": "node .scripts/project.js update",
"cleanup": "node .scripts/cleanup.js"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.10",
"@babel/preset-flow": "7.22.5",
"all-contributors-cli": "^6.26.1",
"child_process": "^1.0.2",
"es6-promise": "4.2.8",
"glob": "^10.3.12",
"graceful-fs": "4.2.11",
"gulp": "^4.0.2",
"gulp-babel": "8.0.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "2.6.1",
"gulp-dart-sass": "1.1.0",
"gulp-eol": "0.2.0",
"gulp-header": "2.0.9",
"gulp-if": "3.0.0",
"gulp-less": "5.0.0",
"gulp-minifier": "^3.5.0",
"gulp-newer": "1.4.0",
"gulp-plumber": "1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "2.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-util": "^1.0.0",
"merge-stream": "2.0.0",
"npm-run-all": "^4.1.5",
"path-posix": "1.0.0",
"postcss": "8.4.28",
"postcss-rtl": "^2.0.0",
"rtlcss": "4.1.0",
"source-map": "^0.7.4",
"typescript": "^5.2.2"
}
}
C#
1
https://gitee.com/OrchardCore/OrchardCore.git
git@gitee.com:OrchardCore/OrchardCore.git
OrchardCore
OrchardCore
OrchardCore
main

搜索帮助