Bumps [react-json-view-lite](https://github.com/AnyRoad/react-json-view-lite) from 2.4.2 to 2.5.0. - [Release notes](https://github.com/AnyRoad/react-json-view-lite/releases) - [Changelog](https://github.com/AnyRoad/react-json-view-lite/blob/release/CHANGELOG.md) - [Commits](https://github.com/AnyRoad/react-json-view-lite/compare/2.4.2...2.5.0) --- updated-dependencies: - dependency-name: react-json-view-lite dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
94 lines
3.0 KiB
JSON
94 lines
3.0 KiB
JSON
{
|
|
"name": "realtime-console",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev:turbo": "next dev --turbopack",
|
|
"dev:https": "next dev --experimental-https",
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"format:check": "prettier --check .",
|
|
"lint:check": "eslint ./src",
|
|
"knip:check": "knip",
|
|
"type:generate": "./generate-types.sh"
|
|
},
|
|
"dependencies": {
|
|
"@heroui/avatar": "^2.2.20",
|
|
"@heroui/button": "2.2.24",
|
|
"@heroui/card": "^2.2.23",
|
|
"@heroui/chip": "^2.2.20",
|
|
"@heroui/input": "2.4.25",
|
|
"@heroui/link": "2.2.21",
|
|
"@heroui/listbox": "2.3.23",
|
|
"@heroui/modal": "^2.2.21",
|
|
"@heroui/navbar": "2.2.22",
|
|
"@heroui/switch": "2.2.23",
|
|
"@heroui/system": "2.4.21",
|
|
"@heroui/theme": "2.4.20",
|
|
"@heroui/toast": "^2.0.16",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@react-aria/ssr": "3.9.10",
|
|
"@react-aria/visually-hidden": "3.8.27",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "2.1.1",
|
|
"eventsource-parser": "^3.0.6",
|
|
"intl-messageformat": "10.7.16",
|
|
"lucide-react": "^0.542.0",
|
|
"motion": "^12.23.11",
|
|
"next": "15.5.2",
|
|
"next-intl": "^4.3.8",
|
|
"next-themes": "0.4.6",
|
|
"openapi-typescript-fetch": "^2.2.1",
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1",
|
|
"react-haiku": "^2.4.1",
|
|
"react-json-view-lite": "^2.5.0",
|
|
"react-sound-visualizer": "^1.4.0",
|
|
"react-use-websocket": "^4.13.0",
|
|
"streamdown": "^1.2.0",
|
|
"swiper": "^11.2.10",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"uuid": "^11.1.0",
|
|
"wavtools": "^0.1.5",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9.34.0",
|
|
"@next/eslint-plugin-next": "15.5.3",
|
|
"@react-types/shared": "3.32.0",
|
|
"@redux-devtools/extension": "^3.3.0",
|
|
"@tailwindcss/postcss": "^4.1.13",
|
|
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
|
|
"@types/node": "24.3.0",
|
|
"@types/react": "19.1.12",
|
|
"@types/react-dom": "18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "8.41.0",
|
|
"@typescript-eslint/parser": "8.41.0",
|
|
"consola": "^3.4.2",
|
|
"eslint": "9.34.0",
|
|
"eslint-config-next": "15.5.2",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "16.3.0",
|
|
"knip": "^5.63.1",
|
|
"openapi-typescript": "^7.9.1",
|
|
"postcss": "8.5.6",
|
|
"prettier": "3.6.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
"tailwind-variants": "3.1.0",
|
|
"tailwindcss": "4.1.12",
|
|
"tw-animate-css": "^1.3.8",
|
|
"typescript": "5.8.3",
|
|
"typescript-eslint": "^8.41.0"
|
|
},
|
|
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
|
|
}
|