diff options
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 } } |
