mirror of
https://github.com/NotAShelf/nix-evaluator-stats.git
synced 2026-04-12 06:17:43 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I698d6e81aff232410c3705933b8df6f56a6a6964
30 lines
773 B
JSON
30 lines
773 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:*"
|
|
},
|
|
"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"
|
|
}
|
|
}
|