-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 971 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
{
"private": true,
"name": "aov-2022-nuxt",
"version": "0.0.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"preview": "nuxt preview",
"storybook-build": "build-storybook",
"storybook-dev": "start-storybook -p 6006",
"storybook-serve": "npx http-server ./storybook-static",
"chromatic": "chromatic --exit-zero-on-changes"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.11.4",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-vite": "^0.4.2",
"@storybook/vue3": "^6.5.16",
"@vueuse/nuxt": "^10.9.0",
"chromatic": "^11.3.0",
"nuxt": "^3.11.2",
"sass": "^1.74.1",
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite-plugin-vue-type-imports": "^0.2.5"
},
"packageManager": "[email protected]"
}