{ "name": "holbert-ng", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "res:build": "rescript", "res:clean": "rescript clean", "res:dev": "rescript watch", "res:format": "rescript format", "test": "pta 'tests/*.mjs'", "test-watch": "onchange --initial '{tests,src}/*.mjs' -- pta 'tests/*.mjs'", "prepare": "husky" }, "dependencies": { "@jmagaram/rescript-seq": "^4.4.1", "@rescript/react": "^0.14.0", "react": "^19.1.0", "react-dom": "^19.1.0", "rescript": "^12.0.0" }, "devDependencies": { "@dusty-phillips/rescript-zora": "^5.0.1", "@eslint/js": "^9.25.0", "@rescript/core": "^1.6.1", "@rescript/std": "^11.1.4", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@vitejs/plugin-react-swc": "^4.2.2", "eslint": "^9.25.0", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "husky": "^9.1.7", "lint-staged": "^16.2.3", "onchange": "^7.1.0", "pta": "^1.3.0", "typescript": "^5.9.3", "typescript-eslint": "^8.30.1", "vite": "^7.2.6" }, "lint-staged": { "*.res": "rescript format" } }