generated from ant-design-blazor/ant-design-pro-blazor
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 946 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"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"
}
}