-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 959 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
34
{
"name": "tailwind",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@nuxt/icon": "^1.5.1",
"@nuxt/image": "1.8.0",
"@nuxtjs/i18n": "^8.3.3",
"@pinia/nuxt": "0.5.3",
"nuxt": "3.13.2",
"pinia": "^2.2.1"
},
"devDependencies": {
"@chromatic-com/storybook": "1.6.1",
"@nuxtjs/storybook": "npm:@nuxtjs/storybook@nightly",
"@storybook/addon-essentials": "8.3.1",
"@storybook/addon-interactions": "8.3.1",
"@storybook/addon-links": "8.3.1",
"@storybook/blocks": "8.3.1",
"@storybook/test": "8.3.1",
"storybook": "8.3.1"
},
"overrides": {
"vue": "latest"
}
}