This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
109 lines (109 loc) · 3.28 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
{
"name": "OpenTargetsWebapp",
"version": "3.21.0",
"description": "Open Targets Platform frontend",
"readme": "README.md",
"license": "",
"devDependencies": {
"angular-mocks": "^1.7.8",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"del": "^1.2.1",
"eslint": "^4.19.1",
"eslint-plugin-angular": "^3.3.0",
"eslint-plugin-compat": "^1.0.4",
"eslint-plugin-jsdoc": "^3.15.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-css-purge": "^1.0.27",
"gulp-gzip": "^1.4.2",
"gulp-ignore": "^1.2.1",
"gulp-jshint": "^1.12.0",
"gulp-jsonminify": "^1.1.0",
"gulp-merge-json": "^1.3.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^2.3.2",
"gulp-server-livereload": "^1.9.2",
"gulp-sourcemaps": "^1.12.1",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"gulp-watch": "^3.0.0",
"jspm": "^0.16.54",
"mkdirp": "^0.5.1",
"through2": "^2.0.5",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.2",
"xml": "^1.0.1"
},
"scripts": {
"setup": "./node_modules/.bin/jspm install",
"build-all": "./node_modules/.bin/gulp build-all",
"server": "./node_modules/.bin/gulp webserver",
"full-install": "yarn install && yarn run setup && yarn run build-all",
"test": "./node_modules/.bin/gulp test",
"test-single-run": "karma start tests/unit/karma.conf.js --single-run",
"eslint": "./node_modules/.bin/eslint -f html -o eslint.html 'app/js/**.js' || exit 0"
},
"dependencies": {
"aight": "^2.1.1",
"angular": "^1.7.8",
"angular-animate": "^1.7.8",
"angular-cookies": "^1.7.8",
"angular-local-storage": "^0.5.2",
"angular-read-more": "^1.0.7",
"angular-route": "^1.7.8",
"angular-sanitize": "^1.7.8",
"angular-ui-bootstrap": "^2.0.2",
"angulartics": "^0.20.2",
"babel-polyfill": "^6.26.0",
"bio-pv": "^1.8.1",
"bootstrap": "3.4.0",
"components-font-awesome": "^4.7.0",
"cttv.api": "github:opentargets/RestApiJs",
"cttv.diseaseGraph": "0.0.3",
"cttv.flowerView": "0.0.2",
"cttv.genome": "github:opentargets/targetGenomeBrowser",
"cttv.spinner": "0.0.1",
"cttv.targetAssociationsBubbles": "github:opentargets/targetAssociationsBubbles",
"cttv.targetAssociationsTree": "github:opentargets/targetAssociationsTree",
"cttv.targetGeneTree": "github:opentargets/targetGeneTree",
"d3": "~3.5.8",
"file-saver": "^1.3.8",
"jquery": "^3.4.1",
"js-yaml": "^3.13.1",
"lodash": "^4.17.11",
"marked": "^0.6.3",
"moment": "^2.24.0",
"ot.interactions_viewer": "0.0.11",
"process": "^0.11.10",
"systemjs": "^0.19.27",
"tnt.ensembl": "0.0.13",
"tnt.genome": "0.1.7",
"tnt.rest": "0.1.1",
"tnt.tooltip": "0.2.0",
"tnt.utils": "0.1.3",
"tntvis": "^0.1.13",
"venn.js": "^0.2.20",
"viz_diseases": "0.0.14"
},
"jspm": {
"directories": {
"packages": "app/jspm_packages"
},
"configFile": "jspm-config.js",
"dependencies": {
"css": "github:systemjs/plugin-css@^0.1.21"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24"
}
},
"browserslist": [
"last 2 versions",
"not ie < 11"
]
}