{
	"name": "react-native-micro-ui",
	"version": "0.0.18",
	"description": "A set of tools and patterns to develop react applications",
	"main": "lib/index.js",
	"module": "lib/index.esm.js",
	"scripts": {
		"test": "jest ----modulePaths=./",
		"test:watch": "jest --watch",
		"storybook": "start-storybook -p 6006",
		"build-storybook": "build-storybook -o docs-build -s ./stories/assets",
		"chromatic": "chromatic --exit-zero-on-changes",
		"lint": "eslint --fix 'src/**/*.{js,ts,tsx}'",
		"prepare": "husky install",
		"release": "npm run build && npm publish --access public",
		"build": "rollup -c"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/apperside/react-toolkit.git"
	},
	"keywords": [
		"react",
		"library",
		"storybook",
		"components"
	],
	"author": "Simone Gaspari",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/apperside/react-toolkit/issues"
	},
	"homepage": "https://github.com/apperside/react-toolkit#readme",
	"devDependencies": {
		"@babel/core": "^7.14.2",
		"@changesets/cli": "^2.16.0",
		"@reduxjs/toolkit": "^1.5.0",
		"@rollup/plugin-commonjs": "^19.0.0",
		"@rollup/plugin-node-resolve": "^13.0.0",
		"@rollup/plugin-typescript": "^8.3.0",
		"@storybook/addon-a11y": "^6.2.9",
		"@storybook/addon-actions": "^6.2.9",
		"@storybook/addon-essentials": "^6.2.9",
		"@storybook/addon-links": "^6.2.9",
		"@storybook/react": "^6.2.9",
		"@storybook/storybook-deployer": "^2.8.8",
		"@styled-system/should-forward-prop": "^5.1.5",
		"@testing-library/jest-dom": "^5.12.0",
		"@testing-library/react": "^11.2.7",
		"@testing-library/user-event": "^13.1.9",
		"@types/fs-extra": "^9.0.13",
		"@types/jest": "^26.0.23",
		"@types/object-hash": "^2.2.1",
		"@types/react": "^17.0.2",
		"@types/styled-components": "^5.1.25",
		"@types/styled-components-react-native": "^5.1.3",
		"@types/styled-system__should-forward-prop": "^5.1.2",
		"@types/url-join": "^4.0.0",
		"@typescript-eslint/eslint-plugin": "^4.24.0",
		"@typescript-eslint/parser": "^4.23.0",
		"babel-loader": "^8.2.2",
		"chromatic": "^5.8.0",
		"deepmerge": "^4.2.2",
		"eslint": "^7.26.0",
		"eslint-config-airbnb": "^18.2.1",
		"eslint-config-prettier": "^8.3.0",
		"eslint-plugin-import": "^2.23.0",
		"eslint-plugin-jsx-a11y": "^6.4.1",
		"eslint-plugin-prettier": "^3.4.0",
		"eslint-plugin-react": "^7.23.2",
		"eslint-plugin-react-hooks": "^4.2.0",
		"eslint-plugin-testing-library": "^4.4.0",
		"husky": "^6.0.0",
		"identity-obj-proxy": "^3.0.0",
		"jest": "^26.6.3",
		"prettier": "^2.3.0",
		"prop-types": "^15.7.2",
		"react": "^17.0.2",
		"react-dom": "^17.0.2",
		"react-query": "^3.12.0",
		"react-redux": "^7.2.2",
		"rollup": "^2.48.0",
		"rollup-plugin-cleaner": "^1.0.0",
		"rollup-plugin-copy": "^3.4.0",
		"rollup-plugin-executable": "^1.6.3",
		"rollup-plugin-multi-input": "^1.3.1",
		"rollup-plugin-peer-deps-external": "^2.2.4",
		"rollup-plugin-typescript2": "^0.31.1",
		"storybook-addon-styled-component-theme": "^2.0.0",
		"styled-components": "^5.3.5",
		"styled-system": "^5.1.5",
		"ts-jest": "^26.5.6",
		"typescript": "^4.6.4",
		"react-native": "^0.68.2",
		"@types/react-native": "0.67.6",
		"csstype": "3.0.11"
	},
	"resolutions": {
		"@types/react": "^17.0.2"
	},
	"peerDependencies": {
		"@reduxjs/toolkit": "^1.5.0",
		"@styled-system/should-forward-prop": "^5.1.5",
		"react": ">=17.0.1",
		"react-dom": ">=17.0.1",
		"react-query": "^3.12.0",
		"react-redux": "^7.2.2",
		"styled-components": "^5.3.0",
		"styled-system": "^5.1.5",
		"react-native": "^0.68.2"
	},
	"dependencies": {
		"fs-extra": "^10.0.0",
		"microdiff": "^1.2.0",
		"object-hash": "^2.2.0",
		"react-loading": "^2.0.3",
		"url-join": "^4.0.0",
		"deepmerge": "^4.2.2"
	}
}
