🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

react-tooltip-bubble-chart

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tooltip-bubble-chart - npm Package Compare versions

Comparing version

to
1.0.34

{
"name": "react-tooltip-bubble-chart",
"version": "1.0.33",
"description": "react-tooltip-bubble-chart",
"main": "index.ts",
"version": "1.0.34",
"description": "This is React bubble chart with tooltip to visualize data.",
"main": "./dist/index.d.ts",
"types": "./dist/index.d.ts",
"typesVersions": {
"<4.0": {
"index.d.ts": [
"index.v3.d.ts"
]
}
},
"scripts": {
"release": "auto shipit --base-branch=master",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env BABEL_ENV=production babel src -d dist",
"chromatic": "npx chromatic --project-token=d7a4d4f8b9a5",
"storybook": "start-storybook -p 6006 -s public",
"serve-storybook": "serve storybook-static",
"predeploy": "npm run build-storybook",
"deploy-storybook": "gh-pages -d storybook-static",
"build-storybook": "build-storybook"
"build": "webpack"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/ire4564/react-d3-tooltip-bubble-chart.git"
},
"keywords": [
"react",
"bubble-chart",
"tooltip-bubble-chart",
"d3-chart",
"react-bubble-chart",
"d3"
],
"author": "ire4564",
"license": "MIT",
"bugs": {
"url": "https://github.com/ire4564/react-d3-tooltip-bubble-chart/issues"
},
"files": [
"dist",
"lib"
],
"homepage": "https://github.com/ire4564/react-d3-tooltip-bubble-chart#readme",
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@storybook/addon-actions": "^6.5.14",
"@storybook/addon-essentials": "^6.5.14",
"@storybook/addon-interactions": "^6.5.14",
"@storybook/addon-links": "^6.5.14",
"@storybook/builder-webpack4": "^6.5.14",
"@storybook/builder-webpack5": "^6.5.14",
"@storybook/manager-webpack4": "^6.5.14",
"@storybook/manager-webpack5": "^6.5.14",
"@storybook/node-logger": "^6.5.14",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.14",
"@storybook/testing-library": "^0.0.13",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime-corejs3": "^7.20.6",
"@types/browserify": "^12.0.37",
"@types/d3": "^7.4.0",
"@types/d3-force": "^3.0.3",
"@types/react": "^18.0.26",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"auto": "^10.37.6",
"babel-loader": "^8.3.0",
"babel-preset-react-app": "^10.0.1",
"chromatic": "^6.11.4",
"cross-env": "^7.0.3",
"d3": "^7.6.1",
"babel-loader": "^9.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"core-js": "^3.26.1",
"css-loader": "^6.7.2",
"d3": "^7.7.0",
"d3-force": "^3.0.0",
"gh-pages": "^4.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",

@@ -53,17 +64,10 @@ "react-uuid": "^2.0.0",

"sass-loader": "^13.2.0",
"storybook-addon-sass-postcss": "^0.1.3",
"transform-class-properties": "^1.0.0-beta",
"semantic-release": "^19.0.5",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.3",
"web-vitals": "^2.1.4"
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"react": "^18.2.0"
},
"babel": {
"presets": [
[
"react-app",
{
"absoluteRuntime": false
}
]
]
},
"browserslist": [

@@ -74,13 +78,10 @@ ">0.2%",

],
"repository": {
"type": "git",
"url": "git+https://github.com/ire4564/react-d3-tooltip-bubble-chart.git"
},
"bugs": {
"url": "https://github.com/ire4564/react-d3-tooltip-bubble-chart/issues"
},
"homepage": "http://ire4564.github.io/react-d3-tooltip-bubble-chart",
"dependencies": {
"@babel/preset-env": "^7.20.2"
}
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/git"
]
}