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

78 lines
2.3 KiB
Diff
Raw Normal View History

2017-09-04 10:08:05 +05:30
--- a/package.json
+++ b/package.json
2018-03-18 12:27:51 +05:30
@@ -15,56 +15,28 @@
2017-09-06 23:16:42 +05:30
"dependencies": {
2018-03-18 12:27:51 +05:30
"autosize": "^4.0.0",
"axios": "^0.17.1",
- "babel-core": "^6.26.0",
- "babel-eslint": "^8.0.2",
- "babel-loader": "^7.1.2",
- "babel-plugin-transform-define": "^1.3.0",
- "babel-preset-latest": "^6.24.1",
- "babel-preset-stage-2": "^6.24.1",
"blackst0ne-mermaid": "^7.1.0-fixed",
2017-09-17 15:30:48 +05:30
- "bootstrap-sass": "^3.3.6",
2018-03-18 12:27:51 +05:30
"brace-expansion": "^1.1.8",
"classlist-polyfill": "^1.2.0",
"clipboard": "^1.7.1",
"compression-webpack-plugin": "^1.0.0",
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",
2018-03-18 12:27:51 +05:30
- "d3-array": "^1.2.1",
- "d3-axis": "^1.0.8",
- "d3-brush": "^1.0.4",
- "d3-scale": "^1.0.7",
- "d3-selection": "^1.2.0",
- "d3-shape": "^1.2.0",
- "d3-time": "^1.0.8",
- "d3-time-format": "^2.1.1",
"deckar01-task_list": "^2.0.0",
"diff": "^3.4.0",
"document-register-element": "1.3.0",
2017-09-06 23:16:42 +05:30
"dropzone": "^4.2.0",
"emoji-unicode-version": "^0.2.1",
- "exports-loader": "^0.6.4",
2017-09-09 11:14:16 +05:30
- "file-loader": "^0.11.1",
2018-03-18 12:27:51 +05:30
"fuzzaldrin-plus": "^0.5.0",
- "glob": "^7.1.2",
"imports-loader": "^0.7.1",
2017-09-06 23:16:42 +05:30
- "jed": "^1.1.1",
2018-03-18 12:27:51 +05:30
- "jquery": "^2.2.4",
"jquery-ujs": "1.2.2",
- "js-cookie": "^2.1.3",
2017-09-15 14:04:05 +05:30
- "jszip": "^3.1.3",
2018-03-18 12:27:51 +05:30
- "jszip-utils": "^0.0.2",
- "katex": "^0.8.3",
- "marked": "^0.3.12",
"monaco-editor": "0.10.0",
2017-09-17 15:30:48 +05:30
- "mousetrap": "^1.4.6",
2017-09-10 18:21:32 +05:30
"name-all-modules-plugin": "^1.0.1",
2018-03-18 12:27:51 +05:30
"pikaday": "^1.6.1",
2017-09-06 23:16:42 +05:30
"prismjs": "^1.6.0",
"raphael": "^2.2.7",
2018-03-18 12:27:51 +05:30
"raven-js": "^3.22.1",
2017-09-06 23:16:42 +05:30
- "raw-loader": "^0.5.1",
"react-dev-utils": "^0.5.2",
2018-03-18 12:27:51 +05:30
"sanitize-html": "^1.16.1",
2017-09-06 23:16:42 +05:30
"select2": "3.5.2-browserify",
2018-03-18 12:27:51 +05:30
@@ -75,8 +47,6 @@
2017-09-06 23:16:42 +05:30
"three-orbit-controls": "^82.1.0",
"three-stl-loader": "^1.0.4",
2018-03-18 12:27:51 +05:30
"timeago.js": "^3.0.2",
2017-09-06 23:16:42 +05:30
- "underscore": "^1.8.3",
- "url-loader": "^0.5.8",
2017-09-06 23:16:42 +05:30
"visibilityjs": "^1.2.4",
2018-03-18 12:27:51 +05:30
"vue": "^2.5.13",
"vue-loader": "^13.7.0",
@@ -84,8 +54,6 @@
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.13",
"vuex": "^3.0.1",
- "webpack": "^3.5.5",
2018-02-26 16:52:34 +05:30
- "webpack-bundle-analyzer": "^2.8.2",
2018-03-18 12:27:51 +05:30
"webpack-stats-plugin": "^0.1.5",
"worker-loader": "^1.1.0"
2017-09-04 10:08:05 +05:30
},