-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
138 lines (138 loc) · 4.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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "@bvl_lumc/rescatter",
"jest": {
"testRegex": "/__tests__/.*.test.(js|ts|tsx)?$",
"verbose": false
},
"repository": {
"type": "git",
"url": "https://github.com/biovault/ReScatter.git"
},
"main": "./src/index.js",
"version": "0.1.0",
"description": "Fast interactive scatter plots based on 2D WebGL toolkit pixi.js",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@types/jquery": "^3.3.31",
"base-64": "^0.1.0",
"clipboard": "1.7.1",
"co": "4.0.0",
"jquery-resizable-dom": "^0.35.0",
"kd-tree-javascript": "1.0.3",
"ndarray-bundle": "0.3.1",
"ndarray-concat-cols": "1.0.0",
"ndarray-concat-rows": "1.0.1",
"ndarray-unsqueeze": "1.0.3",
"nrrd-js": "0.2.1",
"pako": "1.0.10",
"pixi-gl-core": " 1.1.0",
"pixi.js": "^3.0.7",
"protoduck": "^5.0.0",
"pubsub-js": "1.5.6",
"uuid": "3.1.0",
"webix": "^4.3.0"
},
"devDependencies": {
"@babel/core": "^7.0.1",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@ljharb/eslint-config": "^15.1.0",
"@wdio/cli": "^5.16.11",
"@wdio/devtools-service": "^5.16.10",
"@wdio/dot-reporter": "^5.16.5",
"@wdio/local-runner": "^5.16.11",
"@wdio/mocha-framework": "^5.16.11",
"@wdio/spec-reporter": "^5.16.11",
"@wdio/static-server-service": "^5.16.10",
"@wdio/sync": "^5.16.11",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.2",
"babel-plugin-static-fs": "^1.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-new-target": "^7.0.0-alpha.14",
"babel-plugin-transform-runtime": "^6.23.0",
"chai": "^4.2.0",
"chromedriver": "^78.0.1",
"copy-webpack-plugin": "^4.0.1",
"copyfiles": "^2.1.1",
"cpx": "latest",
"cross-env": "^5.0.0",
"css-loader": "^1.0.0",
"echo-cli": "^1.0.8",
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"extract-loader": "^3.0.0",
"file-loader": "^2.0.0",
"file-saver": "^1.3.8",
"file-system": "latest",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"link-module-alias": "^1.2.0",
"mini-css-extract-plugin": "^0.4.2",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"npm-run": "latest",
"npm-run-all": "latest",
"pixelmatch": "^5.1.0",
"pngjs": "^3.4.0",
"request": "^2.88.0",
"resolve-url-loader": "^2.3.1",
"rimraf": "^3.0.0",
"selenium-standalone": "^6.17.0",
"selenium-webdriver": "^4.0.0-alpha.5",
"style-loader": "^0.23.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "0.5.9",
"wdio-chromedriver-service": "^5.0.2",
"wdio-docker-service": "^2.1.5-rc.0",
"webdriverio": "^5.16.11",
"webpack": "^4.18.0",
"webpack-cli": "^3.1.0",
"webpack-glsl-loader": "^1.0.1",
"webpack-shell-plugin-next": "^0.6.4",
"xregexp": "^3.2.0"
},
"//": "selenium-standalone install --version=3.4.0 --drivers.chrome.version=2.29 --drivers.gecko.version=0.16.0",
"scripts": {
"build": "npm run lint && npm run dist:prod",
"clean-main": "rimraf ./dist",
"clean-test": "rimraf ./test/dist",
"dist:dev": "webpack --mode development --config webpack.config.js",
"dist:prod": "webpack --mode production --config webpack.config.js",
"lint": "eslint ./src",
"lint-example": "eslint ./example",
"//comment postinstall": [
"install tools, examples and",
" set module aliases for rescatter to allow use in tools"
],
"postinstall": "npm run postinstall-tools && npm run postinstall-rs-check-config && npm run postinstall-example && mkdir dist && link-module-alias",
"postinstall-tools": "cd tools && npm install",
"postinstall-rs-check-config": "cd tools/rs_check_config && npm install",
"postinstall-example": "cd example && npm install",
"test": "wdio run wdio.config.js",
"test-ci": "set CI=true && wdio run wdio.config.js",
"test-debug": "set DEBUG=true && wdio run wdio.config.js"
},
"keywords": [
"scatterplot",
"WebGL",
"interactive",
"brushing",
"choropleths"
],
"author": {
"name": "Baldur van Lew",
"email": "bdotvanunderscorelewatlumcdotnl"
},
"license": "MIT",
"_moduleAliasIgnoreWarning": true,
"_moduleAliases": {
"@rs_dist": "./dist"
}
}