{
	"name": "@aws-amplify/ui-components",
	"version": "1.9.40",
	"description": "Core Amplify UI Component Library",
	"module": "dist/index.mjs",
	"main": "dist/index.js",
	"es2015": "dist/esm/index.mjs",
	"es2017": "dist/esm/index.mjs",
	"unpkg": "dist/amplify-ui-components/amplify-ui-components.js",
	"types": "dist/types/index.d.ts",
	"collection": "dist/collection/collection-manifest.json",
	"files": [
		"dist/",
		"loader"
	],
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"lint": "eslint --ext .js,.ts,.tsx .",
		"format": "eslint --fix --ext .js,.ts,.tsx .",
		"pretest": "npm run lint",
		"test": "stencil test --spec",
		"test:screenshot": "stencil test --spec --screenshot",
		"test:update-screenshot": "rm -f screenshot/builds/master.json && rm -f screenshot/images/* && stencil test --spec --screenshot --update-screenshot",
		"test:watch": "stencil test --spec --watchAll",
		"stencil": "stencil build --docs-readme",
		"stencil:watch": "stencil build --watch",
		"start": "stencil build --watch --serve --dev",
		"storybook": "concurrently 'start-storybook -p 3000 -s ./www' 'yarn:stencil:watch' --raw",
		"build-with-test": "npm run clean && npm test && npm run stencil",
		"build": "npm run clean && npm run stencil --ci",
		"build:esm:watch": "npm run clean && npm run stencil:watch",
		"build:watch": "npm run clean && npm run stencil:watch",
		"clean": "rimraf dist .stencil"
	},
	"peerDependencies": {
		"aws-amplify": "3.x.x || 4.x.x"
	},
	"dependencies": {
		"qrcode": "^1.4.4",
		"uuid": "^8.2.0"
	},
	"devDependencies": {
		"@aws-amplify/auth": "4.6.13",
		"@stencil/angular-output-target": "^0.0.2",
		"@stencil/core": "1.15.0",
		"@stencil/eslint-plugin": "0.2.1",
		"@stencil/react-output-target": "^0.0.6",
		"@stencil/sass": "1.5.2",
		"@storybook/addon-a11y": "^5.2.5",
		"@storybook/addon-actions": "^5.2.5",
		"@storybook/addon-console": "^1.2.1",
		"@storybook/addon-knobs": "^5.2.5",
		"@storybook/html": "^5.2.5",
		"@types/jest": "24.9.1",
		"@types/node": "^12.6.3",
		"@types/puppeteer": "1.19.1",
		"@types/webpack": "^4.4.35",
		"@types/webpack-env": "^1.14.0",
		"@typescript-eslint/eslint-plugin": "^4.11.0",
		"@typescript-eslint/parser": "^1.12.0",
		"babel-loader": "^8.0.6",
		"concurrently": "^5.0.0",
		"eslint": "^7.16.0",
		"eslint-config-prettier": "^7.1.0",
		"eslint-plugin-prettier": "^3.3.0",
		"eslint-plugin-react": "^7.19.0",
		"jest": "24.9.0",
		"jest-cli": "24.9.0",
		"prettier": "^1.17.1",
		"puppeteer": "1.19.0",
		"rimraf": "^3.0.0",
		"rollup-plugin-node-externals": "^2.1.3",
		"rollup-plugin-node-polyfills": "^0.2.1"
	},
	"license": "Apache-2.0",
	"gitHead": "745cf5462e07317da9f404f39d8707681463a701"
}
