forked from syncfusion/ej2-aspnetcore-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (33 loc) · 1 KB
/
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
30
31
32
33
34
{
"name": "ej2-aspcore-samples",
"version": "1.0.0",
"description": "Examples of ASP.NET Core UI Controls",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"ej2-aspcore",
"ej2-aspcore-samples"
],
"repository": {
"type": "git",
"url": "https://gitlab.syncfusion.com/essential-studio/ej2-aspcore-samples.git"
},
"devDependencies": {
"json-beautify": "^1.0.1",
"gulp-dotnet-cli": "^1.0.2",
"require-dir": "^0.3.2",
"elasticlunr": "0.9.5",
"simple-git": "^3.15.0",
"glob": "^7.1.2",
"gulp": "^4.0.2",
"shelljs": "^0.8.5"
},
"config": {},
"scripts": {
"gitleaks-test": "gulp code-leaks-analysis",
"update-service-urls" : "gulp web-services-url --platform aspcore",
"build": "gulp generate-searchlist && gulp title-section && gulp aspcore-build --option EJ2CoreSampleBrowser_NET7.csproj && gulp aspcore-build --option EJ2CoreSampleBrowser_NET6.csproj && gulp desValidation && gulp sitemap-generate",
"publish": "gulp azure-core-publish"
}
}