diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-15 01:41:32 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-15 01:41:32 -0800 |
| commit | 782159c7a965203f4f134dabe13634e59b579cc7 (patch) | |
| tree | a5ef7443a0bc81e097ae1eac61ec509a078a081f /package.json | |
| parent | 71b680fb9d29057b97748c54d1ad20229fe3394c (diff) | |
feat: add support for srv3
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index d6858a3..971e5bf 100644 --- a/package.json +++ b/package.json @@ -9,11 +9,14 @@ "lint": "next lint" }, "dependencies": { + "font-awesome": "^4.7.0", "next": "14.0.2", "react": "^18", "react-bootstrap": "^2.9.1", "react-dom": "^18", + "react-icons": "^4.12.0", "react-lrc": "^3.0.2", + "react-srv3": "^1.0.4", "react-toastify": "^9.1.3", "styled-components": "^6.1.1" }, |
