diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index e99735d..f85c87c 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,10 @@ "test": "jest" }, "dependencies": { - "nuxt": "^2.0.0", "@nuxtjs/axios": "^5.3.6", - "@nuxtjs/pwa": "^3.0.0-0" + "@nuxtjs/pwa": "^3.0.0-0", + "front-matter": "^3.0.2", + "nuxt": "^2.0.0" }, "devDependencies": { "@vue/test-utils": "^1.0.0-beta.27", @@ -44,4 +45,4 @@ "jest-serializer-vue" ] } -} \ No newline at end of file +} |