{ "name": "webui", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@radix-ui/react-icons": "^1.3.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "i18next": "^23.10.0", "next": "14.1.0", "next-i18next": "^15.2.0", "react": "^18", "react-dom": "^18", "react-i18next": "^14.0.5", "tailwind-merge": "^2.2.1", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@typescript-eslint/eslint-plugin": "^7.0.2", "autoprefixer": "^10.0.1", "eslint": "^8", "eslint-config-next": "14.1.0", "grasslands": "^0.1.3", "postcss": "^8", "tailwindcss": "^3.3.0", "typescript": "^5" } }