diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-14 19:08:14 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-14 19:08:14 -0800 |
| commit | 7b6d5f1666e428c37c936bd6b01323c3a6399ac6 (patch) | |
| tree | 981126f91f26c7419600a7496e76a16af9fa6988 /package.json | |
| parent | a7701e6183956531a6930fac484acb52e22baf85 (diff) | |
Initial commit - barebone lrc player
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json index 5618b46..5b0f1eb 100644 --- a/package.json +++ b/package.json @@ -9,19 +9,21 @@ "lint": "next lint" }, "dependencies": { + "next": "14.0.2", "react": "^18", "react-dom": "^18", - "next": "14.0.2" + "react-lrc": "^3.0.2", + "styled-components": "^6.1.1" }, "devDependencies": { - "typescript": "^5", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.0.1", + "eslint": "^8", + "eslint-config-next": "14.0.2", "postcss": "^8", "tailwindcss": "^3.3.0", - "eslint": "^8", - "eslint-config-next": "14.0.2" + "typescript": "^5" } } |
