diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-01-26 16:33:43 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-01-26 16:33:43 +0100 |
| commit | 66dc4cae4cd37e82d773dc30be046d82d380ec4d (patch) | |
| tree | 89723b2fa1505907a3998f8cbe81fd5448614ef6 /package.json | |
| parent | 32ec81f6370328833fd0ba3dfe1c2974ac775973 (diff) | |
Add skeleton for topic
Tested with VoiceOver
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
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" }, |