mirror of
https://github.com/NotAShelf/nix-evaluator-stats.git
synced 2026-04-11 22:07:40 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I698d6e81aff232410c3705933b8df6f56a6a6964
29 lines
844 B
JSON
29 lines
844 B
JSON
{
|
|
"name": "ns",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "pnpm -F @ns/web dev",
|
|
"check": "pnpm -r check",
|
|
"lint": "pnpm -r lint",
|
|
"fmt": "prettier --write .",
|
|
"build": "pnpm -r --filter '!@ns/web' build && pnpm -F @ns/web build",
|
|
"build:web": "pnpm -r --filter '!@ns/web' build && pnpm -F @ns/web build",
|
|
"preview": "pnpm -F @ns/web preview"
|
|
},
|
|
"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"
|
|
}
|
|
}
|