-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
67 lines (67 loc) · 1.84 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": "@rawgraphs/rawgraphs-charts",
"version": "v1.0.1",
"description": "RAWGRAPHS charts",
"jsdelivr": "lib/index.umd.js",
"unpkg": "lib/index.umd.js",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"files": [
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write src",
"sandbox": "webpack-dev-server",
"prebuild": "rimraf lib",
"build": "rollup -c"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"d3": "^7.2.0",
"d3-contour": "^3.0.1",
"d3-gridding": "^0.2.0",
"d3-hexbin": "^0.2.2",
"d3-sankey": "^0.12.3",
"d3-sankey-circular": "^0.34.0",
"d3-voronoi-treemap": "^1.1.1",
"louvain": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/register": "^7.16.0",
"@rawgraphs/rawgraphs-core": "^1.0.0-beta.16",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-image": "^2.0.5",
"@rollup/plugin-node-resolve": "^8.4.0",
"babel-loader": "^8.2.3",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-preval": "^5.0.0",
"css-loader": "^6.5.1",
"dsv-loader": "^2.0.0",
"file-loader": "^6.1.0",
"prettier": "^2.1.2",
"raw-loader": "^4.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.21.0",
"rollup-plugin-local-resolve": "^1.0.7",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"style-loader": "^3.3.1",
"webpack": "^5.62.2",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0",
"css": "^3.0.0"
},
"engines": {
"npm": ">=7.0.0"
}
}