1 Star 0 Fork 156

Simbo / ant-design-blazor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "ant-design-blazor",
"version": "0.1.0",
"license": "MIT",
"description": "An enterprise-class UI components based on Ant Design and Blazor",
"keywords": [
"ant",
"design",
"blazor",
"ui",
"framework",
"frontend",
"WebAssembly"
],
"homepage": "https://antd.blz.bit.cat",
"repository": {
"type": "git",
"url": "https://github.com/ElderJames/ant-design-blazor"
},
"bugs": {
"url": "https://github.com/ElderJames/ant-design-blazor/issues"
},
"scripts": {
"start": "dotnet watch -p ./site/AntDesign.Docs.Server run",
"start:wasm": "dotnet watch -p ./site/AntDesign.Docs.Wasm run",
"gulp:components": "gulp --gulpfile ./components/gulpfile.js",
"gulp:docs": "gulp --gulpfile ./site/AntBlazor.Docs/gulpfile.js",
"preinstall": "dotnet tool restore"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.8.7",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.3.4",
"@types/es6-promise": "^3.3.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^16.5.2",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.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",
"lint-staged": "^10.2.11",
"tsify": "^4.0.2",
"typescript": "^3.8.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}
C#
1
https://gitee.com/simbo/ant-design-blazor.git
git@gitee.com:simbo/ant-design-blazor.git
simbo
ant-design-blazor
ant-design-blazor
master

搜索帮助