-
Notifications
You must be signed in to change notification settings - Fork 672
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 792 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 792 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
{
"private": true,
"name": "devextreme-compilation-cases",
"version": "26.1.2-beta",
"author": "Developer Express Inc.",
"scripts": {
"test": "tsc --noEmit"
},
"devDependencies": {
"@angular/common": "catalog:angular",
"@types/jquery": "catalog:",
"devextreme": "workspace:*",
"jquery": "catalog:",
"typescript": "catalog:angular",
"eslint": "catalog:",
"@eslint/eslintrc": "catalog:",
"@stylistic/eslint-plugin": "catalog:",
"@typescript-eslint/eslint-plugin": "catalog:",
"@typescript-eslint/parser": "catalog:",
"eslint-config-devextreme": "catalog:",
"eslint-migration-utils": "workspace:*",
"eslint-plugin-i18n": "catalog:",
"eslint-plugin-import": "catalog:",
"eslint-plugin-no-only-tests": "catalog:"
}
}