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
|
{
"name": "vid-app-common",
"version": "4.0.0-SNAPSHOT",
"dependencies": {
"angular-bootstrap-multiselect": "^1.1.11",
"angular-feature-flags": "1.6.1",
"angular-moment": "^1.3.0",
"components-bootstrap": "3.3.7",
"glyphicons-only-bootstrap": "^1.0.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"ng-file-upload": "^12.2.13"
},
"scripts": {
"build": "gulp"
},
"devDependencies": {
"angular-mocks": "1.2.19",
"gulp": "^4.0.0",
"gulp-inject": "^5.0.2",
"gulp-jest": "^4.0.2",
"gulp-uglify": "^3.0.1",
"jest": "^24.0.0",
"jest-mock": "^24.0.0",
"stream-series": "^0.1.1"
}
}
|