{
	"name": "@guardian/threads",
	"version": "0.22.0-0",
	"main": "dist/index.js",
	"module": "dist/index.js",
	"types": "dist/index.d.ts",
	"files": [
		"dist",
		"README.md"
	],
	"scripts": {
		"test": "jest",
		"clean": "rm -r ./dist/*",
		"build": "mkdir -p ./dist && run-s build:fonts && run-p build:tsc build:css",
		"build:tsc": "tsc",
		"build:css": "rsync -zarv --include=\"*/\" --include=\"*.css\" --exclude=\"*\" src/ dist/",
		"build:fonts": "cp -r ./fonts ./dist/."
	},
	"peerDependencies": {
		"react": "^16.11.0",
		"react-breakpoints": "^3.0.3",
		"react-dom": "^16.11.0",
		"react-icons": "^3.3.0",
		"react-input-autosize": "^2.2.1",
		"react-router-dom": "^4.3.1",
		"tslib": "^1.9.3"
	},
	"devDependencies": {
		"@testing-library/react": "^10.0.2",
		"@types/jest": "^23.3.13",
		"@types/lodash.debounce": "^4.0.6",
		"@types/lodash.inrange": "^3.3.6",
		"@types/lodash.range": "^3.2.6",
		"@types/node": "^10.12.18",
		"@types/react": "^16.9.11",
		"@types/react-dom": "^16.9.3",
		"@types/react-input-autosize": "^2.0.0",
		"@types/react-router-dom": "^4.3.1",
		"identity-obj-proxy": "^3.0.0",
		"jest": "^25.3.0",
		"npm-run-all": "^4.1.5",
		"react": "^16.8.6",
		"react-breakpoints": "^3.0.3",
		"react-dom": "^16.8.6",
		"react-icons": "^3.3.0",
		"react-input-autosize": "^2.2.1",
		"react-onclickoutside": "^6.7.1",
		"react-router-dom": "^4.3.1",
		"ts-jest": "^25.3.1",
		"tslib": "^1.9.3",
		"typescript": "^3.2.4"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/guardian/threads"
	},
	"keywords": [
		"guardian",
		"threads"
	],
	"dependencies": {
		"lodash.debounce": "^4.0.8",
		"lodash.inrange": "^3.3.6",
		"lodash.range": "^3.2.0"
	}
}
