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