package.json
5.51 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
{
"name": "thingsboard",
"private": true,
"version": "2.5.0",
"description": "ThingsBoard UI",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"scripts": {
"start": "babel-node --max_old_space_size=4096 server.js",
"build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 NODE_ENV=production webpack"
},
"dependencies": {
"@flowjs/ng-flow": "^2.7.1",
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-aria": "1.5.8",
"angular-breadcrumb": "^0.4.1",
"angular-carousel": "^1.0.1",
"angular-cookies": "1.5.8",
"angular-drag-and-drop-lists": "^1.4.0",
"angular-fixed-table-header": "^0.2.1",
"angular-fullscreen": "git://github.com/fabiobiondi/angular-fullscreen.git#master",
"angular-gridster": "^0.13.14",
"angular-hotkeys": "^1.7.0",
"angular-jwt": "^0.1.11",
"angular-material": "1.1.19",
"angular-material-data-table": "^0.10.9",
"angular-material-expansion-panel": "^0.7.2",
"angular-material-icons": "^0.7.1",
"angular-messages": "1.5.8",
"angular-route": "1.5.8",
"angular-sanitize": "1.5.8",
"angular-socialshare": "^2.3.8",
"angular-storage": "0.0.15",
"angular-touch": "1.5.8",
"angular-translate": "2.18.1",
"angular-translate-handler-log": "2.18.1",
"angular-translate-interpolation-messageformat": "2.18.1",
"angular-translate-loader-static-files": "2.18.1",
"angular-translate-storage-cookie": "2.18.1",
"angular-translate-storage-local": "2.18.1",
"angular-ui-ace": "^0.2.3",
"angular-ui-router": "^0.3.1",
"angular-websocket": "^2.0.1",
"base64-js": "^1.2.1",
"brace": "^0.10.0",
"canvas-gauges": "^2.0.9",
"clipboard": "^1.5.15",
"compass-sass-mixins": "^0.12.7",
"event-source-polyfill": "0.0.9",
"flot": "git://github.com/thingsboard/flot.git#0.9-work",
"flot.curvedlines": "git://github.com/MichaelZinsmaier/CurvedLines.git#master",
"font-awesome": "^4.6.3",
"javascript-detect-element-resize": "^0.5.3",
"jquery": "^3.4.1",
"jquery.terminal": "^1.5.0",
"js-beautify": "^1.10.0",
"json-schema-defaults": "^0.2.0",
"jstree": "^3.3.8",
"jszip": "^3.2.2",
"jstree-bootstrap-theme": "^1.0.1",
"leaflet": "^1.5.1",
"leaflet-polylinedecorator": "^1.6.0",
"leaflet-providers": "^1.8.0",
"leaflet.markercluster": "^1.4.1",
"material-steppers": "git://github.com/thingsboard/material-steppers.git#master",
"material-ui": "^0.16.1",
"material-ui-number-input": "^5.0.16",
"md-color-picker": "0.2.6",
"md-date-range-picker": "^0.8.4",
"mdPickers": "git://github.com/alenaksu/mdPickers.git#0.7.5",
"moment": "^2.24.0",
"ngFlowchart": "git://github.com/thingsboard/ngFlowchart.git#master",
"ngclipboard": "^1.1.1",
"ngreact": "^0.3.0",
"objectpath": "^1.2.1",
"oclazyload": "^1.0.9",
"raphael": "^2.2.8",
"rc-select": "^6.6.1",
"react": "^15.4.1",
"react-ace": "^4.1.0",
"react-dom": "^15.4.1",
"react-dropzone": "^3.7.3",
"react-schema-form": "^0.3.1",
"react-tap-event-plugin": "^2.0.1",
"reactcss": "^1.0.9",
"sass-material-colors": "0.0.5",
"schema-inspector": "^1.6.6",
"split.js": "1.3.5",
"tinycolor2": "^1.4.1",
"tooltipster": "^4.2.4",
"typeface-roboto": "0.0.22",
"v-accordion": "^1.6.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"browserslist": "^4.6.6",
"compression-webpack-plugin": "^3.0.0",
"connect-history-api-fallback": "^1.6.0",
"copy-webpack-plugin": "^5.0.3",
"cross-env": "^5.2.0",
"css-loader": "^3.1.0",
"directory-tree": "^2.2.3",
"eslint": "^6.0.1",
"eslint-config-angular": "^0.5.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-angular": "^4.0.1",
"eslint-plugin-import": "^2.18.1",
"file-loader": "^4.1.0",
"html-loader": "^0.5.5",
"html-minifier": "^4.0.0",
"html-minifier-loader": "^1.4.1",
"html-webpack-plugin": "^3.2.0",
"imagemin": "^6.0.0",
"img-loader": "^3.0.1",
"jsonminify": "^0.4.1",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"ng-annotate-loader": "^0.6.1",
"ng-annotate-patched": "^1.10.0",
"ngtemplate-loader": "^2.0.1",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"raw-loader": "^3.1.0",
"react-hot-loader": "^4.12.8",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylelint": "13.0.0",
"stylelint-config-recommended-scss": "4.1.0",
"stylelint-config-standard": "19.0.0",
"stylelint-order": "4.0.0",
"stylelint-scss": "3.13.0",
"stylelint-webpack-plugin": "^1.2.1",
"uglifyjs-webpack-plugin": "^2.1.3",
"url-loader": "^2.1.0",
"webpack": "^4.37.0",
"webpack-cli": "^3.3.6",
"webpack-dev-middleware": "^3.7.0",
"webpack-dev-server": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-material-design-icons": "^0.1.0"
},
"engines": {
"node": ">=8.0.0 <11.0.0"
},
"nyc": {
"exclude": [
"test",
"__tests__",
"node_modules",
"target"
]
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not ie <= 10",
"not ie_mob <= 10",
"not bb <= 10",
"not op_mob <= 12.1"
],
"postcss": {
"plugins": {
"autoprefixer": true
}
}
}