-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
{
"name": "affinity-map",
"version": "0.0.2",
"private": true,
"description": "Open source code of the Affinity Map",
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production"
},
"keywords": [
"Networks",
"Scientific practice",
"Reduction"
],
"author": "Ogier Maitre, Dario Rodighiero, Pierpaolo Follia",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"css-loader": "^4.2.1",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.9.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@types/d3-selection": "^1.4.2",
"acorn": "^7.4.0",
"d3-array": "^2.5.0",
"d3-chord": "^1.0.6",
"d3-color": "^1.4.1",
"d3-force": "^2.0.1",
"d3-request": "^1.0.6",
"d3-scale": "^3.2.1",
"d3-selection": "^1.4.2",
"d3-zoom": "^1.8.3",
"js-combinatorics": "^1.3.0",
"marx-css": "^3.0.8",
"mobile-detect": "^1.4.4",
"nouislider": "^14.6.0"
}
}