add serve as dev dependency
[apps/outliner/.git] / package.json
index e4b29f8dab836b724511373a7e461eebf02b4977..69f642e0d18a0a70c64da2fc300ea74bd69ca259 100644 (file)
@@ -1,13 +1,15 @@
 {
   "name": "outline-browser",
   "scripts": {
-    "build": "npx webpack"
+    "dev": "npx webpack -w",
+    "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"
   }
 }