{
	"name": "@bentley/ui-ninezone",
	"version": "2.19.53",
	"description": "iModel.js Nine-zone React UI components",
	"main": "lib/ui-ninezone.js",
	"typings": "lib/ui-ninezone",
	"imodeljsSharedLibrary": true,
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/imodeljs/imodeljs/tree/master/ui/ninezone"
	},
	"keywords": [
		"Bentley",
		"BIM",
		"iModel"
	],
	"author": {
		"name": "Bentley Systems, Inc.",
		"url": "http://www.bentley.com"
	},
	"peerDependencies": {
		"@bentley/bentleyjs-core": "^2.19.53",
		"@bentley/ui-abstract": "^2.19.53",
		"@bentley/ui-core": "^2.19.53",
		"react": "^16.8.0",
		"react-dom": "^16.8.0"
	},
	"//devDependencies": [
		"NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
		"NOTE: All tools used by scripts in this package must be listed as devDependencies"
	],
	"devDependencies": {
		"@bentley/bentleyjs-core": "2.19.53",
		"@bentley/build-tools": "2.19.53",
		"@bentley/eslint-plugin": "2.19.53",
		"@bentley/ui-abstract": "2.19.53",
		"@bentley/ui-core": "2.19.53",
		"@testing-library/react": "^8.0.1",
		"@testing-library/react-hooks": "^3.2.1",
		"@types/chai": "^4.1.4",
		"@types/chai-as-promised": "^7",
		"@types/chai-jest-snapshot": "^1.3.0",
		"@types/chai-spies": "^1.0.0",
		"@types/enzyme": "3.9.3",
		"@types/mocha": "^8.2.2",
		"@types/react": "16.9.43",
		"@types/react-dom": "^16.8.0",
		"@types/sinon": "^9.0.0",
		"@types/testing-library__react-hooks": "^3.1.0",
		"@types/uuid": "^7.0.2",
		"chai": "^4.1.2",
		"chai-as-promised": "^7",
		"chai-jest-snapshot": "^2.0.0",
		"chai-spies": "1.0.0",
		"cpx2": "^3.0.0",
		"enzyme": "^3.4.0",
		"enzyme-adapter-react-16": "^1.15.5",
		"enzyme-to-json": "^3.3.4",
		"eslint": "^7.11.0",
		"ignore-styles": "^5.0.1",
		"jsdom": "^11.12.0",
		"jsdom-global": "3.0.2",
		"mocha": "^8.3.2",
		"nyc": "^15.1.0",
		"raf": "^3.4.0",
		"react": "^16.8.0",
		"react-dom": "^16.8.0",
		"rimraf": "^3.0.2",
		"sinon": "^9.0.2",
		"sinon-chai": "^3.2.0",
		"ts-node": "^7.0.1",
		"typemoq": "^2.1.0",
		"typescript": "~4.3.0"
	},
	"//dependencies": [
		"NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
		"NOTE: imodeljs-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"
	],
	"dependencies": {
		"classnames": "^2.3.1",
		"immer": "^9.0.1",
		"svg-sprite-loader": "^6.0.10",
		"uuid": "^7.0.3"
	},
	"nyc": {
		"extends": "./node_modules/@bentley/build-tools/.nycrc",
		"require": [
			"ignore-styles",
			"jsdom-global/register",
			"source-map-support/register",
			"ts-node/register"
		],
		"check-coverage": true,
		"statements": 100,
		"branches": 100,
		"functions": 100,
		"lines": 100
	},
	"eslintConfig": {
		"plugins": [
			"@bentley",
			"jsx-a11y"
		],
		"extends": [
			"plugin:@bentley/ui",
			"plugin:@bentley/jsdoc"
		]
	},
	"scripts": {
		"compile": "npm run build",
		"copy:assets": "cpx \"./src/**/*.{*css,svg}\" \"./lib\"",
		"build": "npm run copy:assets && tsc 1>&2",
		"clean": "rimraf lib .rush/temp/package-deps*.json",
		"cover": "nyc npm test",
		"docs": "npm run docs:typedoc",
		"docs:typedoc": "betools docs --includes=../../generated-docs/extract --json=../../generated-docs/ui/ui-ninezone/file.json --excludeGlob=**/declarations.d.ts --tsIndexFile=./ui-ninezone.ts --onlyJson",
		"extract-api": "betools extract-api --entry=ui-ninezone",
		"lint": "eslint -f visualstudio \"./src/**/*.{ts,tsx}\" 1>&2",
		"test": "mocha --config ../.mocharc.json \"./lib/test/**/*.test.js\"",
		"test:watch": "npm test -- --reporter min --watch-extensions ts,tsx --watch"
	}
}
