{
	"version": "0.2.4",
	"license": "MIT",
	"main": "dist/index.js",
	"typings": "dist/index.d.ts",
	"files": [
		"dist",
		"src"
	],
	"engines": {
		"node": ">=12.0.0"
	},
	"scripts": {
		"add-badges": "cp ./coverage/badge-*.svg assets && git add assets",
		"badges": "yarn test:silent && jest-coverage-badges",
		"build": "tsdx build",
		"format": "prettier --write '{src,test}/**/*.{ts,tsx}' && cd example && yarn format && cd ..",
		"install:playground": "cd example && yarn && cd ..",
		"lint": "tsdx lint",
		"new-component": "node scripts/newComponent/index.js",
		"prepare": "tsdx build",
		"pre-publish": "yarn version --patch && git push --follow-tags",
		"start": "yarn start:watch",
		"start:playground": "cd example && yarn start && cd ..",
		"start:styleguidist": "styleguidist server",
		"start:watch": "tsdx watch",
		"test": "tsdx test --passWithNoTests --coverage --maxWorkers 2",
		"test:silent": "tsdx test --silent --coverage",
		"test:watch": "tsdx test --watch --coverage",
		"trash": "rm -rf example/node_modules node_modules dist example/.cache example/dist"
	},
	"peerDependencies": {
		"react": ">=16"
	},
	"husky": {
		"hooks": {
			"pre-commit": "yarn format && yarn badges && yarn add-badges"
		}
	},
	"name": "jdb-components",
	"author": "John Blackwell",
	"module": "dist/jdb-components.esm.js",
	"devDependencies": {
		"@babel/core": "^7.14.0",
		"@testing-library/jest-dom": "^5.12.0",
		"@testing-library/react": "^11.2.6",
		"@types/d3": "^6.3.0",
		"@types/node": "^15.0.2",
		"@types/ramda": "0.27.34",
		"@types/react": "^17.0.5",
		"@types/react-dom": "^17.0.3",
		"@types/react-router-dom": "^5.1.7",
		"@types/styled-components": "^5.1.9",
		"babel-plugin-module-resolver": "^4.1.0",
		"babel-plugin-styled-components": "^1.12.0",
		"husky": "^4.2.5",
		"jest-coverage-badges": "^1.1.2",
		"prettier": "^2.2.1",
		"react": "^17.0.2",
		"react-docgen-typescript": "^1.22.0",
		"react-dom": "^17.0.2",
		"react-styleguidist": "^11.1.6",
		"ts-jest": "^26.5.6",
		"ts-loader": "^9.1.2",
		"tsdx": "^0.14.1",
		"tslib": "^2.2.0",
		"typescript": "^4.2.4",
		"webpack": "^5.36.2"
	},
	"dependencies": {
		"d3-format": "^2.0.0",
		"d3-scale": "^3.3.0",
		"d3-shape": "^2.1.0",
		"framer-motion": "^4.0.0",
		"ramda": "^0.27.1",
		"react-router-dom": "^5.2.0",
		"styled-components": "^5.3.0"
	}
}
