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

package.json « storybook - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec3590dea13ff66c93d8ff243be86a128a7bf8ca (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
{
  "private": true,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "start-storybook -p 9002 -c config",
    "build": "build-storybook -c config -o public"
  },
  "blockedDependencies": {
    "vue": "https://gitlab.com/gitlab-org/gitlab/-/issues/340511"
  },
  "devDependencies": {
    "react": "16.14.0",
    "@storybook/addons": "^6.5.10",
    "@storybook/api": "^6.5.10",
    "@storybook/components": "^6.5.10",
    "@storybook/core-events": "^6.5.10",
    "@storybook/addon-a11y": "^6.5.10",
    "@storybook/addon-actions": "^6.5.10",
    "@storybook/addon-controls": "^6.5.10",
    "@storybook/addon-essentials": "^6.5.10",
    "@storybook/vue": "^6.5.10",
    "graphql-tag": "^2.12.5",
    "postcss-loader": "3.0.0",
    "sass": "^1.49.9",
    "sass-loader": "^7.1.0"
  },
  "resolutions": {
    "chokidar": "^3.5.2"
  }
}