{ "name": "trackeep-landing", "version": "1.0.0", "description": "Trackeep Landing Page - Your Self-Hosted Productivity & Knowledge Hub", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "preview": "vite preview", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix", "format": "prettier --write src/" }, "dependencies": { "vue": "^3.4.0", "vue-router": "^4.2.0", "@vueuse/core": "^10.7.0" }, "devDependencies": { "@iconify-json/ph": "^1.1.0", "@types/node": "^20.10.0", "@unocss/preset-uno": "^0.58.0", "@unocss/preset-web-fonts": "^0.58.0", "@unocss/transformer-directives": "^0.58.0", "@vitejs/plugin-vue": "^5.0.0", "typescript": "^5.3.0", "unocss": "^0.58.0", "vite": "^5.0.0", "vue-tsc": "^1.8.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/trackeep/trackeep.git" }, "license": "MIT" }