package.json
1 { 2 "name": "osty", 3 "private": true, 4 "version": "0.0.0", 5 "type": "module", 6 "scripts": { 7 "dev": "vite", 8 "build": "tsc && vite build", 9 "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", 10 "preview": "vite preview" 11 }, 12 "dependencies": { 13 "@nostr-dev-kit/ndk": "^2.8.1", 14 "@nostr-dev-kit/ndk-cache-dexie": "^2.4.1", 15 "nostr-hooks": "^2.6.3", 16 "nostr-tools": "^2.5.0", 17 "react": "^18.2.0", 18 "react-dom": "^18.2.0", 19 "react-router-dom": "^6.21.3", 20 "zod": "^3.23.4", 21 "zustand": "^4.5.2" 22 }, 23 "devDependencies": { 24 "@types/react": "^18.2.43", 25 "@types/react-dom": "^18.2.17", 26 "@typescript-eslint/eslint-plugin": "^6.14.0", 27 "@typescript-eslint/parser": "^6.14.0", 28 "@vitejs/plugin-react": "^4.2.1", 29 "autoprefixer": "^10.4.19", 30 "eslint": "^8.55.0", 31 "eslint-plugin-react-hooks": "^4.6.0", 32 "eslint-plugin-react-refresh": "^0.4.5", 33 "postcss": "^8.4.38", 34 "prettier": "^3.2.5", 35 "tailwindcss": "^3.4.3", 36 "typescript": "^5.4.5", 37 "vite": "^5.2.10" 38 } 39 }