-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
52 lines (52 loc) · 1.46 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
{
"name": "functree-ng",
"description": "FuncTree2: an interactive radial tree for functional hierarchies and omics data visualization",
"author": {
"name": "Yuta Yamate",
"url": "https://github.com/yutayamate"
},
"repository": {
"type": "git",
"url": "https://github.com/yamada-lab/functree-ng.git"
},
"bugs": {
"url": "https://github.com/yamada-lab/functree-ng/issues"
},
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^3.3.7",
"bootstrap-menu": "^1.0.14",
"corejs-typeahead": "^1.2.1",
"d3": "^3.5.17",
"datatables.net": "^1.10.19",
"datatables.net-bs": "^1.10.19",
"datatables.net-buttons": "^1.3.1",
"font-awesome": "^4.7.0",
"highcharts": "^9.0.1",
"jquery": "^3.2.1",
"particles.js": "^2.0.0",
"vue": "^2.4.2",
"vue-color": "2.7.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-minify": "^0.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1"
},
"scripts": {
"install-depends": "yarn install --production=true --modules-folder functree/static/yarn_components",
"install-devDepends": "yarn install --production=false",
"babel": "gulp babel",
"babel:watch": "gulp babel:watch",
"sass": "gulp sass",
"sass:watch": "gulp sass:watch",
"build": "gulp build"
},
"private": true
}