-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.8 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.8 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
{
"private": true,
"devDependencies": {
"gulp": "^4.0.0",
"gulp-angular-templatecache": "^2.2.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-header": "^2.0.7",
"gulp-if": "^2.0.2",
"gulp-ng-annotate": "^2.1.0",
"gulp-ng-constant": "^1.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-rev": "^9.0.0",
"gulp-sass": "^4.0.2",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "~3.0.1",
"jasmine-core": "^3.3.0",
"karma": "^6.3.14",
"karma-jasmine": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-spec-reporter": "^0.0.32",
"prettier": "1.16.4",
"protractor": "^5.4.1",
"rev-del": "^2.0.0",
"yargs": "^13.2.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "~5.8.1",
"angular": "~1.7",
"angular-animate": "~1.7",
"angular-bootstrap-contextmenu": "~1.1.0",
"angular-bootstrap-grid-tree": "~0.4.0",
"angular-clipboard": "^1.6.2",
"angular-cookies": "~1.7",
"angular-date-time-input": "^1.2.1",
"angular-filesize-filter": "^0.1.3",
"angular-formly": "^8.3.0",
"angular-formly-templates-bootstrap": "^6.5.1",
"angular-link-header-parser": "^1.0.3",
"angular-marked": "~1.2.2",
"angular-messages": "~1.7",
"angular-mocks": "~1.7",
"angular-permission": "~6.0.0",
"angular-pretty-xml": "^0.1.1",
"angular-relative-date": "^2.1.1",
"angular-resizable": "^1.2.0",
"angular-resource": "~1.7",
"angular-route": "~1.7",
"angular-sanitize": "~1.7",
"angular-smart-table": "~2.1.11",
"angular-translate": "~2.18.1",
"angular-translate-loader-static-files": "~2.18.1",
"angular-translate-storage-cookie": "~2.18.1",
"angular-tree-control": "0.2.28",
"angular-ui-bootstrap": "~2.5.6",
"angular-ui-router": "~0.4.3",
"angular-websocket": "^2.0.1",
"angularjs-bootstrap-datetimepicker": "^1.1.4",
"api-check": "^7.5.5",
"bootstrap-sass": "~3.4.1",
"console-polyfill": "^0.3.0",
"gulp-autoprefixer": "^6.0.0",
"ie-array-find-polyfill": "^1.1.0",
"jquery": "^3.3.1",
"lodash": "4.17.11",
"messenger-hubspot": "^1.5.0-b2",
"moment": "^2.22.2",
"normalize-scss": "^7.0.1",
"string.prototype.endswith": "^0.2.0",
"string.prototype.includes": "^1.0.0",
"string.prototype.startswith": "^0.2.0",
"ua-parser-js": "^0.7.18",
"uri-util": "^1.1.0"
},
"scripts": {
"pretest": "gulp",
"test": "karma start karma.conf.js --single-run --reporters spec",
"test-watch": "karma start karma.conf.js --reporters spec",
"preupdate-webdriver": "yarn",
"update-webdriver": "webdriver-manager update",
"pree2e": "yarn run update-webdriver",
"e2e": "protractor e2e-tests/protractor.conf.js",
"prettier": "prettier"
}
}