{ "name": "god-mode-plus-ui-v3", "version": "3.0.0", "private": true, "scripts": { "dev": "next dev -p 3000", "build": "next build", "start": "next start -p 3000", "lint": "next lint", "type-check": "tsc --noEmit", "test": "jest", "test:watch": "jest --watch" }, "dependencies": { "next": "15.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-markdown": "^9.0.1", "react-syntax-highlighter": "^15.5.0", "remark-gfm": "^4.0.0", "rehype-highlight": "^7.0.0", "lucide-react": "^0.400.0", "clsx": "^2.1.1", "tailwind-merge": "^2.3.0", "date-fns": "^3.6.0", "zustand": "^4.5.2", "framer-motion": "^12.0.0", "i18next": "^23.11.5", "react-i18next": "^14.1.2", "recharts": "^2.12.0", "react-hot-toast": "^2.4.1", "axios": "^1.7.0", "ws": "^8.16.0", "swr": "^2.2.4", "react-query": "^3.39.3", "valtio": "^1.11.2", "immer": "^10.0.3" }, "devDependencies": { "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "@types/react-syntax-highlighter": "^15.5.13", "@types/jest": "^29.5.0", "autoprefixer": "^10.0.1", "postcss": "^8", "tailwindcss": "^4.0.0", "typescript": "^5.3.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "@testing-library/react": "^14.0.0", "@testing-library/jest-dom": "^6.1.0", "eslint": "^8.50.0", "eslint-config-next": "15.0.0" } }