-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
59 lines (59 loc) · 1.97 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "thingsboard-rule-config-ui-ngx",
"version": "3.6.2",
"scripts": {
"ng": "ng",
"start": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng serve",
"build": "ng build && node install.js",
"e2e": "ng e2e",
"prepare": "patch-package",
"postinstall": "ngcc"
},
"private": true,
"dependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.8",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/animations": "^15.2.9",
"@angular/cdk": "^15.2.9",
"@angular/cli": "^15.2.8",
"@angular/common": "^15.2.9",
"@angular/compiler": "^15.2.8",
"@angular/compiler-cli": "^15.2.9",
"@angular/core": "^15.2.9",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "^15.2.9",
"@angular/language-service": "^15.2.9",
"@angular/material": "^15.2.9",
"@angular/platform-browser": "^15.2.9",
"@angular/platform-browser-dynamic": "^15.2.9",
"@angular/router": "^15.2.9",
"@ngrx/store": "^15.4.0",
"@ngx-translate/core": "^14.0.0",
"@rollup/plugin-terser": "^0.4.0",
"@tb/custom-builder": "file:./builders",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"eslint-plugin-import": "latest",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-prefer-arrow": "latest",
"ng-packagr": "15.2.2",
"ngrx-store-freeze": "^0.2.4",
"patch-package": "^6.5.1",
"postinstall-prepare": "^2.0.0",
"prettier": "^2.8.3",
"protractor": "~7.0.0",
"raw-loader": "^4.0.2",
"rxjs": "~7.8.0",
"thingsboard": "https://github.com/thingsboard/thingsboard-ui-types.git#release/3.6.2",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "~4.9.5",
"zone.js": "~0.13.0"
}
}