diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/package.json b/package.json index fd8a803..3eb559c 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,7 @@ { "name": "hugo-theme-fuji", - "version": "1.0.0", + "version": "1.2.0", "description": "A minimal Hugo theme inspired by Murasaki, powered by GitHub Primer CSS.", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, "repository": { "type": "git", "url": "git+https://github.com/amzrk2/hugo-theme-fuji.git" @@ -14,7 +10,6 @@ "hugo", "theme", "fuji", - "bootstrap", "primer" ], "author": "DSRKafuU <mail@amzrk2.cc> (https://amzrk2.cc/)", @@ -24,6 +19,9 @@ }, "homepage": "https://github.com/amzrk2/hugo-theme-fuji#readme", "devDependencies": { - "@primer/css": "14.3.0" + "@primer/css": "14.3.0", + "@fortawesome/fontawesome-free": "5.13.0", + "lazysizes": "5.2.0", + "aplayer": "1.10.1" } -} +}
\ No newline at end of file |