2016-07-22 16:54:58 -04:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2019-09-03 10:06:57 -04:00
|
|
|
"check-dependencies": "scripts/frontend/check_dependencies.sh",
|
2020-03-02 13:07:42 -05:00
|
|
|
"block-dependencies": "node scripts/frontend/block_dependencies.js",
|
2021-06-03 14:09:58 -04:00
|
|
|
"check:startup_css": "scripts/frontend/startup_css/startup_css_changed.sh",
|
2018-05-29 12:40:18 -04:00
|
|
|
"clean": "rm -rf public/assets tmp/cache/*-loader",
|
2020-04-27 14:09:41 -04:00
|
|
|
"dev-server": "NODE_OPTIONS=\"--max-old-space-size=3584\" node scripts/frontend/webpack_dev_server.js",
|
2019-08-08 03:31:43 -04:00
|
|
|
"file-coverage": "scripts/frontend/file_test_coverage.js",
|
2020-11-03 07:08:55 -05:00
|
|
|
"lint-docs": "scripts/lint-doc.sh",
|
2021-11-08 01:09:59 -05:00
|
|
|
"internal:eslint": "eslint --cache --max-warnings 0 --report-unused-disable-directives --ext .js,.vue,.graphql",
|
2022-07-01 11:08:30 -04:00
|
|
|
"internal:stylelint": "stylelint -q --rd '{ee/,}app/assets/stylesheets/**/*.{css,scss}'",
|
2019-05-10 05:49:35 -04:00
|
|
|
"prejest": "yarn check-dependencies",
|
2020-05-20 17:09:09 -04:00
|
|
|
"jest": "jest --config jest.config.js",
|
2019-04-25 09:38:15 -04:00
|
|
|
"jest-debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
|
2021-09-08 05:09:10 -04:00
|
|
|
"jest:ci": "jest --config jest.config.js --ci --coverage --testSequencer ./scripts/frontend/parallel_ci_sequencer.js",
|
2022-09-01 11:12:07 -04:00
|
|
|
"jest:ci:minimal": "jest --config jest.config.js --ci --coverage --findRelatedTests $(cat $RSPEC_CHANGED_FILES_PATH) --passWithNoTests --testSequencer ./scripts/frontend/parallel_ci_sequencer.js",
|
2020-05-15 17:08:21 -04:00
|
|
|
"jest:integration": "jest --config jest.config.integration.js",
|
2022-05-17 17:08:51 -04:00
|
|
|
"lint:eslint": "node scripts/frontend/eslint.js",
|
|
|
|
"lint:eslint:fix": "node scripts/frontend/eslint.js --fix",
|
|
|
|
"lint:eslint:all": "node scripts/frontend/eslint.js .",
|
2021-03-01 19:11:26 -05:00
|
|
|
"lint:eslint:all:fix": "yarn run lint:eslint:all --fix",
|
2022-05-17 17:08:51 -04:00
|
|
|
"lint:eslint:report": "node scripts/frontend/eslint.js --format html --output-file ./eslint-report.html --no-inline-config .",
|
2021-02-17 10:09:21 -05:00
|
|
|
"lint:eslint:staged": "scripts/frontend/execute-on-staged-files.sh internal:eslint '(js|vue)'",
|
|
|
|
"lint:eslint:staged:fix": "yarn run lint:eslint:staged --fix",
|
|
|
|
"lint:prettier": "yarn run prettier --check '**/*.{graphql,js,vue}'",
|
|
|
|
"lint:prettier:fix": "yarn run prettier --write '**/*.{graphql,js,vue}'",
|
|
|
|
"lint:prettier:staged": "scripts/frontend/execute-on-staged-files.sh prettier '(graphql|js|vue)' --check",
|
|
|
|
"lint:prettier:staged:fix": "scripts/frontend/execute-on-staged-files.sh prettier '(graphql|js|vue)' --write",
|
2021-03-16 11:11:17 -04:00
|
|
|
"lint:stylelint": "stylelint '{ee/,}app/assets/stylesheets/**/*.{css,scss}'",
|
2021-02-22 13:10:55 -05:00
|
|
|
"lint:stylelint:fix": "yarn run lint:stylelint --fix",
|
|
|
|
"lint:stylelint:staged": "scripts/frontend/execute-on-staged-files.sh stylelint '(css|scss)' -q",
|
|
|
|
"lint:stylelint:staged:fix": "yarn run lint:stylelint:staged --fix",
|
2021-06-01 14:10:04 -04:00
|
|
|
"generate:startup_css": "scripts/frontend/startup_css/setup.sh && node scripts/frontend/startup_css/main.js",
|
|
|
|
"generate:startup_css:full": "scripts/frontend/startup_css/setup.sh force && node scripts/frontend/startup_css/main.js",
|
2021-04-29 02:09:58 -04:00
|
|
|
"markdownlint": "markdownlint --config .markdownlint.yml",
|
|
|
|
"markdownlint:no-trailing-spaces": "markdownlint --config doc/.markdownlint/markdownlint-no-trailing-spaces.yml",
|
|
|
|
"markdownlint:no-trailing-spaces:fix": "yarn run markdownlint:no-trailing-spaces --fix",
|
2018-06-25 15:30:37 -04:00
|
|
|
"postinstall": "node ./scripts/frontend/postinstall.js",
|
2021-06-18 08:10:03 -04:00
|
|
|
"storybook:install": "yarn --cwd ./storybook install",
|
|
|
|
"storybook:build": "yarn --cwd ./storybook build",
|
2021-09-30 14:11:31 -04:00
|
|
|
"storybook:start": "./scripts/frontend/start_storybook.sh",
|
2022-10-21 05:10:32 -04:00
|
|
|
"swagger:validate": "swagger-cli validate",
|
2019-04-02 04:27:38 -04:00
|
|
|
"webpack": "NODE_OPTIONS=\"--max-old-space-size=3584\" webpack --config config/webpack.config.js",
|
2019-12-17 04:07:48 -05:00
|
|
|
"webpack-vendor": "NODE_OPTIONS=\"--max-old-space-size=3584\" webpack --config config/webpack.vendor.config.js",
|
2022-01-20 07:16:19 -05:00
|
|
|
"webpack-prod": "NODE_OPTIONS=\"--max-old-space-size=3584\" NODE_ENV=production webpack --config config/webpack.config.js"
|
2016-07-22 16:54:58 -04:00
|
|
|
},
|
2016-10-18 18:46:48 -04:00
|
|
|
"dependencies": {
|
2022-07-27 20:09:28 -04:00
|
|
|
"@_ueberdosis/prosemirror-tables": "^1.1.3",
|
2022-03-29 08:08:03 -04:00
|
|
|
"@apollo/client": "^3.5.10",
|
2022-06-15 08:09:10 -04:00
|
|
|
"@babel/core": "^7.18.5",
|
|
|
|
"@babel/preset-env": "^7.18.2",
|
2022-08-30 14:09:50 -04:00
|
|
|
"@codesandbox/sandpack-client": "^1.2.2",
|
2021-01-26 16:09:04 -05:00
|
|
|
"@gitlab/at.js": "1.5.7",
|
2021-01-08 04:10:50 -05:00
|
|
|
"@gitlab/favicon-overlay": "2.0.0",
|
2022-10-18 20:09:33 -04:00
|
|
|
"@gitlab/svgs": "3.5.0",
|
2022-10-11 11:10:03 -04:00
|
|
|
"@gitlab/ui": "46.1.0",
|
2022-05-13 20:08:57 -04:00
|
|
|
"@gitlab/visual-review-tools": "1.7.3",
|
2022-08-19 20:12:08 -04:00
|
|
|
"@gitlab/web-ide": "0.0.1-dev-20220815034418",
|
2022-04-08 11:10:26 -04:00
|
|
|
"@rails/actioncable": "6.1.4-7",
|
|
|
|
"@rails/ujs": "6.1.4-7",
|
2021-08-30 14:10:36 -04:00
|
|
|
"@sentry/browser": "5.30.0",
|
2022-10-21 05:10:32 -04:00
|
|
|
"@sourcegraph/code-host-integration": "0.0.84",
|
2022-07-27 20:09:28 -04:00
|
|
|
"@tiptap/core": "^2.0.0-beta.182",
|
|
|
|
"@tiptap/extension-blockquote": "^2.0.0-beta.29",
|
|
|
|
"@tiptap/extension-bold": "^2.0.0-beta.28",
|
2022-08-24 14:12:18 -04:00
|
|
|
"@tiptap/extension-bubble-menu": "^2.0.0-beta.61",
|
2022-07-27 20:09:28 -04:00
|
|
|
"@tiptap/extension-bullet-list": "^2.0.0-beta.29",
|
|
|
|
"@tiptap/extension-code": "^2.0.0-beta.28",
|
|
|
|
"@tiptap/extension-code-block-lowlight": "2.0.0-beta.73",
|
|
|
|
"@tiptap/extension-document": "^2.0.0-beta.17",
|
|
|
|
"@tiptap/extension-dropcursor": "^2.0.0-beta.28",
|
|
|
|
"@tiptap/extension-gapcursor": "^2.0.0-beta.38",
|
|
|
|
"@tiptap/extension-hard-break": "^2.0.0-beta.33",
|
|
|
|
"@tiptap/extension-heading": "^2.0.0-beta.29",
|
|
|
|
"@tiptap/extension-history": "^2.0.0-beta.25",
|
|
|
|
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.36",
|
|
|
|
"@tiptap/extension-image": "^2.0.0-beta.30",
|
|
|
|
"@tiptap/extension-italic": "^2.0.0-beta.28",
|
|
|
|
"@tiptap/extension-link": "^2.0.0-beta.43",
|
|
|
|
"@tiptap/extension-list-item": "^2.0.0-beta.23",
|
|
|
|
"@tiptap/extension-ordered-list": "^2.0.0-beta.30",
|
|
|
|
"@tiptap/extension-paragraph": "^2.0.0-beta.26",
|
|
|
|
"@tiptap/extension-strike": "^2.0.0-beta.29",
|
|
|
|
"@tiptap/extension-subscript": "^2.0.0-beta.13",
|
|
|
|
"@tiptap/extension-superscript": "^2.0.0-beta.13",
|
|
|
|
"@tiptap/extension-table": "^2.0.0-beta.54",
|
|
|
|
"@tiptap/extension-table-cell": "^2.0.0-beta.23",
|
|
|
|
"@tiptap/extension-table-header": "^2.0.0-beta.25",
|
|
|
|
"@tiptap/extension-table-row": "^2.0.0-beta.22",
|
|
|
|
"@tiptap/extension-task-item": "^2.0.0-beta.37",
|
|
|
|
"@tiptap/extension-task-list": "^2.0.0-beta.29",
|
|
|
|
"@tiptap/extension-text": "^2.0.0-beta.17",
|
2022-09-29 08:08:49 -04:00
|
|
|
"@tiptap/suggestion": "^2.0.0-beta.96",
|
2022-07-27 20:09:28 -04:00
|
|
|
"@tiptap/vue-2": "^2.0.0-beta.84",
|
2022-03-29 08:08:03 -04:00
|
|
|
"apollo-upload-client": "15.0.0",
|
2021-10-29 02:09:33 -04:00
|
|
|
"autosize": "^5.0.1",
|
2021-11-02 14:12:13 -04:00
|
|
|
"axios": "^0.24.0",
|
2022-04-25 14:11:07 -04:00
|
|
|
"babel-loader": "^8.2.5",
|
2020-01-21 19:08:47 -05:00
|
|
|
"babel-plugin-lodash": "^3.3.4",
|
2021-04-22 11:09:56 -04:00
|
|
|
"bootstrap": "4.5.3",
|
2022-09-30 02:09:35 -04:00
|
|
|
"browserslist": "^4.21.3",
|
2019-09-26 20:06:23 -04:00
|
|
|
"cache-loader": "^4.1.0",
|
2021-11-17 13:14:12 -05:00
|
|
|
"canvas-confetti": "^1.4.0",
|
2021-12-23 01:10:27 -05:00
|
|
|
"clipboard": "^2.0.8",
|
2020-03-12 17:09:45 -04:00
|
|
|
"codesandbox-api": "0.0.23",
|
2021-01-26 19:08:53 -05:00
|
|
|
"compression-webpack-plugin": "^5.0.2",
|
2021-04-22 20:09:47 -04:00
|
|
|
"copy-webpack-plugin": "^6.4.1",
|
2022-10-25 02:10:36 -04:00
|
|
|
"core-js": "^3.26.0",
|
2020-07-17 14:09:20 -04:00
|
|
|
"cron-validator": "^1.1.1",
|
2021-11-18 01:10:36 -05:00
|
|
|
"cronstrue": "^1.122.0",
|
2017-08-01 10:31:43 -04:00
|
|
|
"cropper": "^2.3.0",
|
2020-05-19 05:08:12 -04:00
|
|
|
"css-loader": "^2.1.1",
|
2020-05-29 14:08:26 -04:00
|
|
|
"d3": "^5.16.0",
|
2020-05-22 11:08:09 -04:00
|
|
|
"d3-sankey": "^0.12.3",
|
2017-11-23 17:39:29 -05:00
|
|
|
"d3-selection": "^1.2.0",
|
2021-09-23 02:12:14 -04:00
|
|
|
"dateformat": "^5.0.1",
|
2019-12-21 10:07:56 -05:00
|
|
|
"deckar01-task_list": "^2.3.1",
|
2017-11-22 04:08:30 -05:00
|
|
|
"diff": "^3.4.0",
|
2022-08-25 08:12:20 -04:00
|
|
|
"dompurify": "^2.4.0",
|
2017-02-16 15:24:45 -05:00
|
|
|
"dropzone": "^4.2.0",
|
2020-06-10 14:09:15 -04:00
|
|
|
"editorconfig": "^0.15.3",
|
2021-12-15 19:15:50 -05:00
|
|
|
"emoji-regex": "^10.0.0",
|
2022-09-30 02:09:35 -04:00
|
|
|
"esbuild": "0.15.9",
|
|
|
|
"esbuild-loader": "^2.20.0",
|
2021-01-05 07:10:36 -05:00
|
|
|
"fast-mersenne-twister": "1.0.2",
|
2021-04-08 02:09:22 -04:00
|
|
|
"file-loader": "^6.2.0",
|
2020-03-09 20:08:12 -04:00
|
|
|
"fuzzaldrin-plus": "^0.6.0",
|
2022-01-10 07:15:34 -05:00
|
|
|
"graphql": "^15.7.2",
|
2020-11-10 07:08:57 -05:00
|
|
|
"graphql-tag": "^2.11.0",
|
2022-10-18 11:10:37 -04:00
|
|
|
"gridstack": "^7.0.0",
|
2022-06-27 08:09:11 -04:00
|
|
|
"highlight.js": "^11.5.1",
|
2022-07-27 08:10:44 -04:00
|
|
|
"immer": "^9.0.15",
|
2020-07-09 14:10:09 -04:00
|
|
|
"ipaddr.js": "^1.9.1",
|
2017-04-15 11:07:31 -04:00
|
|
|
"jed": "^1.1.1",
|
2021-06-08 20:10:20 -04:00
|
|
|
"jquery": "^3.6.0",
|
2019-03-13 10:02:19 -04:00
|
|
|
"jquery.caret": "^0.3.1",
|
2022-05-14 02:09:05 -04:00
|
|
|
"js-cookie": "^3.0.0",
|
2020-07-07 11:08:49 -04:00
|
|
|
"js-yaml": "^3.13.1",
|
2017-03-29 01:16:59 -04:00
|
|
|
"jszip": "^3.1.3",
|
2021-04-27 17:10:09 -04:00
|
|
|
"katex": "^0.13.2",
|
2020-09-02 02:10:47 -04:00
|
|
|
"lodash": "^4.17.20",
|
2022-06-27 08:09:11 -04:00
|
|
|
"lowlight": "^2.6.1",
|
2022-08-15 14:12:51 -04:00
|
|
|
"marked": "^4.0.18",
|
2021-01-04 07:10:44 -05:00
|
|
|
"mathjax": "3",
|
2022-08-15 11:09:53 -04:00
|
|
|
"mdurl": "^1.0.1",
|
2022-08-03 08:11:38 -04:00
|
|
|
"mermaid": "^9.1.3",
|
2022-07-01 17:08:27 -04:00
|
|
|
"micromatch": "^4.0.5",
|
2020-06-10 14:09:15 -04:00
|
|
|
"minimatch": "^3.0.4",
|
2022-08-23 14:11:55 -04:00
|
|
|
"monaco-editor": "^0.30.1",
|
|
|
|
"monaco-editor-webpack-plugin": "^6.0.0",
|
2022-09-20 05:10:52 -04:00
|
|
|
"monaco-yaml": "4.0.0",
|
2020-09-03 17:08:18 -04:00
|
|
|
"mousetrap": "1.6.5",
|
2021-07-07 20:17:29 -04:00
|
|
|
"papaparse": "^5.3.1",
|
2022-06-09 17:09:07 -04:00
|
|
|
"patch-package": "^6.4.7",
|
2022-10-17 14:09:13 -04:00
|
|
|
"pdfjs-dist": "^2.16.105",
|
2019-08-02 15:06:51 -04:00
|
|
|
"pikaday": "^1.8.0",
|
2020-03-09 20:08:12 -04:00
|
|
|
"popper.js": "^1.16.1",
|
2021-05-04 08:10:04 -04:00
|
|
|
"portal-vue": "^2.1.7",
|
2022-06-28 05:09:38 -04:00
|
|
|
"postcss": "8.4.14",
|
2022-07-27 20:09:28 -04:00
|
|
|
"prosemirror-markdown": "1.9.1",
|
|
|
|
"prosemirror-model": "^1.18.1",
|
|
|
|
"prosemirror-state": "^1.4.1",
|
|
|
|
"prosemirror-view": "^1.26.1",
|
2017-03-03 18:41:00 -05:00
|
|
|
"raphael": "^2.2.7",
|
2021-02-12 04:08:48 -05:00
|
|
|
"raw-loader": "^4.0.2",
|
2022-04-01 20:08:34 -04:00
|
|
|
"rehype-raw": "^6.1.1",
|
2022-08-16 08:12:38 -04:00
|
|
|
"remark-frontmatter": "^4.0.1",
|
2022-05-25 14:08:15 -04:00
|
|
|
"remark-gfm": "^3.0.1",
|
2022-04-01 20:08:34 -04:00
|
|
|
"remark-parse": "^10.0.1",
|
|
|
|
"remark-rehype": "^10.1.0",
|
2021-05-18 14:10:54 -04:00
|
|
|
"scrollparent": "^2.0.1",
|
2016-10-28 04:22:02 -04:00
|
|
|
"select2": "3.5.2-browserify",
|
2020-03-09 20:08:12 -04:00
|
|
|
"sortablejs": "^1.10.2",
|
2020-06-04 17:08:11 -04:00
|
|
|
"string-hash": "1.1.3",
|
2021-04-20 17:09:07 -04:00
|
|
|
"style-loader": "^2.0.0",
|
2022-06-30 14:09:30 -04:00
|
|
|
"swagger-ui-dist": "4.12.0",
|
2022-08-24 11:12:19 -04:00
|
|
|
"three": "^0.143.0",
|
2020-03-09 20:08:12 -04:00
|
|
|
"timeago.js": "^4.0.2",
|
2022-09-29 08:08:49 -04:00
|
|
|
"tippy.js": "^6.3.7",
|
2022-04-01 20:08:34 -04:00
|
|
|
"unified": "^10.1.2",
|
2022-09-06 05:12:58 -04:00
|
|
|
"unist-builder": "^3.0.0",
|
2022-04-26 20:08:37 -04:00
|
|
|
"unist-util-visit-parents": "^5.1.0",
|
2021-04-08 02:09:22 -04:00
|
|
|
"url-loader": "^4.1.1",
|
2020-06-04 17:08:11 -04:00
|
|
|
"uuid": "8.1.0",
|
2017-03-23 07:10:31 -04:00
|
|
|
"visibilityjs": "^1.2.4",
|
2022-08-26 17:10:03 -04:00
|
|
|
"vue": "2.6.14",
|
2022-02-14 07:14:02 -05:00
|
|
|
"vue-apollo": "^3.0.7",
|
2022-08-26 17:10:03 -04:00
|
|
|
"vue-loader": "15.9.6",
|
2021-05-18 14:10:54 -04:00
|
|
|
"vue-observe-visibility": "^1.0.0",
|
|
|
|
"vue-resize": "^1.0.1",
|
2020-12-08 22:09:24 -05:00
|
|
|
"vue-router": "3.4.9",
|
2022-08-26 17:10:03 -04:00
|
|
|
"vue-template-compiler": "2.6.14",
|
2021-04-07 14:09:45 -04:00
|
|
|
"vue-virtual-scroll-list": "^1.4.7",
|
2019-09-17 10:16:34 -04:00
|
|
|
"vuedraggable": "^2.23.0",
|
2022-08-18 11:12:17 -04:00
|
|
|
"vuex": "^3.6.2",
|
2020-09-16 08:10:15 -04:00
|
|
|
"web-vitals": "^0.2.4",
|
2021-02-11 22:08:53 -05:00
|
|
|
"webpack": "^4.46.0",
|
2022-08-22 20:09:41 -04:00
|
|
|
"webpack-bundle-analyzer": "^4.6.1",
|
2022-06-15 17:10:04 -04:00
|
|
|
"webpack-cli": "^4.10.0",
|
2020-03-09 20:08:12 -04:00
|
|
|
"webpack-stats-plugin": "^0.3.1",
|
2018-07-12 06:44:09 -04:00
|
|
|
"worker-loader": "^2.0.0",
|
2021-11-16 10:13:28 -05:00
|
|
|
"xterm": "3.14.5",
|
2022-02-08 07:15:38 -05:00
|
|
|
"yaml": "^2.0.0-10"
|
2016-10-18 18:46:48 -04:00
|
|
|
},
|
2016-07-22 16:54:58 -04:00
|
|
|
"devDependencies": {
|
2022-10-07 05:10:18 -04:00
|
|
|
"@gitlab/eslint-plugin": "18.1.0",
|
2022-06-28 05:09:38 -04:00
|
|
|
"@gitlab/stylelint-config": "4.1.0",
|
2022-10-11 11:10:03 -04:00
|
|
|
"@graphql-eslint/eslint-plugin": "3.12.0",
|
2020-06-22 11:09:27 -04:00
|
|
|
"@testing-library/dom": "^7.16.2",
|
2022-08-15 11:09:53 -04:00
|
|
|
"@types/jest": "^27.5.1",
|
2022-01-19 04:14:10 -05:00
|
|
|
"@vue/test-utils": "1.3.0",
|
2022-08-01 08:12:10 -04:00
|
|
|
"@vue/vue2-jest": "^27.0.0",
|
2022-03-29 17:08:04 -04:00
|
|
|
"ajv": "^8.10.0",
|
|
|
|
"ajv-formats": "^2.1.1",
|
2018-05-09 13:57:01 -04:00
|
|
|
"axios-mock-adapter": "^1.15.0",
|
2022-08-01 08:12:10 -04:00
|
|
|
"babel-jest": "^27.5.1",
|
2018-05-01 13:40:35 -04:00
|
|
|
"chalk": "^2.4.1",
|
2021-06-01 14:10:04 -04:00
|
|
|
"cheerio": "^1.0.0-rc.9",
|
2021-08-04 17:09:04 -04:00
|
|
|
"commander": "^2.20.3",
|
2019-04-01 14:55:57 -04:00
|
|
|
"custom-jquery-matchers": "^2.1.0",
|
2022-10-24 08:11:34 -04:00
|
|
|
"eslint": "8.26.0",
|
2021-09-20 05:11:27 -04:00
|
|
|
"eslint-import-resolver-jest": "3.0.2",
|
2021-11-02 14:12:13 -04:00
|
|
|
"eslint-import-resolver-webpack": "0.13.2",
|
2022-09-08 14:10:47 -04:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2021-11-02 14:12:13 -04:00
|
|
|
"eslint-plugin-no-jquery": "2.7.0",
|
2022-08-22 05:11:23 -04:00
|
|
|
"eslint-plugin-no-unsanitized": "^4.0.1",
|
2021-02-15 04:09:00 -05:00
|
|
|
"gettext-extractor": "^3.5.3",
|
|
|
|
"gettext-extractor-vue": "^5.0.0",
|
2021-02-18 13:10:41 -05:00
|
|
|
"glob": "^7.1.6",
|
2020-02-26 04:08:47 -05:00
|
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
|
|
"istanbul-lib-report": "^3.0.0",
|
|
|
|
"istanbul-reports": "^3.0.0",
|
2022-08-01 08:12:10 -04:00
|
|
|
"jest": "^27.5.1",
|
2019-11-05 04:21:54 -05:00
|
|
|
"jest-canvas-mock": "^2.1.2",
|
2022-08-01 08:12:10 -04:00
|
|
|
"jest-diff": "^27.5.1",
|
|
|
|
"jest-environment-jsdom": "^27.5.1",
|
|
|
|
"jest-jasmine2": "^27.5.1",
|
2020-10-07 17:08:21 -04:00
|
|
|
"jest-junit": "^12.0.0",
|
2020-11-25 01:09:20 -05:00
|
|
|
"jest-raw-loader": "^1.0.1",
|
2022-08-01 08:12:10 -04:00
|
|
|
"jest-util": "^27.5.1",
|
2022-09-29 08:08:49 -04:00
|
|
|
"jsonlint": "^1.6.3",
|
2022-09-06 11:13:23 -04:00
|
|
|
"markdownlint-cli": "0.32.2",
|
2021-02-16 07:09:03 -05:00
|
|
|
"miragejs": "^0.1.40",
|
2022-02-14 07:14:02 -05:00
|
|
|
"mock-apollo-client": "1.2.0",
|
2022-07-27 08:10:44 -04:00
|
|
|
"nodemon": "^2.0.19",
|
2020-12-23 07:10:26 -05:00
|
|
|
"prettier": "2.2.1",
|
2022-07-27 20:09:28 -04:00
|
|
|
"prosemirror-schema-basic": "^1.2.0",
|
|
|
|
"prosemirror-schema-list": "^1.2.0",
|
|
|
|
"prosemirror-test-builder": "^1.1.0",
|
2021-06-01 14:10:04 -04:00
|
|
|
"purgecss": "^4.0.3",
|
2021-06-03 20:10:03 -04:00
|
|
|
"purgecss-from-html": "^4.0.3",
|
2022-06-22 17:08:26 -04:00
|
|
|
"sass": "^1.49.9",
|
2022-06-28 05:09:38 -04:00
|
|
|
"stylelint": "^14.9.1",
|
2022-10-21 05:10:32 -04:00
|
|
|
"swagger-cli": "^4.0.4",
|
2019-09-06 08:01:32 -04:00
|
|
|
"timezone-mock": "^1.0.8",
|
2022-09-21 05:14:34 -04:00
|
|
|
"webpack-dev-server": "4.11.1",
|
2020-06-15 08:08:44 -04:00
|
|
|
"xhr-mock": "^2.5.1",
|
2020-02-16 22:09:00 -05:00
|
|
|
"yarn-check-webpack-plugin": "^1.2.0",
|
2022-08-31 02:12:36 -04:00
|
|
|
"yarn-deduplicate": "^6.0.0"
|
2018-12-06 03:17:36 -05:00
|
|
|
},
|
2020-03-02 13:07:42 -05:00
|
|
|
"blockedDependencies": {
|
2020-06-19 14:08:39 -04:00
|
|
|
"bootstrap-vue": "https://docs.gitlab.com/ee/development/fe_guide/dependencies.html#bootstrapvue"
|
2020-03-02 13:07:42 -05:00
|
|
|
},
|
2019-02-28 06:34:47 -05:00
|
|
|
"resolutions": {
|
2022-03-22 02:09:20 -04:00
|
|
|
"chokidar": "^3.5.3",
|
2021-11-15 19:11:15 -05:00
|
|
|
"@types/node": "14.17.5"
|
2019-02-28 06:34:47 -05:00
|
|
|
},
|
2018-12-06 03:17:36 -05:00
|
|
|
"engines": {
|
2021-08-20 08:09:31 -04:00
|
|
|
"node": ">=12.22.1",
|
2018-12-06 03:17:36 -05:00
|
|
|
"yarn": "^1.10.0"
|
2016-07-22 16:54:58 -04:00
|
|
|
}
|
2022-09-29 08:08:49 -04:00
|
|
|
}
|