From 66dc4cae4cd37e82d773dc30be046d82d380ec4d Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sun, 26 Jan 2020 16:33:43 +0100 Subject: Add skeleton for topic Tested with VoiceOver --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 8694c4c..c1272d8 100644 --- a/package.json +++ b/package.json @@ -29,9 +29,11 @@ "koa": "^2.11.0", "koa-send": "^5.0.0", "koa-static": "^5.0.0", - "rethinkdb": "^2.4.2" + "rethinkdb": "^2.4.2", + "uuid": "^3.3.3" }, "devDependencies": { + "@hapi/code": "^7.0.0", "@hapi/eslint-config-hapi": "^12.3.0", "@hapi/eslint-plugin-hapi": "^4.3.4", "@hapi/lab": "^21.0.0", @@ -40,6 +42,7 @@ "jsdoc-to-markdown": "^5.0.3", "lab-markdown-reporter": "^1.0.2", "parcel-bundler": "^1.12.4", + "parcel-plugin-static-files-copy": "^2.2.1", "parcel-plugin-svelte": "^4.0.5", "svelte": "^3.16.5" }, -- cgit