-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
104 lines (104 loc) · 2.83 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
{
"name": "SGDFrontend",
"version": "20.6.0",
"homepage": "http://www.yeastgenome.org",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yeastgenome/SGDFrontend.git"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browser": {
"foundation": "./bower_components/foundation/js/foundation.min.js",
"datatables": "./bower_components/datatables/media/js/jquery.dataTables.js",
"foundationDatatables": "./bower_components/datatables-plugins/integration/foundation/dataTables.foundation.js"
},
"browserify-shim": {
"jquery": {
"exports": "global:$"
},
"foundation": {
"exports": null
}
},
"dependencies": {
"axios": "^0.16.1",
"body-parser": "^1.13.2",
"bootstrap": "~3.3.1",
"browserify-shim": "~3.8.3",
"classnames": "~1.2.0",
"clipboard": "^1.5.12",
"clusterfck": "~0.6.0",
"connected-react-router": "^6.5.2",
"create-react-class": "^15.6.3",
"d3": "~3.5.6",
"grunt-contrib-uglify-es": "github:gruntjs/grunt-contrib-uglify#harmony",
"history": "^4.10.1",
"isomorphic-fetch": "^2.1.1",
"pluralize": "^1.2.1",
"prop-types": "^15.7.2",
"query-string": "^5.1.1",
"radium": "^0.26.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-select": "^1.0.0-rc.5",
"react-sigma-graph": "^0.0.14",
"redux": "^3.5.2",
"redux-promise": "^0.5.3",
"redux-thunk": "^1.0.0",
"sgd_visualization": "^2.0.1",
"string": "^3.3.3",
"swagger-ui-dist": "^3.21.0",
"tcomb-form": "^0.9.21",
"tcomb-json-schema": "^0.2.3",
"underscore": "^1.10.2"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.2",
"babel-eslint": "^4.1.6",
"babel-plugin-dev-expression": "^0.1.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"bower": "~1.8.4",
"envify": "^4.0.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"fastclick": "~1.0.3",
"grunt": "~0.4.5",
"grunt-aws": "~0.5.0",
"grunt-bowercopy": "~1.0.0",
"grunt-browserify": "^4.0.1",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-compass": "~0.9.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-parallel": "^0.4.1",
"grunt-text-replace": "~0.3.11",
"htmltidy": "0.0.6",
"mocha": "^2.3.4",
"prettier": "^2.0.4",
"uglify-js": "^3.0.15",
"uglifyify": "^3.0.4",
"webworkify": "^1.0.2"
},
"scripts": {
"lint": "eslint ./**/*.jsx",
"format": "prettier ./**/*.jsx --write"
},
"engines": {
"node": "13.7.0",
"npm": "6.13.0"
}
}