-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "nuxt-app",
"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": {
"@iconify-json/basil": "^1.2.1",
"@iconify-json/hugeicons": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@nuxtjs/cloudinary": "^3.1.1",
"@nuxtjs/web-vitals": "^0.2.7",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.0.14",
"@vueuse/motion": "^2.2.6",
"nuxt": "^3.13.2",
"nuxt-delay-hydration": "^1.3.8",
"vue": "latest",
"vue-router": "latest",
"vue-social-sharing": "^4.0.0-alpha4",
"vue-use-active-scroll": "^1.1.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@nuxt/content": "^2.13.4",
"@nuxt/eslint": "^0.6.0",
"@nuxt/fonts": "^0.10.1",
"@nuxt/image": "npm:@nuxt/image-nightly@latest",
"@nuxt/scripts": "^0.9.5",
"@nuxt/ui": "^2.18.7",
"@nuxthq/studio": "^2.1.1",
"@nuxtjs/seo": "^2.0.0-rc.23",
"@tailwindcss/typography": "^0.5.15",
"eslint": "^9.12.0",
"eslint-plugin-format": "^0.1.2",
"lite-youtube-embed": "^0.3.3"
}
}