aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-04-13 12:03:50 +0200
committerache <ache@ache.one>2018-04-13 12:03:50 +0200
commit87f66c324c537b4dd550e87444d4903713d13211 (patch)
tree0959be3c0141b1abc0002d74ec293fd0254a4226 /package.json
parenttohtml is now in a new file (diff)
Creation d'un package rollup Buddle Web Editor
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6de1cf5..0a8f14a 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,8 @@
"description": "",
"main": "app.js",
"scripts": {
- "start": "node app.js"
+ "start": "node app.js",
+ "build": "./node_modules/.bin/rollup -c"
},
"dependencies": {
"directory-tree": "^2.0.0",
@@ -35,6 +36,13 @@
"license": "",
"devDependencies": {
"ava": "^0.25.0",
+ "rollup": "^0.57.1",
+ "rollup-plugin-commonjs": "^9.1.0",
+ "rollup-plugin-json": "^2.3.0",
+ "rollup-plugin-node-builtins": "^2.1.2",
+ "rollup-plugin-node-globals": "^1.2.0",
+ "rollup-plugin-node-resolve": "^3.3.0",
+ "rollup-plugin-uglify": "^3.0.0",
"xo": "^0.18.2"
},
"xo": {