{ "name": "silly-tracker", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "tsc && oxlint", "format": "oxfmt", "preview": "vite preview" }, "dependencies": { "react": "^19.2.0", "react-dom": "^19.2.0" }, "devDependencies": { "@types/node": "^24.10.1", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.1", "babel-plugin-react-compiler": "^1.0.0", "browserlist": "^1.0.2", "globals": "^16.5.0", "lightningcss": "^1.31.1", "oxfmt": "^0.36.0", "oxlint": "^1.51.0", "typescript": "~5.9.3", "vite": "^7.3.1" } }