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: 91d582570e548fd4b38e2172299f127a854b696b (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
{
  "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.17.5",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/preset-env": "^7.16.11",
    "@gitlab/eslint-plugin": "^11.0.0",
    "@gitlab/stylelint-config": "^4.0.0",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^21.0.2",
    "@rollup/plugin-inject": "^4.0.4",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "@rollup/plugin-replace": "^4.0.0",
    "@vue/test-utils": "^1.3.0",
    "@vue/vue2-jest": "^27.0.0-alpha.4",
    "babel-jest": "^27.5.1",
    "eslint": "^8.11.0",
    "glob": "^7.2.0",
    "jest": "^27.5.1",
    "postcss": "^8.4.8",
    "prettier": "^2.5.1",
    "rollup": "^2.70.0",
    "rollup-plugin-import-resolver": "^1.2.1",
    "rollup-plugin-svg": "^2.0.0",
    "rollup-plugin-vue": "^5.1.9",
    "stylelint": "^14.5.3",
    "vue-template-compiler": "^2.6.14"
  },
  "dependencies": {
    "@gitlab/svgs": "^2.6.0",
    "@gitlab/ui": "^37.6.0",
    "@popperjs/core": "^2.11.3",
    "algoliasearch": "4.12.2",
    "bootstrap": "^4.6.1",
    "instantsearch.js": "^4.39.1",
    "pikaday": "^1.8.2",
    "vue": "^2.6.14"
  }
}