-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
52 lines (52 loc) · 1.56 KB
/
package.json
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": "@justeat/storybook",
"private": true,
"version": "0.64.0",
"scripts": {
"storybook:deploy": "storybook-to-ghpages --existing-output-dir ./storybook-static --ci",
"storybook:build": "vue-cli-service storybook:build -s public -c config/storybook",
"storybook:serve": "vue-cli-service storybook:serve -s public -p 8080 -c config/storybook",
"storybook:serve-static": "http-server ./storybook-static"
},
"dependencies": {
"@intlify/vue-i18n-loader": "^4.2.0",
"http-server": "14.1.1",
"vue": "2.6.10",
"vue-i18n": "8.22.1",
"vue-router": "3.5.2"
},
"devDependencies": {
"@justeat/f-http": "1.x",
"@kazupon/vue-i18n-loader": "0.5.0",
"@storybook/addon-a11y": "6.5.16",
"@storybook/addon-essentials": "8.0.0",
"@storybook/addon-knobs": "6.4.0",
"@storybook/addon-links": "6.5.16",
"@storybook/storybook-deployer": "2.8.16",
"@storybook/theming": "6.5.16",
"@storybook/vue": "6.5.16",
"cookie-universal": "2.1.4",
"npm-run-all": "4.1.5",
"path": "0.12.7",
"postcss-assets": "5.0.0",
"storybook-vue-router": "1.0.7",
"vue-cli-plugin-storybook": "2.1.0"
},
"bugs": {
"url": "https://github.com/justeat/fozzie-components/issues"
},
"contributors": [
"Github contributors <https://github.com/justeat/fozzie-components/graphs/contributors>"
],
"engines": {
"node": ">=14"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "[email protected]:justeat/fozzie-components.git"
},
"volta": {
"extends": "../../package.json"
}
}