{
	"name": "react-perftool-extension",
	"version": "1.0.6",
	"main": "build/lib/react-perftool-extension.js",
	"description": "A browser developer tools extension, which will help you to inspect the performance of React Js components.",
	"repository": "https://github.com/vaheqelyan/react-perftool.git",
	"author": "Vahe <martinkenner@mail.com>",
	"license": "MIT",
	"keywords": ["react", "performance", "chrome", "developer tools", "chrome extension", "testing"],
	"scripts": {
		"test-server": "parcel ./test/index.html -p 80",
		"devtool-dev": "parcel watch ./src/chrome/panel/panel.html --out-dir ./src/chrome/extension-build",
		"lib-dev": "rm -rf ./build && rollup -c -w",
		"lib-build": "rm -rf ./build && rollup -c",
		"devtool-build": "parcel build ./src/chrome/panel/panel.html --out-dir ./src/chrome/extension-build",
		"no-server": "parcel watch ./test/index.html"
	},
	"devDependencies": {
		"@types/chrome": "^0.0.58",
		"@types/react": "^16.0.34",
		"@types/react-dom": "^16.0.3",
		"@types/react-redux": "^5.0.14",
		"@types/react-virtualized": "^9.7.10",
		"guid": "^0.0.12",
		"lodash.omit": "^4.5.0",
		"lodash.orderby": "^4.6.0",
		"material-ui": "^0.20.0",
		"mobx": "^3.4.1",
		"mobx-react": "^4.3.5",
		"node-sass": "^4.7.2",
		"react": "^16.2.0",
		"react-addons-css-transition-group": "^15.6.2",
		"react-awesome-popover": "^1.6.3",
		"react-dom": "^16.2.0",
		"react-perftool-extension": "1.0.5",
		"react-redux": "^5.0.6",
		"react-tap-event-plugin": "^3.0.2",
		"react-transition-group": "^2.2.1",
		"react-virtualized": "^9.18.0",
		"rollup": "^0.51.3",
		"rollup-plugin-alias": "^1.4.0",
		"rollup-plugin-commonjs": "^8.2.6",
		"rollup-plugin-node-globals": "^1.1.0",
		"rollup-plugin-node-resolve": "^3.0.0",
		"rollup-plugin-replace": "^2.0.0",
		"rollup-plugin-typescript2": "^0.10.0",
		"rollup-watch": "^4.3.1",
		"typescript": "^2.6.2"
	}
}
