-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
86 lines (86 loc) · 3.02 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "thingsboard-extension-widgets",
"private": true,
"version": "3.9.0",
"description": "ThingsBoard Extension Widgets",
"scripts": {
"ng": "ng",
"start": "yarn run build:scss && node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng serve",
"build": "yarn run build:scss && node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng build && node install.js",
"build:scss": "npx postcss ./src/app/scss/style.scss -o ./src/app/scss/style.comp.scss",
"prepare": "patch-package",
"lint": "ng lint"
},
"engines": {
"node": ">=18.19.1",
"yarn": ">=1.22.22 <2",
"npm": "Please use yarn instead of NPM to install dependencies"
},
"dependencies": {
"chart.js": "3.3.2",
"flot": "https://github.com/thingsboard/flot.git#0.9-work",
"flot.curvedlines": "https://github.com/MichaelZinsmaier/CurvedLines.git#master",
"moment": "^2.30.1",
"primeicons": "~7.0.0",
"primeng": "~17.18.11",
"tinycolor2": "^1.6.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.7",
"@angular-devkit/core": "18.2.7",
"@angular-devkit/schematics": "18.2.7",
"@angular-eslint/builder": "18.3.1",
"@angular-eslint/eslint-plugin": "18.3.1",
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/schematics": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/animations": "18.2.6",
"@angular/cdk": "18.2.6",
"@angular/cli": "18.2.7",
"@angular/common": "18.2.6",
"@angular/compiler": "18.2.6",
"@angular/compiler-cli": "18.2.6",
"@angular/core": "18.2.6",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "18.2.6",
"@angular/language-service": "18.2.6",
"@angular/material": "18.2.6",
"@angular/platform-browser": "18.2.6",
"@angular/platform-browser-dynamic": "18.2.6",
"@angular/router": "18.2.6",
"@ngrx/store": "^18.0.2",
"@ngx-translate/core": "^15.0.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@tb/custom-builder": "file:./builders",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.7.0",
"@typescript-eslint/utils": "^8.7.0",
"autoprefixer": "^10.4.20",
"eslint": "~8.57.1",
"eslint-plugin-import": "latest",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-prefer-arrow": "latest",
"eslint-plugin-tailwindcss": "^3.17.5",
"ng-packagr": "18.2.1",
"ngrx-store-freeze": "^0.2.4",
"patch-package": "^8.0.0",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"postcss-scss": "^4.0.9",
"postcss-selector-parser": "^7.0.0",
"postinstall-prepare": "^2.0.0",
"prettier": "^2.8.3",
"rxjs": "~7.8.1",
"tailwindcss": "^3.4.14",
"thingsboard": "https://github.com/thingsboard/thingsboard-ui-types.git#release/3.9",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"typescript": "~5.5.4",
"zone.js": "~0.14.10"
},
"resolutions": {
"tinymce": "6.8.4"
}
}