{ "name": "iwa-inspector", "author": "sheetjs", "private": true, "homepage": "https://sheetjs.com/tools/iwa-inspector", "license": "Apache-2.0", "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "cfb": "1.2.2", "printj": "https://cdn.sheetjs.com/printj-1.3.2/printj-1.3.2.tgz", "react": "18.3.1", "react-contexify": "6.0.0", "react-dom": "18.3.1", "react-inspector": "6.0.2", "react-resizable-panels": "2.0.19", "react-toastify": "10.0.5", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz" }, "devDependencies": { "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "@typescript-eslint/eslint-plugin": "7.13.0", "@typescript-eslint/parser": "7.13.0", "@vitejs/plugin-react": "4.3.1", "eslint": "8.56.0", "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-react-refresh": "0.4.7", "typescript": "5.4.5", "vite": "5.3.0", "vite-plugin-pwa": "0.20.0" } }