12 Star 77 Fork 20

Ant Design Blazor / ant-design-pro-blazor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 946 Bytes
一键复制 编辑 原始数据 按行查看 历史
JamesYeung 提交于 2021-07-27 19:17 . update AntDesign to 0.9.0 (#89)
{
"name": "AntDesign.Pro",
"version": "1.0.0",
"description": "An out-of-box UI solution for enterprise applications as a Blazor boilerplate.",
"scripts": {
"start": "dotnet watch -p ./src/AntDesign.Pro run",
"build": "dotnet publish -o dist",
"gulp:pro": "gulp --gulpfile ./src/AntDesign.Pro/gulpfile.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ant-design-blazor",
"license": "Apache-2.0",
"dependencies": {
"antd": "^4.16.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat-css": "^3.1.0",
"gulp-less": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"husky": "^4.2.3",
"less-plugin-npm-import": "^2.1.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}
C#
1
https://gitee.com/ant-design-blazor/ant-design-pro-blazor.git
git@gitee.com:ant-design-blazor/ant-design-pro-blazor.git
ant-design-blazor
ant-design-pro-blazor
ant-design-pro-blazor
master

搜索帮助