aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/package.json b/web/package.json
index 55106cb8..1484961d 100644
--- a/web/package.json
+++ b/web/package.json
@@ -3,7 +3,7 @@
"private": true,
"scripts": {
"test": "jest",
- "build": "gulp prod",
+ "build": "gulp dev",
"start": "gulp"
},
"jest": {
@@ -28,7 +28,8 @@
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
- "shallowequal": "^0.2.2"
+ "shallowequal": "^0.2.2",
+ "monaco-editor": "^0.5.1"
},
"devDependencies": {
"babel-core": "^6.7.7",