diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-15 00:28:35 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-15 00:28:35 -0800 |
| commit | 71b680fb9d29057b97748c54d1ad20229fe3394c (patch) | |
| tree | 1fb4dc09865857cd8705ac5b35a59fbfa951d22b /package.json | |
| parent | c789256ebd5691b805c81bd673a153a984b3039e (diff) | |
feat: add custom upload for lrc and video/audio
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package.json b/package.json index 5b0f1eb..d6858a3 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,10 @@ "dependencies": { "next": "14.0.2", "react": "^18", + "react-bootstrap": "^2.9.1", "react-dom": "^18", "react-lrc": "^3.0.2", + "react-toastify": "^9.1.3", "styled-components": "^6.1.1" }, "devDependencies": { @@ -25,5 +27,10 @@ "postcss": "^8", "tailwindcss": "^3.3.0", "typescript": "^5" + }, + "browser": { + "fs": false, + "path": false, + "os": false } } |
