-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 KB
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": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"sb": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test-storybook": "test-storybook",
"chromatic": "npx chromatic --project-token=chpt_7313fcd2b1cd3c7"
},
"dependencies": {
"@nuxt/ui": "^3.0.2",
"@pinia/nuxt": "^0.11.0",
"nuxt": "^3.16.2",
"pinia": "^3.0.2",
"reka-ui": "^2.2.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.6",
"@nuxtjs/storybook": "^8.3.3",
"@storybook/addon-essentials": "^8.6.12",
"@storybook/addon-interactions": "^8.6.12",
"@storybook/blocks": "^8.6.12",
"@storybook/experimental-addon-test": "^8.6.12",
"@storybook/manager-api": "^8.6.12",
"@storybook/test": "^8.6.12",
"@storybook/test-runner": "^0.22.0",
"@storybook/theming": "^8.6.12",
"@storybook/vue3": "^8.6.12",
"@vitest/browser": "^3.1.2",
"@vitest/coverage-v8": "^3.1.2",
"playwright": "^1.52.0",
"prettier": "^3.5.3",
"sass": "^1.86.3",
"storybook": "^8.6.12",
"storybook-dark-mode": "^4.0.2",
"vitest": "^3.1.2"
}
}