-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 1.98 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
{
"name": "jsviz-visualisations",
"version": "1.2.2",
"description": "A set of custom visualisations for Spotfire using JSViz",
"dependencies": {
"colorjoe": "^4.1.1",
"d3": "^5.16.0",
"d3-array": "^2.11.0",
"d3-cloud": "^1.2.5",
"d3-color": "^1.4.1",
"d3-drag": "^1.2.5",
"d3-force": "^2.0.1",
"d3-hierarchy": "^2.0.0",
"d3-sankey": "^0.12.3",
"d3-sankey-circular": "^0.34.0",
"d3-scale": "^2.2.2",
"d3-scale-chromatic": "^1.5.0",
"d3-selection": "^1.4.1",
"d3-shape": "^1.3.7",
"d3-transition": "^1.3.2",
"d3-zoom": "^1.8.3",
"imagesloaded": "^4.1.4",
"jquery": "^3.5.1",
"jquery-ui": "^1.12.1",
"jquery.shorten": "^1.0.0",
"justgage": "^1.3.5",
"underscore": "^1.10.2"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.5.3",
"eslint": "^7.1.0",
"eslint-config-standard": "^14.1.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-compat": "^3.7.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"expose-loader": "^0.7.5",
"file-loader": "^6.0.0",
"script-loader": "^0.7.2",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.2",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2"
},
"scripts": {
"build:dev": "webpack --env=dev --progress --watch",
"build:prod": "webpack --env=prod --progress",
"eslint": "eslint lib/*.js visuals/*.js",
"eslintfix": "eslint lib/*.js visuals/*.js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pete-thompson/spotfire-visuals.git"
},
"author": "Pete Thompson",
"license": "SEE LICENSE",
"private": true,
"homepage": "https://github.com/pete-thompson/spotfire-visuals",
"browserslist": [
"last 3 versions"
]
}