Files
Trackeep/frontend/package.json
T
2026-04-10 12:06:01 +02:00

40 lines
1.0 KiB
JSON

{
"name": "frontend",
"private": true,
"version": "1.2.5",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "echo \"No tests yet\" && exit 0",
"test:ci": "echo \"No tests yet\" && exit 0"
},
"dependencies": {
"@kobalte/core": "^0.13.11",
"@solidjs/router": "^0.15.4",
"@tabler/icons": "^3.37.1",
"@tabler/icons-solidjs": "^3.37.1",
"@tanstack/solid-query": "^5.90.23",
"@unocss/preset-attributify": "^66.6.2",
"@unocss/preset-icons": "^66.6.2",
"@unocss/preset-uno": "^66.6.2",
"@unocss/reset": "^66.6.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"highlight.js": "^11.11.1",
"lucide-solid": "^0.575.0",
"solid-js": "^1.9.10",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@types/node": "^24.10.15",
"@unocss/preset-wind": "^66.6.2",
"terser": "^5.46.0",
"typescript": "~5.9.3",
"unocss": "^66.6.2",
"vite": "^7.2.4",
"vite-plugin-solid": "^2.11.10"
}
}