{ "name": "@react-scan/vite-plugin-react-scan", "version": "0.2.7", "description": "A Vite plugin for React Scan - detects performance issues in your React app.", "type": "module", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "scripts": { "build": "rm -rf dist && NODE_ENV=production vp pack", "dev": "vp pack --watch", "lint": "vp lint", "format": "vp fmt", "typecheck": "tsc --noEmit" }, "peerDependenciesMeta": { "react-scan": { "optional": false }, "vite": { "optional": false } }, "keywords": [ "react", "react-scan", "react scan", "render", "performance", "vite", "vite plugin" ], "author": { "name": "Team React Scan", "url": "https://github.com/aidenybai/react-scan" }, "license": "MIT", "homepage": "https://github.com/aidenybai/react-scan", "bugs": { "url": "https://github.com/aidenybai/react-scan/issues" }, "repository": { "type": "git", "url": "https://github.com/aidenybai/react-scan.git" }, "dependencies": { "@babel/core": "^7.29.0", "@babel/plugin-transform-react-jsx": "^7.25.9", "@babel/preset-typescript": "^7.23.3", "babel-plugin-add-react-displayname": "^0.0.5", "cheerio": "^1.2.0" }, "peerDependencies": { "react-scan": ">=0.5.7", "vite": "^2 || ^3 || ^4 || ^5 || ^6" }, "devDependencies": { "@types/babel__core": "^7.20.5", "@types/cheerio": "^1.0.0", "@types/node": "^25.6.0", "typescript": "latest" }, "publishConfig": { "access": "public" }, "files": [ "dist", "README.md", "LICENSE" ] }