]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/package.json
Design modals
[github/Chocobozzz/PeerTube.git] / client / package.json
index 7e23d4d75266e3d503be6b0589b849d583f66085..ba0a318bcaa1b557c52ee9d38444a14875a3be5d 100644 (file)
@@ -16,7 +16,8 @@
     "lint": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'",
     "webpack": "webpack",
     "ng": "ng",
-    "postinstall": "npm rebuild node-sass"
+    "postinstall": "npm rebuild node-sass",
+    "webpack-bundle-analyzer": "webpack-bundle-analyzer"
   },
   "license": "GPLv3",
   "dependencies": {},
@@ -37,6 +38,7 @@
     "@ngx-loading-bar/http-client": "^1.0.0-rc.1",
     "@ngx-meta/core": "^4.0.1",
     "@types/core-js": "^0.9.28",
+    "@types/lodash-es": "^4.17.0",
     "@types/markdown-it": "^0.0.4",
     "@types/node": "^8.0.33",
     "@types/video.js": "6.2.0",
@@ -50,6 +52,7 @@
     "extract-text-webpack-plugin": "^3.0.2",
     "file-loader": "^1.1.5",
     "html-webpack-plugin": "^2.19.0",
+    "lodash-es": "^4.17.4",
     "markdown-it": "^8.4.0",
     "ngx-bootstrap": "2.0.0-beta.9",
     "ngx-chips": "1.6.1",
@@ -74,6 +77,7 @@
     "video.js": "^6.2.0",
     "videojs-dock": "^2.0.2",
     "webpack": "^3.3.0",
+    "webpack-bundle-analyzer": "^2.9.1",
     "webtorrent": "^0.98.0",
     "zone.js": "~0.8.5"
   }