Files
vertex/package.json
T
Georgi Gardev 0d81451d28
CI / build (push) Successful in 9m33s
CI / docker (push) Successful in 16s
Release 0.1.1
2026-07-11 13:25:54 +03:00

54 lines
1.3 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "vertex",
"version": "0.1.1",
"type": "module",
"description": "Vertex A start page for selfhosted services.",
"keywords": [
"startpage",
"selfhosted",
"dashboard",
"vertex"
],
"author": "Georgi Gardev <georgi@gar.dev>",
"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"
}
}