nix-evaluator-stats/packages/web/package.json
NotAShelf 8d7bd7bb05
packages/web: allow sharing analysis and comparison views independently
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I16408e124ebcb36e8452d9c261f6d42f6a6a6964
2026-04-16 09:40:25 +03:00

31 lines
797 B
JSON

{
"name": "@ns/web",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"check": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx",
"build": "pnpm check && pnpm lint && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ns/core": "workspace:*",
"@ns/ui-utils": "workspace:*",
"lzutf8": "^0.6.3"
},
"devDependencies": {
"@types/node": "^25.5.2",
"@typescript-eslint/eslint-plugin": "^8.58.1",
"@typescript-eslint/parser": "^8.58.1",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"lucide-solid": "^1.7.0",
"prettier": "^3.8.1",
"solid-js": "^1.9.12",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.1",
"vite": "^8.0.8",
"vite-plugin-solid": "^2.11.12"
}
}