summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-04-05 20:35:10 -0400
committerDavid Gay <david@davidgay.org>2021-04-05 20:35:10 -0400
commitcc8742ecbc82f74d15719500c9b2f10ce53de89f (patch)
treeab9354befc3b67a33177f3f316bc5b579f15075b /package.json
Initial commit with license, readme, and editorconfig
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..c1315ae
--- /dev/null
+++ b/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "appendix-q",
+ "private": true,
+ "dependencies": {
+ "@rails/actioncable": "^6.0.0",
+ "@rails/activestorage": "^6.0.0",
+ "@rails/ujs": "^6.0.0",
+ "@rails/webpacker": "5.2.1",
+ "turbolinks": "^5.2.0"
+ },
+ "version": "0.1.0",
+ "devDependencies": {
+ "webpack-dev-server": "^3.11.2"
+ }
+}