2020-03-09 18:16:44 +08:00
|
|
|
{
|
2020-04-28 00:13:43 +08:00
|
|
|
"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",
|
2020-05-30 01:46:41 +08:00
|
|
|
"url": "https://github.com/ElderJames/ant-design-blazor"
|
2020-04-28 00:13:43 +08:00
|
|
|
},
|
|
|
|
"bugs": {
|
2020-05-30 01:46:41 +08:00
|
|
|
"url": "https://github.com/ElderJames/ant-design-blazor/issues"
|
2020-04-28 00:13:43 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-01-23 01:15:23 +08:00
|
|
|
"start": "dotnet watch -p ./site/AntDesign.Docs.Server run -f net5",
|
|
|
|
"start:wasm": "dotnet watch -p ./site/AntDesign.Docs.Wasm run -f net5",
|
2020-04-28 00:13:43 +08:00
|
|
|
"gulp:components": "gulp --gulpfile ./components/gulpfile.js",
|
2020-08-11 05:41:46 +08:00
|
|
|
"gulp:docs": "gulp --gulpfile ./site/AntBlazor.Docs/gulpfile.js",
|
2021-02-02 00:35:31 +08:00
|
|
|
"preinstall": "dotnet tool restore",
|
|
|
|
"changelog": "node ./scripts/print-changelog"
|
2020-04-28 00:13:43 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.8.7",
|
2021-02-02 00:35:31 +08:00
|
|
|
"@commitlint/cli": "^11.0.0",
|
|
|
|
"@commitlint/config-conventional": "^11.0.0",
|
2020-04-28 00:13:43 +08:00
|
|
|
"@types/es6-promise": "^3.3.0",
|
|
|
|
"babel-core": "^6.26.3",
|
|
|
|
"babel-preset-es2015": "^6.24.1",
|
|
|
|
"babelify": "^8.0.0",
|
2020-09-11 02:39:24 +08:00
|
|
|
"browserify": "^16.5.2",
|
2021-02-02 00:35:31 +08:00
|
|
|
"chalk": "^4.0.0",
|
|
|
|
"fs-extra": "^9.0.0",
|
2020-04-28 00:13:43 +08:00
|
|
|
"gulp": "^4.0.2",
|
2020-09-11 02:39:24 +08:00
|
|
|
"gulp-clean-css": "^4.3.0",
|
2020-04-28 00:13:43 +08:00
|
|
|
"gulp-less": "^4.0.1",
|
|
|
|
"gulp-rename": "^2.0.0",
|
|
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
|
|
"gulp-uglify": "^3.0.2",
|
|
|
|
"husky": "^4.2.3",
|
2021-02-02 00:35:31 +08:00
|
|
|
"inquirer": "^7.1.0",
|
|
|
|
"jquery": "^3.4.1",
|
|
|
|
"jsdom": "^16.0.0",
|
2020-08-11 05:41:46 +08:00
|
|
|
"lint-staged": "^10.2.11",
|
2021-02-02 00:35:31 +08:00
|
|
|
"node-fetch": "^2.6.0",
|
|
|
|
"open": "^7.0.3",
|
|
|
|
"simple-git": "^2.23.0",
|
2020-09-11 02:39:24 +08:00
|
|
|
"tsify": "^4.0.2",
|
2020-04-28 00:13:43 +08:00
|
|
|
"typescript": "^3.8.3",
|
|
|
|
"vinyl-buffer": "^1.0.1",
|
2020-06-29 15:39:18 +08:00
|
|
|
"vinyl-source-stream": "^2.0.0"
|
2020-04-28 00:13:43 +08:00
|
|
|
}
|
2020-04-13 12:27:31 +08:00
|
|
|
}
|