{ "name": "nexbox", "version": "5.9.8", "private": true, "type": "module", "license": "GPL-3.0", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint .", "format": "prettier --write .", "tauri": "tauri", "tauri:dev": "tauri dev", "tauri:build": "tauri build", "prepare": "husky" }, "dependencies": { "@chakra-ui/react": "^2.10.9", "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@tauri-apps/api": "^2.10.1", "@tauri-apps/plugin-clipboard-manager": "^2.3.2", "@tauri-apps/plugin-dialog": "^2.7.1", "@tauri-apps/plugin-opener": "^2", "@tauri-apps/plugin-process": "^2.3.1", "@tauri-apps/plugin-shell": "^2.3.5", "@tauri-apps/plugin-store": "^2.4.3", "framer-motion": "^11.18.2", "i18next": "^26.0.5", "i18next-browser-languagedetector": "^8.2.1", "lucide-react": "^0.487.0", "qrcode.react": "^4.2.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-i18next": "^17.0.4", "react-icons": "^5.6.0", "react-router-dom": "^7.1.5", "zustand": "^5.0.2" }, "devDependencies": { "@emotion/babel-plugin": "^11.13.5", "@eslint/eslintrc": "^3.3.0", "@tauri-apps/cli": "^2.10.1", "@types/node": "^22.13.10", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.22.0", "eslint-config-next": "^15.2.4", "husky": "^9.1.7", "prettier": "^3.5.3", "typescript": "^5.8.2", "vite": "^6.0.11" } }