-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2 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
{
"name": "intro-storybook-vue-template",
"version": "0.2.0",
"private": true,
"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/",
"chromatic": "npx chromatic --project-token=chpt_1f1492b3b8a99b3"
},
"dependencies": {
"@storybook/addon-console": "^2.0.0",
"@storybook/addon-storysource": "^7.0.17",
"@storybook/addon-viewport": "^7.0.17",
"vue": "^3.2.47"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@storybook/addon-essentials": "^7.0.17",
"@storybook/addon-interactions": "^7.0.17",
"@storybook/addon-links": "^7.0.17",
"@storybook/addon-mdx-gfm": "^7.0.17",
"@storybook/blocks": "^7.0.17",
"@storybook/testing-library": "^0.1.0",
"@storybook/vue3": "^7.0.17",
"@storybook/vue3-vite": "^7.0.17",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.1.0",
"chromatic": "^6.17.4",
"eslint": "^8.41.0",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-vue": "^9.9.0",
"msw": "^1.2.1",
"msw-storybook-addon": "^1.8.0",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.17",
"vite": "^4.1.4"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/chromaui/intro-storybook-vue-template#readme",
"_id": "[email protected]"
}