-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.53 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.53 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
{
"private": true,
"name": "@infinite-automation/mangoUI",
"version": "4.5.0-SNAPSHOT",
"description": "Provides an AngularJS user interface, including the ability to create custom pages",
"main": "index.js",
"dependencies": {
"@juggle/resize-observer": "^2.2.1",
"@shopify/draggable": "^1.0.0-beta.8",
"ace-builds": "^1.3.1",
"angular": "~1.8.0",
"angular-animate": "~1.8.0",
"angular-aria": "~1.8.0",
"angular-cookies": "~1.8.0",
"angular-i18n": "~1.8.0",
"angular-loading-bar": "^0.9.0",
"angular-local-storage": "^0.7.1",
"angular-material": "1.1.23",
"angular-material-data-table": "^0.10.10",
"angular-messages": "~1.8.0",
"angular-resource": "~1.8.0",
"angular-sanitize": "~1.8.0",
"angular-touch": "~1.8.0",
"angular-ui-ace": "^0.2.3",
"angular-ui-router": "^0.4.3",
"cldr-data": ">=36",
"cldrjs": "^0.5.0",
"d3": "^5.9.2",
"file-saver": "^1.3.8",
"font-awesome": "^4.7.0",
"globalize": "^1.3.0",
"ipaddr.js": "^1.6.0",
"js-sha512": "^0.7.1",
"jszip": "^3.8.0",
"leaflet": "^1.5.1",
"material-design-icons-iconfont": "4.0.4",
"mathjs": "^9",
"md-color-picker": "^0.2.6",
"md-pickers": "^1.1.1",
"moment": "^2.22.2",
"moment-timezone": "^0.5.17",
"papaparse": "^5.0.0",
"pdfmake": "^0.1.36",
"requirejs": "^2.3.5",
"rql": "^0.3.3",
"simplify-js": "^1.2.3",
"stacktrace-js": "^2.0.0",
"tinycolor2": "^1.4.1",
"xlsx": ">=0.17.0"
},
"devDependencies": {
"@infinite-automation/mango-module-tools": "^2.4.1",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-ngdocs": "^0.3.0",
"html-webpack-plugin": "^3.2.0",
"workbox-webpack-plugin": "^6.1.2"
},
"resolutions": {
"**/angular": "~1.8.0",
"**/angular-animate": "~1.8.0",
"**/angular-aria": "~1.8.0",
"**/angular-cookies": "~1.8.0",
"**/angular-messages": "~1.8.0",
"**/angular-resource": "~1.8.0",
"**/angular-sanitize": "~1.8.0",
"**/angular-touch": "~1.8.0",
"**/angular-i18n": "~1.8.0",
"**/angular-material": "1.1.23",
"**/moment": "^2.22.2",
"**/moment-timezone": "^0.5.17",
"**/cldrjs": "^0.5.0",
"**/graceful-fs": "^4.0.0"
},
"scripts": {
"prewebpack": "gulp build-docs",
"webpack": "webpack"
},
"author": "Jared Wiltshire <jared@infiniteautomation.com>",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/MangoAutomation/ma-dashboards.git"
},
"com_infiniteautomation": {
"moduleName": "mangoUI"
}
}