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