{ "name": "vertex", "version": "0.1.1", "type": "module", "description": "Vertex – A start page for selfhosted services.", "keywords": [ "startpage", "selfhosted", "dashboard", "vertex" ], "author": "Georgi Gardev ", "license": "MIT", "engines": { "node": ">=22.12" }, "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@mantine/core": "^7.17.8", "@mantine/hooks": "^7.17.8", "@tabler/icons-react": "^3.44.0", "date-fns": "^4.4.0", "jotai": "^2.20.1", "react": "^19.2.7", "react-dom": "^19.2.7", "react-router": "^7.18.1", "reset.css": "^2.0.2", "unsplash-js": "^7.0.20", "yaml": "^2.8.0" }, "devDependencies": { "@eslint/js": "^9.39.0", "@types/node": "^24.0.0", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "@vitejs/plugin-react": "^6.0.3", "eslint": "^9.39.0", "eslint-plugin-react-hooks": "^7.0.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.0.0", "postcss": "^8.5.6", "postcss-preset-mantine": "^1.18.0", "postcss-simple-vars": "^7.0.1", "typescript": "~5.9.0", "typescript-eslint": "^8.46.0", "vite": "^8.1.4" } }