-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
116 lines (116 loc) · 3.15 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
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
{
"author": "OICR",
"description": "",
"name": "igs-portal-ui",
"version": "1.2.4",
"homepage": "",
"license": "",
"repository": "https://github.com/ihmpdcc/portal-ui",
"README": "",
"devDependencies": {
"body-parser": "1.19.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"conventional-changelog": "3.1.18",
"copy-webpack-plugin": "7.0.0",
"del": "6.0.0",
"eslint": "7.16.0",
"graceful-fs": "4.2.4",
"gulp": "4.0.2",
"gulp-autoprefixer": "7.0.1",
"gulp-changed": "4.0.2",
"gulp-concat": "2.6.1",
"gulp-csso": "4.0.1",
"gulp-eslint": "6.0.0",
"gulp-filter": "6.0.0",
"gulp-gzip": "1.4.2",
"gulp-htmlmin": "5.0.1",
"gulp-if": "3.0.0",
"gulp-imagemin": "7.1.0",
"gulp-less": "4.0.1",
"gulp-load-plugins": "2.0.6",
"gulp-ng-annotate": "2.1.0",
"gulp-ng-html2js": "0.2.3",
"gulp-replace": "1.0.0",
"gulp-rev": "9.0.0",
"gulp-rev-replace": "0.4.4",
"gulp-size": "3.0.0",
"gulp-sizediff": "0.0.2",
"gulp-sourcemaps": "3.0.0",
"gulp-tslint": "8.1.3",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "3.0.2",
"gulp-useref": "5.0.0",
"gulp-wrap": "0.15.0",
"lodash": "4.17.21",
"mkdirp": "1.0.4",
"mocha": "8.2.1",
"node-uuid": "1.4.8",
"pegjs": "0.10.0",
"puppeteer-core": "5.5.0",
"random-string": "0.2.0",
"sinon": "9.2.3",
"sinon-chai": "3.5.0",
"typescript": "4.1.3",
"webpack": "5.11.0",
"webpack-cli": "4.2.0",
"yarn": "1.22.10"
},
"scripts": {
"eslint": "gulp eslint",
"frontend": "webpack --mode production",
"start": "gulp server",
"test": "gulp test",
"upgrade": "npm-check-updates -u && npm test"
},
"dependencies": {
"@cgross/angular-notify": "2.5.1",
"@types/angular": "1.8.0",
"@types/angular-cookies": "1.8.0",
"@types/angular-mocks": "1.7.0",
"@types/angular-notify": "2.5.32",
"@types/angular-sanitize": "1.8.0",
"@types/angular-ui-router": "1.1.40",
"@types/colorbrewer": "1.0.29",
"@types/d3": "3.5.34",
"@types/he": "1.1.0",
"@types/jquery": "3.5.5",
"@types/lodash": "4.14.118",
"@types/moment": "2.11.29",
"@types/ngprogress-lite": "0.0.30",
"@types/restangular": "1.5.45",
"@uirouter/angularjs": "0.4.3",
"angular": "1.8.2",
"angular-animate": "1.8.2",
"angular-aria": "1.8.2",
"angular-cache": "4.6.0",
"angular-cookies": "1.8.2",
"angular-drag-and-drop-lists": "2.1.0",
"angular-gettext": "2.4.2",
"angular-loader": "1.8.2",
"angular-mocks": "1.8.2",
"angular-sanitize": "1.8.2",
"angular-ui-bootstrap": "1.3.3",
"bootcards": "1.1.2",
"bootstrap": "3.4.1",
"bowser": "1.9.4",
"c3": "0.7.20",
"colorbrewer": "1.3.0",
"d3": "3.5.17",
"d3-tip": "0.6.7",
"express": "4.17.1",
"fancy-log": "1.3.3",
"file-saver": "2.0.5",
"font-awesome": "4.7.0",
"he": "1.2.0",
"immutable": "3.8.2",
"jquery": "3.5.1",
"moment": "2.24.0",
"ng-sortable": "1.2.2",
"ng-table": "3.0.1",
"ng-tags-input": "3.2.0",
"ngprogress-lite": "1.0.8",
"restangular": "1.6.1",
"string-format": "2.0.0"
}
}