-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from tnfAngel-Chat:dev
connection status bar & loading screen & slice
- Loading branch information
Showing
17 changed files
with
278 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"type": "module", | ||
"name": "@tnfangel-chat/web-app", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"build": "bun next build", | ||
"dev": "bun next dev", | ||
"lint": "bun run lint:biome && bun run lint:tsc", | ||
"lint:biome": "bun biome check --apply .", | ||
"lint:tsc": "bun tsc --noEmit", | ||
"prod": "bun run build && bun run start", | ||
"start": "bun next start" | ||
}, | ||
"dependencies": { | ||
"@chakra-ui/icons": "^2.1.1", | ||
"@chakra-ui/next-js": "^2.2.0", | ||
"@chakra-ui/react": "^2.8.2", | ||
"@chakra-ui/system": "^2.6.2", | ||
"@discordjs/collection": "^2.0.0", | ||
"@fontsource/inter": "^5.0.17", | ||
"@reduxjs/toolkit": "^2.2.3", | ||
"framer-motion": "^11.1.3", | ||
"ky": "^1.2.3", | ||
"million": "^3.0.6", | ||
"next": "14.2.1", | ||
"react": "18.2.0", | ||
"react-device-detect": "^2.2.3", | ||
"react-dom": "18.2.0", | ||
"react-easy-emoji": "^1.8.1", | ||
"react-icons": "^5.1.0", | ||
"react-intersection-observer": "^9.8.2", | ||
"react-redux": "^9.1.1", | ||
"sharp": "^0.33.3", | ||
"socket.io-client": "^4.7.5", | ||
"swr": "^2.2.5", | ||
"twemoji": "^14.0.2", | ||
"typescript": "5.4.5", | ||
"use-file-picker": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.7.0", | ||
"@types/bun": "^1.1.0", | ||
"@types/react": "18.2.79", | ||
"@types/react-dom": "18.2.25", | ||
"eslint": "9.0.0", | ||
"eslint-config-next": "14.2.1" | ||
}, | ||
"packageManager": "bun@1.1.3", | ||
"trustedDependencies": [ | ||
"@biomejs/biome" | ||
] | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"type": "module", | ||
"name": "@tnfangel-chat/web-app", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"build": "bun next build", | ||
"dev": "bun next dev", | ||
"lint": "bun run lint:biome && bun run lint:tsc", | ||
"lint:biome": "bun biome check --apply .", | ||
"lint:tsc": "bun tsc --noEmit", | ||
"prod": "bun run build && bun run start", | ||
"start": "bun next start" | ||
}, | ||
"dependencies": { | ||
"@chakra-ui/icons": "^2.1.1", | ||
"@chakra-ui/next-js": "^2.2.0", | ||
"@chakra-ui/react": "^2.8.2", | ||
"@chakra-ui/system": "^2.6.2", | ||
"@discordjs/collection": "^2.1.0", | ||
"@fontsource/inter": "^5.0.18", | ||
"@reduxjs/toolkit": "^2.2.4", | ||
"framer-motion": "^11.1.9", | ||
"ky": "^1.2.4", | ||
"million": "^3.0.6", | ||
"next": "14.2.3", | ||
"react": "18.3.1", | ||
"react-device-detect": "^2.2.3", | ||
"react-dom": "18.3.1", | ||
"react-easy-emoji": "^1.8.1", | ||
"react-icons": "^5.2.1", | ||
"react-intersection-observer": "^9.10.2", | ||
"react-redux": "^9.1.2", | ||
"sharp": "^0.33.3", | ||
"socket.io-client": "^4.7.5", | ||
"swr": "^2.2.5", | ||
"twemoji": "^14.0.2", | ||
"typescript": "5.4.5", | ||
"use-file-picker": "^2.1.2" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.7.3", | ||
"@types/bun": "^1.1.1", | ||
"@types/react": "18.3.1", | ||
"@types/react-dom": "18.3.0", | ||
"eslint": "9.2.0", | ||
"eslint-config-next": "14.2.3" | ||
}, | ||
"packageManager": "bun@1.1.3", | ||
"trustedDependencies": [ | ||
"@biomejs/biome" | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.