diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-01 21:19:05 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-01 21:19:51 -0700 |
| commit | 0d35e75edbc75f186e4a1ed52fbc3549ee9f5cd6 (patch) | |
| tree | 90abc1a6d556fc54e4277907dc340736791a5677 /package.json | |
init commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..8af4ca6 --- /dev/null +++ b/package.json @@ -0,0 +1,38 @@ +{ + "name": "patchwork-karaoke", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "next dev", + "build": "next build", + "start": "next start", + "lint": "next lint" + }, + "dependencies": { + "font-awesome": "^4.7.0", + "next": "16.2.3", + "react": "^19.2.6", + "react-bootstrap": "^2.10.10", + "react-dom": "^19.2.6", + "react-icons": "^5.6.0", + "react-lrc": "^3.2.1", + "react-srv3": "^1.0.4", + "react-toastify": "^11.1.0", + "styled-components": "^6.4.1" + }, + "devDependencies": { + "@types/node": "^25.7.0", + "@types/react": "^19.2.14", + "@types/react-dom": "^19.2.3", + "autoprefixer": "^10.5.0", + "eslint": "^10.3.0", + "eslint-config-next": "16.2.3", + "postcss": "^8.5.14", + "typescript": "^6.0.3" + }, + "browser": { + "fs": false, + "path": false, + "os": false + } +} |
