-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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
{
"name": "vigue.me",
"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"
},
"dependencies": {
"@formkit/icons": "^1.6.5",
"@formkit/nuxt": "^1.6.5",
"@heroicons/vue": "^2.1.4",
"@nuxt/fonts": "^0.7.1",
"@nuxt/image": "npm:@acvigue/nuxt-image@^1.7.0",
"@nuxtjs/sitemap": "^5.3.2",
"@ts-ghost/admin-api": "^4.2.1",
"date-fns": "^3.6.0",
"gsap": "npm:@acvigue/gsap@^3.12.5",
"highlight.js": "^11.9.0",
"lenis": "^1.1.5",
"mouse-follower": "^1.1.2",
"nuxt": "^3.12.3",
"nuxt-og-image": "v3.0.0-beta.59",
"split-type": "^0.3.4",
"video.js": "^8.16.1",
"vue": "^3.4.31",
"vue-easy-lightbox": "next",
"vue-matomo": "^4.2.0",
"vue-pdf-embed": "^2.0.4",
"vue-router": "^4.4.0",
"yaml": "^2.4.5"
},
"devDependencies": {
"@nuxt/eslint": "^0.3.13",
"@nuxtjs/tailwindcss": "^6.12.0",
"@types/date-fns": "^2.6.0",
"@types/eslint": "^8.56.10",
"eslint": "^8.57.0",
"nuxt-svgo": "^4.0.1",
"sass": "^1.77.6",
"typescript": "^5.5.3"
},
"packageManager": "[email protected]"
}