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: 4b8e96fe689c3bb1afdc98a5b74fb8a6001e9cc6 (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
{
  "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}'",
    "postinstall": "patch-package"
  },
  "devDependencies": {
    "@babel/core": "^7.14.2",
    "@babel/preset-env": "^7.14.2",
    "@gitlab/eslint-plugin": "^8.4.0",
    "@gitlab/stylelint-config": "^2.3.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^11.2.1",
    "@rollup/plugin-replace": "^2.4.2",
    "@vue/test-utils": "^1.2.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^26.6.3",
    "eslint": "^7.26.0",
    "flush-promises": "^1.0.2",
    "glob": "^7.1.7",
    "jest": "^26.6.3",
    "prettier": "^2.3.0",
    "rollup": "^2.48.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-import-resolver": "^1.2.1",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "rollup-plugin-svg": "^2.0.0",
    "rollup-plugin-vue": "^5.1.9",
    "vue-jest": "^3.0.7",
    "vue-template-compiler": "^2.6.12"
  },
  "dependencies": {
    "@gitlab/svgs": "^1.197.0",
    "@gitlab/ui": "^29.26.0",
    "@rollup/plugin-url": "^7.0.0",
    "@tnir/instantsearch.js": "4.13.2-q.1",
    "algoliasearch": "4.9.1",
    "bootstrap": "^4.6.0",
    "patch-package": "^6.4.7",
    "pikaday": "^1.8.2",
    "popper.js": "1.16.1-lts",
    "postinstall-postinstall": "^2.1.0",
    "vue": "^2.6.12"
  }
}