-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
88 lines (88 loc) · 2.32 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
{
"name": "@genialis/resolwe",
"author": "Genialis Inc.",
"version": "17.2.0",
"description": "Resolwe frontend libraries",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git@github.com:genialis/resolwe-js.git"
},
"bugs": {
"url": "https://github.com/genialis/resolwe-js/issues"
},
"scripts": {
"build": "gulp build",
"prepublishOnly": "gulp build"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"devDependencies": {
"@types/angular": "^1.6.32",
"@types/angular-mocks": "^1.5.11",
"@types/jasmine": "2.5.40",
"@types/jquery": "^2.0.39",
"@types/jquery.cookie": "^1.4.28",
"@types/lodash": "^3.10.0",
"@types/ng-file-upload": "11.1.33",
"@types/node": "^13.1.8",
"@types/pako": "^1.0.1",
"browser-sync": "^2.12.5",
"connect-history-api-fallback": "^1.2.0",
"del": "^2.2.0",
"eazy-logger": "^2.1.3",
"es6-module-loader": "^0.17.11",
"es6-promise": "^4.1.1",
"gulp": "^4.0.2",
"gulp-batch": "^1.0.5",
"gulp-directive-replace": "^0.3.1",
"gulp-file": "^0.4.0",
"gulp-load-plugins": "^2.0.1",
"gulp-ng-annotate": "^2.1.0",
"gulp-preprocess": "^3.0.3",
"gulp-remove-code": "^3.0.4",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-tslint": "^8.1.4",
"gulp-typedoc": "^2.2.2",
"gulp-typescript": "^5.0.1",
"gulp-util": "^3.0.7",
"is-json": "^2.0.1",
"jasmine-core": "~2.4.1",
"karma": "~1.5.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-systemjs": "^0.16.0",
"minimist": "^1.2.0",
"remap-istanbul": "^0.6.3",
"request": "^2.78.0",
"stylelint": "^7.1.0",
"stylelint-config-standard": "^12.0.0",
"systemjs": "^0.19.41",
"through2": "^2.0.1",
"tslint": "^5.20.0",
"tslint-eslint-rules": "^5.4.0",
"typedoc": "^0.11.1",
"typescript": "^3.8.3"
},
"dependencies": {
"angular": "^1.6.6",
"angular-mocks": "^1.6.6",
"immutable": "3.8.1",
"jquery": "2.1.4",
"jquery.cookie": "1.4.1",
"lodash": "3.10.1",
"ng-file-upload": "12.2.13",
"pako": "^1.0.11",
"rx": "4.1.0"
},
"jspm": {
"registry": "npm",
"main": "index.js",
"directories": {
"lib": "dist"
}
}
}