use more node modules from system
This commit is contained in:
parent
8221bcdb4b
commit
e0dc880e31
3 changed files with 17 additions and 9 deletions
5
debian/control
vendored
5
debian/control
vendored
|
@ -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)
|
||||
|
|
17
debian/patches/0420-use-system-libs.patch
vendored
17
debian/patches/0420-use-system-libs.patch
vendored
|
@ -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",
|
||||
|
|
4
debian/patches/0430-remove-devdeps.patch
vendored
4
debian/patches/0430-remove-devdeps.patch
vendored
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue