1 Star 0 Fork 1

寒月笑天 / ant-design-pro-blazor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 945 Bytes
一键复制 编辑 原始数据 按行查看 历史
JamesYeung 提交于 2020-10-18 01:01 . fix: template config (#22)
{
"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.6.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",
"less-plugin-npm-import": "^2.1.0",
"husky": "^4.2.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}
1
https://gitee.com/inlazy/ant-design-pro-blazor.git
git@gitee.com:inlazy/ant-design-pro-blazor.git
inlazy
ant-design-pro-blazor
ant-design-pro-blazor
master

搜索帮助