-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
85 lines (85 loc) · 2.75 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
{
"name": "kitos",
"version": "1.0.0",
"description": "The OS2KITOS is maintained by STRONGMINDS ApS (https://www.strongminds.dk)\r for OS2 - Offentligt digitaliseringsfællesskab (http://os2web.dk).",
"main": "Presentation.Web\\Scripts\\app\\app.js",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/os2kitos/kitos.git"
},
"author": "STRONGMINDS ApS",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/os2kitos/kitos/issues"
},
"homepage": "https://github.com/os2kitos/kitos#readme",
"devDependencies": {
"@types/angular-animate": "^1.5.11",
"@types/angular-cookies": "^1.8.1",
"@types/angular-resource": "^1.5.17",
"@types/angular-ui-bootstrap": "^1.0.1",
"@types/angular-ui-router": "^1.1.41",
"@types/jquery": "^3.5.14",
"@types/lodash": "4.14.182",
"@types/protractor": "^4.0.0",
"@types/ui-select": "^0.19.1",
"del": "^2.2.0",
"eslint": "^6.8.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-file": "^0.4.0",
"gulp-less": "^4.0.1",
"gulp-protractor": "^4.1.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"jasmine": "^3.5.0",
"jasmine-expect": "^4.0.3",
"jasmine-reporters": "^2.2.0",
"path": "^0.12.7",
"protractor": "5.4.4",
"protractor-beautiful-reporter": "^1.3.6",
"tslint": "^5.20.1",
"typescript": "4.6.4"
},
"dependencies": {
"angular": "1.8.3",
"angular-animate": "1.8.3",
"angular-base64": "^2.0.5",
"angular-confirm": "^1.2.6",
"angular-cookies": "1.8.3",
"angular-i18n": "1.8.3",
"angular-loading-bar": "^0.9.0",
"angular-messages": "1.8.3",
"angular-resource": "1.8.3",
"angular-route": "1.8.3",
"angular-sanitize": "1.8.3",
"angular-ui-bootstrap": "1.3.3",
"angular-ui-router": "^0.3.0",
"angular-ui-select2": "0.0.5",
"angular-ui-tinymce": "0.0.19",
"angular-ui-tree": "^2.22.1",
"bootstrap": "3.4.1",
"font-awesome": "4.7.0",
"jquery": "^2.2.3",
"js-sha256": "^0.9.0",
"json-fn": "^1.1.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"ngstorage": "^0.3.4",
"select2": "^3.4.5",
"select2-bootstrap-css": "^1.4.6",
"tinymce": "^5.10.9"
},
"engines": {
"yarn": ">= 1.0.0"
}
}