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: 49e8df7def95ae873c867e14db99b82d198db5dd (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
{
  "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}'",
    "prettier:fix": "prettier --write '**/*.{js,vue}'"
  },
  "devDependencies": {
    "@babel/core": "^7.18.5",
    "@babel/eslint-parser": "^7.18.2",
    "@babel/preset-env": "^7.18.2",
    "@evilmartians/lefthook": "^1.0.4",
    "@gitlab/eslint-plugin": "^12.3.0",
    "@gitlab/stylelint-config": "^4.1.0",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.1",
    "@rollup/plugin-inject": "^4.0.4",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-replace": "^4.0.0",
    "@vue/test-utils": "^1.3.0",
    "@vue/vue2-jest": "^28.0.0",
    "babel-jest": "^28.1.1",
    "eslint": "^8.18.0",
    "glob": "^8.0.3",
    "jest": "^28.1.1",
    "jest-environment-jsdom": "^28.1.1",
    "markdownlint-cli": "^0.31.1",
    "postcss": "^8.4.14",
    "prettier": "^2.7.1",
    "rollup": "^2.75.7",
    "rollup-plugin-import-resolver": "^1.2.1",
    "rollup-plugin-vue": "^5.1.9",
    "stylelint": "^14.9.1",
    "vue-template-compiler": "^2.6.14"
  },
  "dependencies": {
    "@docsearch/css": "^3.1.0",
    "@docsearch/js": "3",
    "@gitlab/svgs": "^2.22.0",
    "@gitlab/ui": "^42.10.0",
    "@popperjs/core": "^2.11.5",
    "@rollup/plugin-image": "^2.1.1",
    "algoliasearch": "^4.13.1",
    "bootstrap": "^4.6.1",
    "compare-versions": "^4.1.3",
    "eslint-plugin-filenames": "^1.3.2",
    "instantsearch.css": "^7.4.5",
    "instantsearch.js": "^4.42.0",
    "jquery": "^3.6.0",
    "pikaday": "^1.8.2",
    "rollup-plugin-import-css": "^3.0.3",
    "vue": "^2.6.14",
    "vue-instantsearch": "^4.3.3"
  }
}