add serve as dev dependency
[apps/outliner/.git] / package.json
index 47b95a2688195d07fea2f60ac04234f443890926..69f642e0d18a0a70c64da2fc300ea74bd69ca259 100644 (file)
@@ -2,13 +2,14 @@
   "name": "outline-browser",
   "scripts": {
     "dev": "npx webpack -w",
-    "build": "npx webpack"
+    "build": "ENVIRONMENT=production npx webpack"
   },
   "devDependencies": {
     "@types/keyboardjs": "^2.5.0",
     "@types/lodash": "^4.14.191",
     "@types/marked": "^4.0.8",
     "@types/uuid": "^9.0.0",
+    "serve": "^14.2.0",
     "ts-loader": "^9.4.2",
     "tsconfig-paths": "^4.1.2",
     "tsconfig-paths-webpack-plugin": "^4.0.0",
     "webpack-cli": "^5.0.1"
   },
   "dependencies": {
+    "@lyrasearch/lyra": "^0.4.3",
     "keyboardjs": "^2.7.0",
     "lodash": "^4.17.21",
     "marked": "^4.2.12",
     "uuid": "^9.0.0"
+  },
+  "volta": {
+    "node": "18.7.0",
+    "npm": "8.15.0"
   }
 }