{
	"name": "@insertcoinab/gwen-react-components",
	"version": "1.2.65",
	"repository": "https://github.com/we-app/gwen-react-components",
	"license": "MIT",
	"private": false,
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"module": "dist/index.js",
	"files": [
		"package.json",
		"LICENSE",
		"dist",
		"README.md"
	],
	"scripts": {
		"docz:dev": "docz dev --port=9010",
		"docz:build": "docz build && cp ./favicon.ico .docz/dist && cp .docz/dist/index.html .docz/dist/404.html",
		"dev": "yarn build:ts && yarn build:types",
		"prepublishOnly": "yarn build",
		"build": "rm -rf dist && yarn build:ts && yarn build:types",
		"build:ts": "NODE_ENV=production babel src --extensions '.ts,.tsx' --out-dir dist --copy-files --ignore spec.ts",
		"build:types": "tsc --emitDeclarationOnly --skipLibCheck",
		"test:types": "tsc --noEmit",
		"test:lint": "eslint 'src/**/*.{ts,tsx}'",
		"prepare": "husky install",
		"pre-commit": "lint-staged && pretty-quick --staged",
		"publish": "publish --tag next"
	},
	"dependencies": {
		"react": "^16.14.0",
		"react-d3-tree": "^3.1.1",
		"react-dom": "^16.14.0",
		"react-virtualized": "^9.22.3",
		"styled-components": "5.3.0"
	},
	"devDependencies": {
		"@babel/core": "^7.14.8",
		"@babel/plugin-proposal-class-properties": "^7.14.5",
		"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
		"@babel/plugin-proposal-optional-chaining": "^7.14.5",
		"@types/jest": "^26.0.24",
		"@types/node": "^16.4.7",
		"@types/react": "^16.14.0",
		"@types/react-dom": "^16.9.0",
		"@types/react-virtualized": "^9.21.12",
		"@types/styled-components": "^5.1.11",
		"@typescript-eslint/eslint-plugin": "^2.34.0",
		"@typescript-eslint/parser": "^2.34.0",
		"babel-loader": "^8.2.2",
		"babel-plugin-styled-components": "^1.13.2",
		"docz": "^2.3.1",
		"eslint-config-google": "^0.14.0",
		"eslint-config-prettier": "^8.3.0",
		"eslint-config-react-app": "^5.2.0",
		"eslint-plugin-jest": "^24.4.0",
		"eslint-plugin-jsx-a11y": "^6.4.1",
		"eslint-plugin-prettier": "^3.4.0",
		"eslint-plugin-react": "^7.24.0",
		"husky": "^7.0.0",
		"jest": "^27.0.6",
		"lint-staged": "^12.1.2",
		"prettier": "^2.3.2",
		"pretty-quick": "^3.1.2",
		"react-docgen-typescript-loader": "^3.7.2",
		"react-scripts": "4.0.3",
		"trim-right": "^2.0.0",
		"typescript": "4.3.5"
	},
	"lint-staged": {
		"*.js": "eslint --cache --fix"
	}
}
