-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 806 Bytes
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
{
"name": "blazor-toolkit",
"description": "Syncfusion Blazor Toolkit Components",
"author": "Syncfusion Inc.",
"keywords": [
"blazor",
"blazor-toolkit"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/blazor-toolkit.git"
},
"scripts": {
"lint:security": "eslint . --config eslint.config.mjs --max-warnings 0 && echo Lint security: PASSED"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.63.0",
"eslint": "^10.10.0",
"eslint-plugin-security": "^4.0.1",
"glob": "^13.0.6",
"globals": "^17.12.0",
"gulp": "^5.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.1.0",
"gulp-sass": "6.0.1",
"sass": "1.104.1",
"shelljs": "^0.10.0",
"typescript-eslint": "^8.70.0"
}
}