Merge branch 'dev' into dev-spago-next
Showing
{ | ||
"name": "Gargantext", | ||
"version": "0.0.7.1.3", | ||
"version": "0.0.7.1.5", | ||
"scripts": { | ||
"build": "spago build", | ||
"bundle": "spago bundle --module Main --outfile dist/bundle.js", | ||
... | ... | @@ -36,6 +36,8 @@ |
"create-react-class": "~15.6.3", | ||
"crypto": "~1.0.1", | ||
"d3": "~7.6.1", | ||
"debounce": "^2.0.0", | ||
"debouncing": "^22.7.25", | ||
"echarts": "~5.1.2", | ||
"echarts-for-react": "~3.0.1", | ||
"graphology": "~0.25.1", | ||
... | ... | @@ -58,6 +60,7 @@ |
"secp256k1": "~4.0.2", | ||
"sigma": "~2.4.0", | ||
"twgl.js": "~5.0.4", | ||
"use-debounce": "^10.0.0", | ||
"uuid": "8.3.2" | ||
}, | ||
"devDependencies": { | ||
... | ... |
Please register or sign in to comment