{
	"name": "colay-ui",
	"version": "0.0.145",
	"description": "",
	"types": "index.d.ts",
	"author": "turgaysaba",
	"license": "MIT",
	"keywords": [],
	"main": "./index.js",
	"scripts": {
		"docs": "start-storybook -p 9009",
		"build-docs": "build-storybook -o docs-build",
		"build:types": "tsc -p tsconfig.json  && tscpaths -p tsconfig.json -s ./src -o ./dist",
		"type-check": "tsc --noEmit",
		"build": "rm -rf dist && yarn build:js && yarn build:types",
		"build:js": "babel src -d dist --config-file ./babel.config.js --extensions \".js,.jsx,.ts,.tsx\" --copy-files",
		"fire": "yarn build && yarn version --patch && cp ./package.json ./dist && cd dist && npm publish",
		"auth": "cd dist && npm login --always-auth && cd ..",
		"test": "jest"
	},
	"dependencies": {
		"is-react": "1.5.4",
		"react-error-boundary": "3.1.4"
	},
	"peerDependencies": {
		"colay": "*",
		"react": "*",
		"react-dom": "*"
	},
	"devDependencies": {
		"@types/react": "17.0.34",
		"@types/react-dom": "17.0.11",
		"@types/react-is": "17.0.3",
		"@types/react-native": "0.63.46",
		"@types/showdown": "1.9.3",
		"colay": "0.0.68",
		"colay-dev": "0.0.17",
		"immer": "9.0.6",
		"react": "17.0.2",
		"react-dom": "17.0.2",
		"react-native-render-html": "6.1.0",
		"showdown": "1.9.1",
		"typescript": "4.4.4",
		"webpack-bundle-analyzer": "4.5.0"
	},
	"nodemonConfig": {
		"ignore": [],
		"execMap": {
			"ts": "babel-node src/main.ts --extensions \".js,.jsx,.ts,.tsx\""
		}
	}
}
