-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.93 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "intro-storybook-vue-template",
"version": "0.2.0",
"private": true,
"type": "module",
"description": "Starter template to get up and running quickly with Vue and Storybook",
"author": {
"name": "Chromatic",
"email": "https://chromatic.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chromaui/intro-storybook-vue-template.git"
},
"bugs": {
"url": "https://github.com/chromaui/intro-storybook-vue-template/issues"
},
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"init-msw": "msw init public/",
"test-storybook": "test-storybook",
"chromatic": "npx chromatic --project-token=chpt_c588bd29d146790"
},
"dependencies": {
"pinia": "^2.1.7",
"vue": "^3.4.21"
},
"devDependencies": {
"@chromatic-com/storybook": "^1",
"@rushstack/eslint-patch": "^1.8.0",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-interactions": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/addon-mdx-gfm": "^8.1.10",
"@storybook/blocks": "^8.1.10",
"@storybook/test": "^8.1.10",
"@storybook/test-runner": "^0.18.2",
"@storybook/vue3": "^8.1.10",
"@storybook/vue3-vite": "^8.1.10",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"chromatic": "^11.5.4",
"eslint": "^8.57.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.23.0",
"msw": "^2.3.0",
"msw-storybook-addon": "^2.0.2",
"prettier": "^3.2.5",
"storybook": "^8.1.10",
"vite": "^5.2.8"
},
"resolutions": {
"jackspeak": "2.1.1"
},
"homepage": "https://github.com/chromaui/intro-storybook-vue-template#readme"
}