{ "name": "frontend", "description": "Panels - Frontend Site", "version": "1.0.0", "author": "Declan Teevan ", "license": "Apache-2.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@emotion/react": "^11.14.0", "@mantine/core": "^9.2.0", "@mantine/form": "^9.2.0", "@mantine/hooks": "^9.2.0", "@reduxjs/toolkit": "^2.11.2", "@tabler/icons-react": "^3.44.0", "localforage": "^1.10.0", "match-sorter": "^8.3.0", "react": "^19.2.6", "react-dom": "^19.2.6", "react-redux": "^9.2.0", "react-router-dom": "^7.15.0", "sort-by": "^1.2.0" }, "devDependencies": { "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@typescript-eslint/eslint-plugin": "^8.59.3", "@typescript-eslint/parser": "^8.59.3", "@vitejs/plugin-react": "^6.0.1", "eslint": "^10.3.0", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "typescript": "^6.0.3", "vite": "^8.0.13" }, "homepage": "https://github.com/hexolan/panels" }