From 71b680fb9d29057b97748c54d1ad20229fe3394c Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 15 Nov 2023 00:28:35 -0800 Subject: feat: add custom upload for lrc and video/audio --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'package.json') 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 } } -- cgit v1.2.3