aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 5 insertions, 8 deletions
diff --git a/package.json b/package.json
index bcf7820..7871a67 100644
--- a/package.json
+++ b/package.json
@@ -9,9 +9,11 @@
9 "email": "thul.eric@gmail.com" 9 "email": "thul.eric@gmail.com"
10 }, 10 },
11 "scripts": { 11 "scripts": {
12 "build": "npm run-script build:compile && npm run-script build:package", 12 "build": "npm run-script build:compile && npm run-script build:docs && npm run-script build:package",
13 "build:compile": "gulp build", 13 "build:compile": "./node_modules/.bin/pulp build -o build",
14 "build:docs": "./node_modules/.bin/pulp docs",
14 "build:package": "./node_modules/.bin/webpack --progress --colors --profile --bail", 15 "build:package": "./node_modules/.bin/webpack --progress --colors --profile --bail",
16 "build:watch": "./node_modules/.bin/pulp -w build -o build",
15 "build:json": "./node_modules/.bin/webpack --progress --colors --profile --bail --json > index.json", 17 "build:json": "./node_modules/.bin/webpack --progress --colors --profile --bail --json > index.json",
16 "prepublish": "npm run-script build" 18 "prepublish": "npm run-script build"
17 }, 19 },
@@ -19,12 +21,7 @@
19 "index.js" 21 "index.js"
20 ], 22 ],
21 "devDependencies": { 23 "devDependencies": {
22 "del": "^1.1.1", 24 "pulp": "^4.3.0",
23 "gulp": "^3.8.11",
24 "gulp-plumber": "^1.0.0",
25 "gulp-purescript": "^0.4.2",
26 "gulp-util": "^3.0.4",
27 "run-sequence": "^1.0.2",
28 "webpack": "^1.8.4" 25 "webpack": "^1.8.4"
29 }, 26 },
30 "dependencies": { 27 "dependencies": {