-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.25 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
{
"name": "vue-ui-components",
"version": "1.0.0",
"description": "UI components for Vue.js",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"keywords": [
"vue",
"vue.js",
"vue2",
"vue3",
"ui library",
"component library",
"fluent",
"unstyled"
],
"repository": {
"type": "git",
"url": "git+https://github.com/MaxiGarcia13/virtual-scroller.git"
},
"author": "Maximiliano Daniel Garcia",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaxiGarcia13/virtual-scroller/issues"
},
"homepage": "https://github.com/MaxiGarcia13/virtual-scroller#readme",
"devDependencies": {
"@chromatic-com/storybook": "^1.2.20",
"@storybook/blocks": "^8.0.0",
"@storybook/test": "^8.0.0",
"@storybook/vue3": "^8.0.0",
"@storybook/vue3-vite": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.23.0",
"storybook": "^8.0.0",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"@vitejs/plugin-vue": "^5.0.4",
"vue-tsc": "^1.8.27"
}
}