Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 105448057accebe8e9a1fcac1591391663b9a50f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
  "name": "gitlab-docs",
  "version": "1.0.0",
  "main": "public/index.js",
  "scripts": {
    "bundle": "if [ -z $ROLLUP_OPTIONS ]; then echo INFO: ROLLUP_OPTIONS is not set; else echo INFO: ROLLUP_OPTIONS = ${ROLLUP_OPTIONS}; fi && rollup --config rollup.config.js ${ROLLUP_OPTIONS}",
    "test": "jest",
    "eslint": "eslint --max-warnings 0 --ext .js,.vue .",
    "prettier": "prettier --check '**/*.{js,vue,json}'",
    "prettier:fix": "prettier --write '**/*.{js,vue,json}'"
  },
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@babel/eslint-parser": "^7.19.1",
    "@babel/preset-env": "^7.20.2",
    "@evilmartians/lefthook": "^1.2.8",
    "@gitlab/eslint-plugin": "^18.1.0",
    "@gitlab/stylelint-config": "^4.1.0",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^24.0.1",
    "@rollup/plugin-inject": "^5.0.3",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-replace": "^5.0.2",
    "@rollup/plugin-url": "^8.0.1",
    "@vue/test-utils": "^1.3.0",
    "@vue/vue2-jest": "^28.0.1",
    "babel-jest": "^29.4.1",
    "eslint": "^8.33.0",
    "fast-csv": "^4.3.6",
    "flush-promises": "^1.0.2",
    "jest": "^29.4.1",
    "jest-environment-jsdom": "^29.4.1",
    "jest-fail-on-console": "^3.0.2",
    "markdownlint-cli": "^0.33.0",
    "markdownlint-cli2": "^0.6.0",
    "postcss": "^8.4.21",
    "prettier": "^2.8.3",
    "rollup": "^3.12.0",
    "rollup-plugin-import-resolver": "^1.2.1",
    "rollup-plugin-polyfill-node": "^0.12.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-vue": "^5.1.9",
    "stylelint": "^14.16.1",
    "vue-template-compiler": "^2.7.0"
  },
  "dependencies": {
    "@docsearch/css": "^3.3.2",
    "@docsearch/js": "3",
    "@gitlab/fonts": "^1.2.0",
    "@gitlab/svgs": "^3.18.0",
    "@gitlab/ui": "^54.2.0",
    "@popperjs/core": "^2.11.6",
    "algoliasearch": "^4.14.3",
    "bootstrap": "^4.6.1",
    "cheerio": "^1.0.0-rc.12",
    "clipboard": "^2.0.11",
    "compare-versions": "^5.0.3",
    "eslint-plugin-filenames": "^1.3.2",
    "front-matter": "^4.0.2",
    "glob": "^8.1.0",
    "instantsearch.css": "^8.0.0",
    "instantsearch.js": "^4.50.1",
    "jquery": "^3.6.3",
    "js-yaml": "^4.1.0",
    "lunr": "^2.3.9",
    "mermaid": "^9.3.0",
    "pikaday": "^1.8.2",
    "rollup-plugin-import-css": "^3.1.0",
    "vue": "^2.7.0",
    "vue-instantsearch": "^4.4.0"
  }
}