-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "kitsu-ui",
"version": "0.1.0",
"description": "widgets for kitsu applications",
"main": "index.js",
"scripts": {
"test": "vitest",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "github.com/cgwire/kitsu-ui"
},
"keywords": [
"ui",
"kitsu",
"animation"
],
"author": "CGWire <[email protected]>",
"license": "MIT",
"devDependencies": {
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-interactions": "^7.5.1",
"@storybook/addon-links": "^7.5.1",
"@storybook/addon-mdx-gfm": "^7.5.1",
"@storybook/blocks": "^7.5.1",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^7.5.1",
"@storybook/vue3-vite": "^7.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.68.0",
"storybook": "^7.5.1",
"storybook-addon-themes": "^6.1.0"
},
"dependencies": {
"@storybook/addon-toolbars": "^7.5.1",
"color-convert": "^2.0.1",
"color-hash": "^2.0.2",
"color-string": "^1.9.1",
"lucide-vue-next": "^0.284.0",
"storybook-dark-mode": "^3.0.1",
"thenby": "^1.3.4",
"vue-i18n": "^9.5.0"
}
}