forked from thingsboard/rule-node-examples-ui-ngx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.57 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
{
"name": "thingsboard-rule-config-ui-ngx",
"version": "3.3.4",
"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": "^12.2.17",
"@angular/animations": "^12.2.16",
"@angular/cdk": "^12.2.13",
"@angular/cli": "^12.2.17",
"@angular/common": "^12.2.16",
"@angular/compiler": "^12.2.16",
"@angular/compiler-cli": "^12.2.16",
"@angular/core": "^12.2.16",
"@angular/flex-layout": "^12.0.0-beta.35",
"@angular/forms": "^12.2.16",
"@angular/language-service": "^12.2.16",
"@angular/material": "^12.2.13",
"@angular/platform-browser": "^12.2.16",
"@angular/platform-browser-dynamic": "^12.2.16",
"@angular/router": "^12.2.16",
"@ngrx/store": "^12.5.1",
"@ngx-translate/core": "~13.0.0",
"@tb/custom-builder": "file:./builders",
"codelyzer": "^6.0.2",
"ng-packagr": "12.2.7",
"ngrx-store-freeze": "^0.2.4",
"patch-package": "^6.4.7",
"postinstall-prepare": "^2.0.0",
"prettier": "^2.5.1",
"protractor": "~7.0.0",
"raw-loader": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rxjs": "~6.6.7",
"thingsboard": "https://github.com/thingsboard/thingsboard-ui-types.git#release/3.4",
"ts-node": "^10.4.0",
"tslib": "^2.3.1",
"tslint": "~6.1.3",
"typescript": "~4.3.5",
"zone.js": "~0.11.4"
}
}