-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.67 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.67 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "mesh-magic",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky",
"start": "bun preview"
},
"dependencies": {
"@hugeicons/core-free-icons": "^3.1.1",
"@hugeicons/vue": "^1.0.4",
"@nuxt/eslint": "1.12.1",
"@nuxt/fonts": "0.12.1",
"@nuxt/hints": "1.0.0-alpha.5",
"@nuxtjs/robots": "5.6.7",
"@nuxtjs/sitemap": "7.5.2",
"@vueuse/core": "^14.1.0",
"@vueuse/nuxt": "14.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "^9.0.0",
"html-to-image": "^1.11.13",
"lz-string": "^1.5.0",
"nuxt": "^4.3.0",
"nuxt-booster": "^3.3.2",
"nuxt-link-checker": "4.3.9",
"nuxt-seo-utils": "7.0.19",
"reka-ui": "^2.7.0",
"shadcn-nuxt": "2.4.3",
"tailwind-merge": "^3.4.0",
"v-gsap-nuxt": "1.4.4",
"vue": "^3.5.26",
"vue-router": "^4.6.4",
"vue-sonner": "^2.0.9"
},
"devDependencies": {
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@nuxt/test-utils": "^3.21.0",
"@nuxtjs/color-mode": "^4.0.0",
"@tailwindcss/vite": "^4.1.18",
"@vue/test-utils": "^2.4.6",
"eslint-plugin-prettier": "^5.5.4",
"happy-dom": "^20.0.11",
"husky": "^9.1.7",
"playwright-core": "^1.57.0",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"vitest": "^4.0.16"
},
"overrides": {
"estree-walker": "2.0.2"
}
}