aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-11-16 23:37:24 +0100
committerache <ache@ache.one>2019-11-16 23:38:29 +0100
commitb965cadb4e94bab93b73471621846b2713250aee (patch)
tree6cbcb6aa58d675894f9b21a6712a7c8338765dba /package.json
parentFix install (diff)
Add save button
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index f702853..dc185f0 100644
--- a/package.json
+++ b/package.json
@@ -35,16 +35,17 @@
"author": "Titely",
"license": "",
"devDependencies": {
+ "@rollup/plugin-json": "4.x.x",
"ava": "2.4.x",
- "unist-util-inspect": "5.x.x",
+ "del-cli": "3.x.x",
"rollup": "1.27.x",
"rollup-plugin-commonjs": "10.x.x",
- "@rollup/plugin-json": "4.x.x",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.2.0",
"rollup-plugin-node-resolve": "^3.3.0",
+ "rollup-plugin-terser": "^5.1.2",
"rollup-plugin-uglify": "6.0.x",
- "del-cli": "3.x.x",
+ "unist-util-inspect": "5.x.x",
"xo": "0.25.x"
},
"xo": {