summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2020-12-02 19:26:28 -0500
committerrealtradam <[email protected]>2020-12-02 19:26:28 -0500
commitd13b636bd654244f894943c2968a7386e8379605 (patch)
tree410809bae61eac943e1af19ecfd2c2f31143c796 /package.json
downloadrails-tree-style-activerecord-d13b636bd654244f894943c2968a7386e8379605.tar.gz
rails-tree-style-activerecord-d13b636bd654244f894943c2968a7386e8379605.zip
initial
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a957e89
--- /dev/null
+++ b/package.json
@@ -0,0 +1,12 @@
+{
+ "name": "wiki",
+ "private": true,
+ "dependencies": {
+ "@rails/ujs": "^6.0.0",
+ "@rails/webpacker": "4.3.0"
+ },
+ "version": "0.1.0",
+ "devDependencies": {
+ "webpack-dev-server": "^3.11.0"
+ }
+}