triyak-react-performance
Version:
Advanced React performance optimization toolkit - Built with modern React best practices and performance optimization techniques
87 lines (86 loc) • 2.13 kB
JSON
{
"name": "triyak-react-performance",
"version": "1.0.3",
"description": "Advanced React performance optimization toolkit - Built with modern React best practices and performance optimization techniques",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest",
"test:performance": "jest --testPathPattern=performance",
"test:core-web-vitals": "jest --testPathPattern=core-web-vitals",
"analyze:bundle": "webpack-bundle-analyzer dist/stats.json",
"test:memory": "jest --testPathPattern=memory",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"performance",
"optimization",
"core-web-vitals",
"lcp",
"fid",
"cls",
"bundle-optimization",
"memory-optimization",
"ai-optimization",
"enterprise",
"triyak",
"digital-marketing",
"seo-optimization",
"web-performance"
],
"author": {
"name": "Bhavendra Singh",
"email": "info@triyak.in",
"url": "https://www.triyak.in"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bhaven13/triyak-react-performance.git"
},
"homepage": "https://www.triyak.in/docs/react-performance",
"bugs": {
"url": "https://github.com/bhaven13/triyak-react-performance/issues"
},
"dependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"jest": "^29.0.0",
"typescript": "^5.0.0",
"webpack-bundle-analyzer": "^4.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"directories": {
"doc": "docs",
"example": "examples",
"test": "tests"
}
}