{
	"name": "@kindle-ui/core",
	"description": "A react component library to build Kindle OS in the browser.",
	"version": "1.1.14",
	"license": "MIT",
	"main": "dist/index.cjs.js",
	"module": "dist/index.esm.js",
	"source": "src/index.ts",
	"typings": "dist/index.d.ts",
	"dependencies": {
		"rollup-plugin-typescript2": "^0.35.0",
		"styled-components": "^5.3.0"
	},
	"peerDependencies": {
		"react": "^17.0.2",
		"react-dom": "^17.0.2"
	},
	"files": [
		"dist/index.cjs.js",
		"dist/index.esm.js",
		"dist/index.d.ts",
		"dist/components/**/*",
		"custom.d.ts",
		"LICENSE",
		"README.md"
	],
	"scripts": {
		"build": "rollup -c",
		"build:watch": "rollup -c -w",
		"prepublishOnly": "",
		"test": "react-scripts test"
	},
	"eslintConfig": {
		"extends": [
			"react-app",
			"react-app/jest"
		]
	},
	"browserslist": {
		"production": [
			">0.2%",
			"not dead",
			"not op_mini all"
		],
		"development": [
			"last 1 chrome version",
			"last 1 firefox version",
			"last 1 safari version"
		]
	},
	"publishConfig": {
		"access": "public"
	},
	"devDependencies": {
		"@babel/cli": "^7.14.5",
		"@babel/core": "^7.14.6",
		"@babel/preset-env": "^7.14.7",
		"@babel/preset-react": "^7.14.5",
		"@rollup/plugin-alias": "^4.0.2",
		"@rollup/plugin-babel": "^5.3.0",
		"@rollup/plugin-typescript": "^11.0.0",
		"@svgr/rollup": "^5.5.0",
		"@testing-library/jest-dom": "^5.16.5",
		"@testing-library/react": "^13.4.0",
		"@testing-library/user-event": "^14.4.3",
		"@types/react": "^17.0.13",
		"@types/react-dom": "^17.0.8",
		"@types/styled-components": "^5.1.10",
		"kindle-fonts": "^1.0.0",
		"npm-run-all": "^4.1.5",
		"rollup": "^2.52.3",
		"rollup-plugin-delete": "^2.0.0",
		"rollup-plugin-peer-deps-external": "^2.2.4",
		"rollup-plugin-react-svg": "^3.0.3",
		"rollup-plugin-typescript2": "^0.35.0",
		"rollup-plugin-url": "^3.0.1",
		"typescript": "^4.3.5"
	},
	"directories": {
		"test": "test"
	},
	"repository": {
		"type": "git",
		"url": "git+ssh://git@github.com/RiverTwilight/kindle-ui.git"
	},
	"author": "",
	"bugs": {
		"url": "https://github.com/RiverTwilight/kindle-ui/issues"
	},
	"homepage": "https://github.com/RiverTwilight/kindle-ui#readme",
	"sideEffects": false,
	"engines": {
		"node": ">=12.0.0"
	}
}
