nix-evaluator-stats/package.json
NotAShelf 0d19e4ac59
chore: bump all dependencies
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I15394f648af7a0c17b6d0a72e0d8d98d6a6a6964
2026-01-22 23:29:18 +03:00

27 lines
714 B
JSON

{
"name": "ns",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"check": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx",
"fmt": "prettier --write .",
"build": "pnpm check && pnpm lint && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/node": "^25.0.10",
"@typescript-eslint/eslint-plugin": "^8.53.1",
"@typescript-eslint/parser": "^8.53.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"lucide-solid": "^0.562.0",
"prettier": "^3.8.1",
"solid-js": "^1.9.10",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.1",
"vite": "^7.3.1",
"vite-plugin-solid": "^2.11.10"
}
}