debian-mirror-gitlab/debian/patches/0420-use-system-libs.patch

60 lines
1.7 KiB
Diff
Raw Normal View History

2017-09-04 10:08:05 +05:30
--- a/package.json
+++ b/package.json
2017-09-10 18:21:32 +05:30
@@ -13,7 +13,6 @@
2017-09-06 23:16:42 +05:30
},
"dependencies": {
2017-09-10 18:21:32 +05:30
"axios": "^0.16.2",
2017-09-06 23:16:42 +05:30
- "babel-core": "^6.22.1",
2017-09-10 18:21:32 +05:30
"babel-eslint": "^7.2.1",
"babel-loader": "^7.1.1",
2017-09-06 23:16:42 +05:30
"babel-plugin-transform-define": "^1.2.0",
2017-09-10 18:21:32 +05:30
@@ -22,7 +21,6 @@
2017-09-06 23:16:42 +05:30
"bootstrap-sass": "^3.3.6",
"compression-webpack-plugin": "^0.3.2",
2017-09-10 18:21:32 +05:30
"copy-webpack-plugin": "^4.0.1",
2017-09-06 23:16:42 +05:30
- "core-js": "^2.4.1",
2017-09-10 18:21:32 +05:30
"cropper": "^2.3.0",
2017-09-06 23:16:42 +05:30
"css-loader": "^0.28.0",
"d3": "^3.5.11",
2017-09-15 14:04:05 +05:30
@@ -30,17 +28,11 @@
2017-09-06 23:16:42 +05:30
"document-register-element": "^1.3.0",
"dropzone": "^4.2.0",
"emoji-unicode-version": "^0.2.1",
- "eslint-plugin-html": "^2.0.1",
2017-09-06 23:16:42 +05:30
- "exports-loader": "^0.6.4",
2017-09-09 11:14:16 +05:30
- "file-loader": "^0.11.1",
2017-09-10 18:21:32 +05:30
"imports-loader": "^0.7.1",
2017-09-06 23:16:42 +05:30
- "jed": "^1.1.1",
"jquery": "^2.2.1",
"jquery-ujs": "^1.2.1",
"js-cookie": "^2.1.3",
2017-09-15 14:04:05 +05:30
- "jszip": "^3.1.3",
2017-09-06 23:16:42 +05:30
"jszip-utils": "^0.0.2",
- "marked": "^0.3.6",
2017-09-10 18:21:32 +05:30
"monaco-editor": "0.8.3",
2017-09-06 23:16:42 +05:30
"mousetrap": "^1.4.6",
2017-09-10 18:21:32 +05:30
"name-all-modules-plugin": "^1.0.1",
2017-09-15 14:04:05 +05:30
@@ -48,7 +40,6 @@
2017-09-06 23:16:42 +05:30
"prismjs": "^1.6.0",
"raphael": "^2.2.7",
"raven-js": "^3.14.0",
- "raw-loader": "^0.5.1",
"react-dev-utils": "^0.5.2",
"select2": "3.5.2-browserify",
"sql.js": "^0.4.0",
2017-09-15 14:04:05 +05:30
@@ -56,14 +47,12 @@
2017-09-06 23:16:42 +05:30
"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",
"visibilityjs": "^1.2.4",
"vue": "^2.2.6",
2017-09-04 10:08:05 +05:30
"vue-loader": "^11.3.4",
2017-09-10 18:21:32 +05:30
"vue-resource": "^1.3.4",
2017-09-04 10:08:05 +05:30
"vue-template-compiler": "^2.2.6",
2017-09-10 18:21:32 +05:30
- "webpack": "^3.4.0",
"webpack-bundle-analyzer": "^2.8.2",
"webpack-stats-plugin": "^0.1.5"
2017-09-04 10:08:05 +05:30
},