debian-mirror-gitlab/debian/patches/nodejs/0020-remove-dev-dependencies.patch
2022-01-26 13:39:30 +05:30

67 lines
2.1 KiB
Diff

These are not required in production
--- a/package.json
+++ b/package.json
@@ -206,61 +206,7 @@
"yaml": "^2.0.0-8"
},
"devDependencies": {
- "@babel/plugin-transform-modules-commonjs": "^7.10.1",
- "@gitlab/eslint-plugin": "10.0.0",
- "@gitlab/stylelint-config": "2.6.0",
- "@graphql-eslint/eslint-plugin": "2.3.0",
- "@testing-library/dom": "^7.16.2",
- "@vue/test-utils": "1.2.0",
- "acorn": "^6.3.0",
- "axios-mock-adapter": "^1.15.0",
- "babel-jest": "^26.5.2",
- "babel-plugin-dynamic-import-node": "^2.3.3",
- "babel-plugin-istanbul": "^6.0.0",
- "chalk": "^2.4.1",
- "cheerio": "^1.0.0-rc.9",
- "commander": "^2.20.3",
- "custom-jquery-matchers": "^2.1.0",
- "docdash": "^1.0.2",
- "eslint": "7.32.0",
- "eslint-import-resolver-jest": "3.0.2",
- "eslint-import-resolver-webpack": "0.13.2",
- "eslint-plugin-no-jquery": "2.7.0",
- "gettext-extractor": "^3.5.3",
- "gettext-extractor-vue": "^5.0.0",
- "glob": "^7.1.6",
- "istanbul-lib-coverage": "^3.0.0",
- "istanbul-lib-report": "^3.0.0",
- "istanbul-reports": "^3.0.0",
- "jest": "^26.5.2",
- "jest-canvas-mock": "^2.1.2",
- "jest-environment-jsdom": "^26.5.2",
- "jest-junit": "^12.0.0",
- "jest-raw-loader": "^1.0.1",
- "jest-transform-graphql": "^2.1.0",
- "jest-util": "^26.5.2",
- "jsdoc": "^3.5.5",
- "jsdoc-vue": "^1.0.0",
- "markdownlint-cli": "0.26.0",
- "md5": "^2.2.1",
- "miragejs": "^0.1.40",
- "mock-apollo-client": "^0.7.0",
- "nodemon": "^2.0.4",
- "postcss": "^7.0.14",
- "prettier": "2.2.1",
- "prosemirror-schema-basic": "^1.1.2",
- "prosemirror-schema-list": "^1.1.6",
- "prosemirror-test-builder": "^1.0.5",
- "purgecss": "^4.0.3",
- "purgecss-from-html": "^4.0.3",
- "sass": "^1.32.12",
- "timezone-mock": "^1.0.8",
- "vue-jest": "4.0.1",
- "webpack-dev-server": "^3.11.3",
- "xhr-mock": "^2.5.1",
- "yarn-check-webpack-plugin": "^1.2.0",
- "yarn-deduplicate": "^3.1.0"
- },
+ },
"blockedDependencies": {
"bootstrap-vue": "https://docs.gitlab.com/ee/development/fe_guide/dependencies.html#bootstrapvue"
},