-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 879 Bytes
/
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
{
"name": "every-layout-vue3-component",
"version": "0.0.0",
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"format": "prettier -w src/**/*.{ts,vue}"
},
"dependencies": {
"vue": "^3.0.4"
},
"devDependencies": {
"@babel/core": "7.16.12",
"@storybook/addon-actions": "^6.5.0-alpha.27",
"@storybook/addon-essentials": "^6.5.0-alpha.27",
"@storybook/addon-links": "^6.5.0-alpha.27",
"@storybook/vue3": "^6.5.0-alpha.27",
"@vitejs/plugin-vue": "^1.9.3",
"@vue/compiler-sfc": "^3.0.4",
"@vue/eslint-config-prettier": "7.0.0",
"babel-loader": "8.2.3",
"prettier": "2.5.1",
"storybook-builder-vite": "0.1.14",
"vite": "^2.6.4",
"vue-loader": "16.8.3"
},
"prettier": {
"tabWidth": 2,
"printWidth": 80,
"singleQuote": true,
"semi": true
}
}