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: b1fd33d9d6a66eedebb8c4b44b02196a9e5b7cfc (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
74
75
76
77
78
79
{
  "name": "gitlab-docs",
  "version": "1.0.0",
  "main": "public/index.js",
  "scripts": {
    "compile:js": "rollup --config rollup.config.js $ROLLUP_OPTIONS",
    "watch:js": "rollup --config rollup.config.js --watch",
    "compile:css": "node_modules/.bin/sass content/assets/stylesheets:public/assets/stylesheets/",
    "watch:css": "node_modules/.bin/sass --watch content/assets/stylesheets:public/assets/stylesheets/",
    "test": "jest",
    "test:vue3": "VUE_VERSION=3 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.23.5",
    "@babel/eslint-parser": "^7.23.3",
    "@babel/preset-env": "^7.23.5",
    "@evilmartians/lefthook": "^1.5.5",
    "@gitlab/eslint-plugin": "^19.2.0",
    "@gitlab/stylelint-config": "^5.0.1",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-json": "^6.0.1",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-replace": "^5.0.5",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-url": "^8.0.2",
    "@rollup/plugin-yaml": "^4.1.2",
    "@vitejs/plugin-vue2": "^2.2.0",
    "@vue/compat": "^3.2.47",
    "@vue/compiler-sfc": "^3.2.47",
    "@vue/test-utils": "^1.3.0",
    "@vue/test-utils-vue3": "npm:@vue/test-utils@2.2.0",
    "@vue/vue2-jest": "^28.0.1",
    "@vue/vue3-jest": "^29.2.3",
    "babel-jest": "^29.7.0",
    "eslint": "^8.55.0",
    "fast-csv": "^4.3.6",
    "flush-promises": "^1.0.2",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-fail-on-console": "^3.1.2",
    "markdownlint-cli": "^0.38.0",
    "markdownlint-cli2": "^0.12.1",
    "postcss": "^8.4.32",
    "prettier": "^3.1.0",
    "rollup": "^4.6.1",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-import-css": "^3.3.5",
    "sass": "^1.69.5",
    "stylelint": "^15.11.0",
    "vite": "^5.0.4",
    "vue-template-compiler": "^2.7.0",
    "vue-test-utils-compat": "^0.0.11"
  },
  "dependencies": {
    "@gitlab/fonts": "^1.3.0",
    "@gitlab/svgs": "^3.75.0",
    "@gitlab/ui": "^72.10.0",
    "@popperjs/core": "^2.11.8",
    "bootstrap": "^4.6.1",
    "cheerio": "^1.0.0-rc.12",
    "compare-versions": "^6.1.0",
    "eslint-plugin-filenames": "^1.3.2",
    "front-matter": "^4.0.2",
    "glob": "^10.3.7",
    "jquery": "^3.7.1",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21",
    "lodash.isequal": "^4.5.0",
    "lunr": "^2.3.9",
    "mermaid": "^10.7.0",
    "pikaday": "^1.8.2",
    "v-click-outside": "^3.2.0",
    "vue": "^2.7.0"
  }
}