-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
51 lines (51 loc) · 1.47 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
{
"name": "clustergrammer-gl",
"version": "0.25.0",
"description": "Rebuilding Clustergrammer with WebGL and regl",
"main": "clustergrammer-gl.node.js",
"module ": "clustergrammer-gl.esm.js",
"scripts": {
"start": "budo --open --live --force-default-index --host localhost index.js -- -g es2040 -t glslify",
"build": "browserify index.js -g es2040 -t glslify | uglifyjs -cm| indexhtmlify | metadataify | github-cornerify > index.html",
"lint": "standard",
"lint-fix": "standard --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/cornhundred/clustergrammer-gl"
},
"keywords": [],
"author": "Nicolas Fernandez",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^1.2.0",
"eslint": "^4.18.2",
"expose-loader": "^0.7.1",
"file-loader": "^2.0.0",
"transform-loader": "^0.2.4",
"webpack": "^4.29.3",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"eases": "^1.0.8",
"gl-mat4": "^1.1.4",
"gl-vec4": "^1.0.1",
"ify-loader": "^1.1.0",
"mouse-change": "^1.4.0",
"mouse-event-offset": "3.0.2",
"normalized-interaction-events": "2.0.1",
"regl": "^1.3.7",
"underscore": "1.8.3",
"util-extend": "1.0.3",
"vectorize-text": "^3.2.1",
"mathjs": "3.17.0",
"xtend": "^4.0.1",
"pako": "1.0.6",
"d3-tip": "v0.9.1",
"d3": "5.15.0",
"axios": "0.19.0"
}
}