UNPKG

@keyvaluesystems/react-scatter-graph

Version:

A fully customizable react scatter graph

110 lines (109 loc) 3.19 kB
{ "name": "@keyvaluesystems/react-scatter-graph", "version": "2.0.2", "description": "A fully customizable react scatter graph", "main": "./build/index.js", "source": "src/index.tsx", "types": "./build/types/index.d.ts", "scripts": { "start": "webpack watch && tsc", "build": "webpack", "eslint": "eslint src", "test": "jest --config ./jest.config.js", "coverage": "npm run test -- --coverage", "trypublish": "npm publish || true", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, "engines": { "node": ">=10" }, "repository": { "type": "github", "url": "https://github.com/KeyValueSoftwareSystems/react-scatter-graph" }, "author": "Keyvalue", "license": "MIT", "homepage": "https://github.com/KeyValueSoftwareSystems/react-scatter-graph", "keywords": [ "library", "starter", "es6" ], "devDependencies": { "@babel/cli": "^7.20.7", "@babel/core": "^7.20.12", "@babel/plugin-proposal-class-properties": "^7.16.0", "@babel/plugin-transform-typescript": "^7.20.13", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.20.2", "@storybook/addon-actions": "^6.5.16", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-interactions": "^6.5.16", "@storybook/addon-links": "^6.5.16", "@storybook/builder-webpack5": "^6.5.16", "@storybook/manager-webpack5": "^6.5.16", "@storybook/react": "^6.5.16", "@storybook/testing-library": "^0.0.13", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "@types/jest": "^29.4.0", "@typescript-eslint/eslint-plugin": "5.52.0", "@typescript-eslint/parser": "5.52.0", "babel-eslint": "^10.1.0", "babel-loader": "^9.1.2", "babel-preset-minify": "^0.5.2", "clean-webpack-plugin": "^4.0.0", "css-loader": "^6.7.3", "css-minimizer-webpack-plugin": "^4.2.2", "dotenv-webpack": "^8.0.1", "eslint": "^7.32.0", "file-loader": "^6.2.0", "html-webpack-plugin": "^5.5.0", "jest": "^29.4.2", "jest-environment-jsdom": "^29.4.3", "mini-css-extract-plugin": "^2.7.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "sass": "^1.58.3", "sass-loader": "^13.2.0", "style-loader": "^3.3.3", "terser-webpack-plugin": "^5.3.5", "ts-jest": "^29.0.5", "ts-loader": "^9.4.2", "typescript": "^4.9.5", "url-loader": "^4.1.1", "webpack": "^5.75.0", "webpack-cli": "^5.0.1", "webpack-merge-and-include-globally": "^2.3.4" }, "peerDependencies": { "react": "^18.2.0" }, "eslintConfig": { "extends": "./.eslintrc.json" }, "files": [ "build" ], "jest": { "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/scripts/testMock.js", "\\.(css|less)$": "<rootDir>/scripts/testMock.js" }, "moduleFileExtensions": [ "web.js", "js", "web.ts", "ts", "web.tsx", "tsx", "json", "web.jsx", "jsx", "node" ] } }