73 lines
2.3 KiB
Diff
73 lines
2.3 KiB
Diff
These are not required in production
|
|
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -189,67 +189,7 @@
|
|
"xterm": "3.14.5"
|
|
},
|
|
"devDependencies": {
|
|
- "@babel/plugin-transform-modules-commonjs": "^7.10.1",
|
|
- "@gitlab/eslint-plugin": "8.4.0",
|
|
- "@gitlab/stylelint-config": "2.3.0",
|
|
- "@testing-library/dom": "^7.16.2",
|
|
- "@vue/test-utils": "1.1.2",
|
|
- "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",
|
|
- "commander": "^2.18.0",
|
|
- "custom-jquery-matchers": "^2.1.0",
|
|
- "docdash": "^1.0.2",
|
|
- "eslint": "7.26.0",
|
|
- "eslint-import-resolver-jest": "3.0.0",
|
|
- "eslint-import-resolver-webpack": "0.13.1",
|
|
- "eslint-plugin-jasmine": "4.1.2",
|
|
- "eslint-plugin-no-jquery": "2.6.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",
|
|
- "jasmine-core": "^2.9.0",
|
|
- "jasmine-diff": "^0.1.3",
|
|
- "jasmine-jquery": "^2.1.1",
|
|
- "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",
|
|
- "karma": "^4.2.0",
|
|
- "karma-chrome-launcher": "^3.0.0",
|
|
- "karma-coverage-istanbul-reporter": "^2.1.0",
|
|
- "karma-jasmine": "^1.1.2",
|
|
- "karma-junit-reporter": "^1.2.0",
|
|
- "karma-mocha-reporter": "^2.2.5",
|
|
- "karma-sourcemap-loader": "^0.3.7",
|
|
- "karma-webpack": "^4.0.2",
|
|
- "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",
|
|
- "readdir-enhanced": "^2.2.4",
|
|
- "sass": "^1.32.12",
|
|
- "timezone-mock": "^1.0.8",
|
|
- "vue-jest": "4.0.1",
|
|
- "webpack-dev-server": "^3.11.2",
|
|
- "xhr-mock": "^2.5.1",
|
|
- "yarn-check-webpack-plugin": "^1.2.0",
|
|
- "yarn-deduplicate": "^1.1.1"
|
|
- },
|
|
+ },
|
|
"blockedDependencies": {
|
|
"bootstrap-vue": "https://docs.gitlab.com/ee/development/fe_guide/dependencies.html#bootstrapvue"
|
|
},
|