forked from ucscXena/ucsc-xena-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 4.26 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "ucsc-xena-client",
"version": "2.54.0-alpha.0",
"description": "UCSC Xena Client. Functional genomics visualizations.",
"homepage": "https://xena.ucsc.edu",
"main": "index.js",
"scripts": {
"test": "webpack-dev-server --config webpack.test.js --devtool eval --port 8081",
"pretest:headless": "webpack --config webpack.test.js --devtool eval",
"test:headless": "mocha-phantomjs --local-to-remote-url-access=true --ssl-protocol=tlsv1 -R xunit -f test-results.xml build/index.html",
"lint": "eslint --no-color js/*.js js/*/*.js test/*.js",
"eslint": "eslint",
"clean": "rimraf build/*",
"clean:dist": "rimraf dist/*",
"start": "npm run start:hot",
"start:cold": "webpack-dev-server --devtool eval --progress --colors --history-api-fallback",
"start:hot": "webpack-dev-server --config webpack.hot.js --devtool eval --progress --colors --history-api-fallback",
"start:prod": "webpack-dev-server --config webpack.prod.js --devtool source-map --process --colors --history-api-fallback",
"build": "webpack",
"build:prod": "npm run build -- --config webpack.prod.js --devtool source-map",
"build:analyze": "npm run -s build:prod -- --profile --json > stats.json",
"prebuild": "npm run clean",
"dist": "npm run clean:dist && mkdir -p dist && cp -r js/* dist && NODE_ENV=production babel -d dist js && webpack --config webpack.dist.js",
"prepublish": "npm run dist",
"cypress:open": "cypress open",
"cypress:gen": "mocha --require babel-core/register cypress/generators/suite.js"
},
"files": [
"NOTICE",
"LICENSE",
"dist"
],
"author": "Brian Craft",
"config": {
"ghooks": {
"pre-commit": "npm run lint"
}
},
"devDependencies": {
"assert": "^1.3.0",
"babel-cli": "^6.4.5",
"babel-core": "6.24.x",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.1",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-syntax-object-rest-spread": "^6.3.13",
"babel-plugin-tailcall-optimization": "^1.0.12",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"chai": "^3.5.0",
"css-loader": "^0.28.1",
"csslint": "^0.10.0",
"cypress": "^2.0.4",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.16.1",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.1",
"ghooks": "^1.2.1",
"glob": "^7.1.1",
"html-webpack-plugin": "^1.1.0",
"imports-loader": "^0.6.3",
"js-sha1": "^0.6.0",
"json-loader": "^0.5.4",
"jsverify": "^0.7.1",
"mocha": "^3.0.0",
"mocha-loader": "^1.1.0",
"mocha-phantomjs": "^4.1.0",
"pixelmatch": "^4.0.2",
"pngjs": "^3.3.1",
"postcss-loader": "^0.10.1",
"postcss-modules-values": "^1.2.2",
"raw-loader": "^0.5.1",
"react-hot-loader": "^4.0.0",
"react-json-tree": "^0.5.1",
"react-overlays": "^0.6.10",
"react-transform-catch-errors": "^1.0.1",
"redbox-react": "^1.2.0",
"redux-devtools": "^3.1.0",
"redux-devtools-dock-monitor": "^1.0.1",
"redux-devtools-log-monitor": "^1.0.4",
"rimraf": "^2.3.2",
"schema-shorthand": "^3.1.0",
"semver": "^5.1.0",
"style-loader": "^0.17.0",
"transform-loader": "^0.2.3",
"url-loader": "^0.5.5",
"val-loader": "^0.5.0",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.15.1"
},
"dependencies": {
"blob-stream": "^0.1.3",
"bootstrap": "3.3.4",
"brfs": "^1.4.3",
"classnames": "2.2.5",
"ehmutable": "^1.2.0",
"highcharts": "^6.0.7",
"jStat": "1.5.3",
"linear-algebra": "3.1.1",
"lz-string": "^1.4.4",
"normalize.css": "7.0.0",
"pdfkit": "^0.7.2",
"postcss": "^6.0.1",
"postcss-cssnext": "^2.11.0",
"react": "^15.6.2",
"react-autosuggest": "^9.1.0",
"react-bootstrap": "^0.28.5",
"react-css-themr": "^2.1.0",
"react-dom": "^15.6.2",
"react-material-responsive-grid": "1.2.0",
"react-resizable": "^1.0.1",
"react-toolbox": "^2.0.0-beta.12",
"reselect": "^2.0.1",
"rxjs": "^5.2.0",
"science": "^1.9.3",
"showdown": "1.3.0",
"static-interval-tree": "^1.3.0",
"underscore": "^1.7.0"
}
}