diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-01-29 01:20:56 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-01-29 01:20:56 -0800 |
| commit | 964b4798cb7fa3335fa4fc3b2c55e93421f81e26 (patch) | |
| tree | f60f2d8309b550875d60fe20a82e614817b03fe3 /package.json | |
| parent | eebadadd44184cb25c8e8df127da0cfd7715c49b (diff) | |
add linkify as a dependency
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index e82a9a7..37cec1a 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,8 @@ "dependencies": { "@tailwindcss/typography": "^0.5.8", "axios": "^1.2.1", + "linkify-react": "^4.1.3", + "linkifyjs": "^4.1.3", "next": "13.0.6", "pretty-bytes": "^6.0.0", "react": "18.2.0", |
