ant-design-blazor/package.json
2022-04-30 18:35:57 +08:00

69 lines
1.9 KiB
JSON

{
"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 -f net5",
"start:wasm": "dotnet watch -p ./site/AntDesign.Docs.Wasm run -f net5",
"gulp:components": "gulp --gulpfile ./components/gulpfile.js",
"gulp:docs": "gulp --gulpfile ./site/AntDesign.Docs/gulpfile.js",
"preinstall": "dotnet tool restore",
"changelog": "node ./scripts/print-changelog"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/es6-promise": "^3.3.0",
"@types/node": "^16.3.2",
"@types/resize-observer-browser": "^0.1.3",
"antd-theme-generator": "1.2.2",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^16.5.2",
"chalk": "^4.0.0",
"fs-extra": "^9.0.0",
"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-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"husky": "^4.2.3",
"inquirer": "^7.1.0",
"jquery": "^3.4.1",
"jsdom": "^16.0.0",
"lint-staged": "^10.2.11",
"node-fetch": "^2.6.0",
"open": "^7.0.3",
"simple-git": "^3.6.0",
"tsify": "^4.0.2",
"typescript": "^3.8.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"antblazor.js-ts.tests": "file:tests/AntDesign.Tests.Js"
}
}