react-insight
Version:
A powerful React performance monitoring component that helps you identify and fix performance issues in your React applications
76 lines (75 loc) • 1.93 kB
JSON
{
"name": "react-insight",
"version": "1.1.1",
"description": "A powerful React performance monitoring component that helps you identify and fix performance issues in your React applications",
"author": "ahmadalrasheed",
"license": "MIT",
"repository": "https://github.com/ahmadalrasheed/react-insight",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"source": "src/index.ts",
"files": [
"dist",
"src/components/PerformanceMonitor.css",
"README.md"
],
"engines": {
"node": ">=10"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test:lint": "eslint .",
"prepare": "npm run build"
},
"peerDependencies": {
"react": "^16.0.0"
},
"devDependencies": {
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"babel-eslint": "^10.0.3",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1",
"gh-pages": "^2.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"tsup": "^8.4.0",
"typescript": "^4.5.4"
},
"homepage": "https://github.com/ahmadalrasheed/react-insight#readme",
"keywords": [
"react",
"performance",
"monitoring",
"debugging",
"development",
"tools",
"dev-tools",
"react-components",
"react-performance",
"web-performance",
"optimization",
"profiling",
"analytics",
"metrics",
"dom-size",
"memory-usage",
"layout-shifts",
"accessibility",
"react-hooks",
"typescript"
]
}