{ "name": "vertex", "version": "0.1.0", "type": "module", "description": "Vertex – A start page for selfhosted services.", "keywords": [ "startpage", "selfhosted", "dashboard", "vertex" ], "author": "Georgi Gardev ", "license": "MIT", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@mantine/core": "^7.16.3", "@mantine/hooks": "^7.16.3", "@mantine/modals": "^7.16.3", "@tabler/icons-react": "^3.30.0", "date-fns": "^4.1.0", "jotai": "^2.11.3", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router": "^7.1.5", "reset.css": "^2.0.2", "unsplash-js": "^7.0.19" }, "devDependencies": { "@eslint/js": "^9.19.0", "@modyfi/vite-plugin-yaml": "^1.1.0", "@types/node": "^22.13.1", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.19.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.18", "globals": "^15.14.0", "postcss": "^8.5.1", "postcss-preset-mantine": "^1.17.0", "postcss-simple-vars": "^7.0.1", "typescript": "~5.7.2", "typescript-eslint": "^8.22.0", "vite": "^5.1.0" } }