{ "name": "sparkhome", "private": false, "version": "5.2.0", "type": "module", "scripts": { "dev": "bunx --bun vite", "build": "tsc -b && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "i18next": "^23.11.5", "i18next-browser-languagedetector": "^8.0.0", "i18next-icu": "^2.3.0", "jotai": "^2.8.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^14.1.2", "react-router": "^6.23.1", "react-router-dom": "^6.23.1", "search-engine-autocomplete": "^0.4.3", "valid-url": "^1.0.9", "validate-color": "^2.2.4" }, "devDependencies": { "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/valid-url": "^1.0.7", "@typescript-eslint/eslint-plugin": "^7.13.1", "@typescript-eslint/parser": "^7.13.1", "@vitejs/plugin-react-swc": "^3.5.0", "autoprefixer": "^10.4.19", "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", "postcss": "^8.4.38", "tailwindcss": "^3.4.4", "typescript": "^5.2.2", "vite": "^5.3.1", "vite-plugin-pages": "^0.32.2", "vite-tsconfig-paths": "^4.3.2" } }