forked from jacomyal/sigma.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "sigma-examples",
"version": "1.0.0",
"description": "Sigma examples root package.",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "./build.js build",
"clean": "rimraf build",
"start": "kotatsu serve $npm_config_example/index.ts --index $npm_config_example/index.html --public / $npm_config_example/public"
},
"kotatsu": {
"config": "webpack.config.js"
},
"dependencies": {
"@types/file-saver": "^2.0.4",
"@types/papaparse": "^5.3.1",
"chroma-js": "^2.1.2",
"file-saver": "^2.0.5",
"graphology": "^0.23.2",
"graphology-components": "^1.5.2",
"graphology-gexf": "^0.10.1",
"graphology-layout": "^0.5.0",
"graphology-layout-force": "^0.2.3",
"graphology-layout-forceatlas2": "^0.8.1",
"iwanthue": "^1.5.1",
"papaparse": "^5.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"async": "^3.2.2",
"fs-extra": "^10.0.0",
"kotatsu": "^0.22.3",
"raw-loader": "^4.0.2",
"rimraf": "^3.0.2",
"typescript": "^4.5.4"
}
}