{ "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": "1.3.1", "react": "18.2.0", "react-contexify": "6.0.0", "react-dom": "18.2.0", "react-inspector": "6.0.1", "react-resizable-panels": "0.0.45", "react-toastify": "9.1.3", "xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz" }, "devDependencies": { "@types/react": "18.2.6", "@types/react-dom": "18.2.4", "@typescript-eslint/eslint-plugin": "5.59.5", "@typescript-eslint/parser": "5.59.5", "@vitejs/plugin-react": "4.0.0", "eslint": "8.40.0", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-refresh": "0.3.5", "typescript": "5.0.4", "vite": "4.3.5", "vite-plugin-pwa": "0.14.7" } }