-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.1 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "navarro-blog",
"version": "0.0.1",
"description": "The Navarro Blog API is built on high scalability and performance, implementing queues, cache banks, CI/CD jobs, automated code and dependency analysis, and a focus on testing and documentation.",
"main": "./app.vue",
"author": "Victor Navarro",
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "npx @biomejs/biome format --write ./",
"storybook": "storybook dev --port 6006",
"build-storybook": "storybook build",
"tests": "vitest",
"coverage": "vitest run --coverage",
"docker-build": "docker-compose build",
"docker-run": "docker build -t navarroblogfront .",
"docker-up": "docker-compose up",
"docker-clean": "docker-compose down"
},
"dependencies": {
"@biomejs/biome": "^1.8.3",
"@nuxtjs/tailwindcss": "^6.12.1",
"@pinia/nuxt": "^0.5.4",
"@radix-icons/vue": "^1.0.0",
"@testing-library/vue": "^8.1.0",
"@vue/test-utils": "^2.4.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"happy-dom": ">=15.10.1",
"mitt": "^3.0.1",
"nuxt": "^3.13.1",
"pinia": "^2.2.2",
"playwright-core": "^1.47.0",
"radix-vue": "^1.9.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"vitest": "^2.0.5",
"vue": "3.5.3"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@nuxt/icon": "^1.5.1",
"@nuxt/image": "^1.8.0",
"@nuxt/test-utils": "^3.14.1",
"@nuxtjs/robots": "^4.1.6",
"@nuxtjs/storybook": "^8.2.0",
"@storybook-vue/nuxt": "8.2.0",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/manager-api": "^8.2.9",
"@storybook/test": "^8.2.9",
"@storybook/theming": "^8.2.9",
"@storybook/vue3": "^8.2.9",
"@storybook/vue3-vite": "^8.2.9",
"@types/node": "^18.19.50",
"@vitest/coverage-v8": "^2.0.5",
"@vueuse/nuxt": "^11.0.3",
"shadcn-nuxt": "^0.10.4",
"storybook": "^8.2.9"
},
"trustedDependencies": ["@biomejs/biome"]
}