diff --git a/debian/control b/debian/control index 8933e92db6..a251e5aadb 100644 --- a/debian/control +++ b/debian/control @@ -314,14 +314,19 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, node-jquery, node-jquery-ujs, node-jszip, + node-jszip-utils, node-marked, node-mousetrap, node-raw-loader, node-stats-webpack-plugin, + node-three, + node-three-orbit-controls, + node-three-stl-loader, node-underscore, node-url-loader, node-vue-resource, node-vue-template-compiler, + node-webpack-stats-plugin, node-katex Recommends: certbot Description: git powered software platform to collaborate on code (non-omnibus) diff --git a/debian/patches/0420-use-system-libs.patch b/debian/patches/0420-use-system-libs.patch index 9d41e1e69a..2678a874c0 100644 --- a/debian/patches/0420-use-system-libs.patch +++ b/debian/patches/0420-use-system-libs.patch @@ -1,6 +1,6 @@ --- a/package.json +++ b/package.json -@@ -12,43 +12,22 @@ +@@ -12,60 +12,29 @@ "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js" }, "dependencies": { @@ -31,7 +31,7 @@ - "jquery-ujs": "^1.2.1", "js-cookie": "^2.1.3", - "jszip": "^3.1.3", - "jszip-utils": "^0.0.2", +- "jszip-utils": "^0.0.2", - "marked": "^0.3.6", "monaco-editor": "0.8.3", - "mousetrap": "^1.4.6", @@ -44,9 +44,9 @@ "react-dev-utils": "^0.5.2", "select2": "3.5.2-browserify", "sql.js": "^0.4.0", -@@ -56,14 +35,9 @@ - "three-orbit-controls": "^82.1.0", - "three-stl-loader": "^1.0.4", +- "three": "^0.84.0", +- "three-orbit-controls": "^82.1.0", +- "three-stl-loader": "^1.0.4", "timeago.js": "^2.0.5", - "underscore": "^1.8.3", - "url-loader": "^0.5.8", @@ -56,6 +56,9 @@ - "vue-resource": "^1.3.4", - "vue-template-compiler": "^2.2.6", - "webpack": "^3.4.0", - "webpack-bundle-analyzer": "^2.8.2", - "webpack-stats-plugin": "^0.1.5" +- "webpack-bundle-analyzer": "^2.8.2", +- "webpack-stats-plugin": "^0.1.5" ++ "webpack-bundle-analyzer": "^2.8.2" }, + "devDependencies": { + "babel-plugin-istanbul": "^4.0.0", diff --git a/debian/patches/0430-remove-devdeps.patch b/debian/patches/0430-remove-devdeps.patch index cd08cbde50..ad8e62abfe 100644 --- a/debian/patches/0430-remove-devdeps.patch +++ b/debian/patches/0430-remove-devdeps.patch @@ -1,7 +1,7 @@ --- a/package.json +++ b/package.json -@@ -42,25 +42,5 @@ - "webpack-stats-plugin": "^0.1.5" +@@ -37,25 +37,5 @@ + "webpack-bundle-analyzer": "^2.8.2" }, "devDependencies": { - "babel-plugin-istanbul": "^4.0.0",