-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.84 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "bun lint:eslint && bun lint:prettier",
"lint:eslint": "eslint .",
"lint:prettier": "prettier . --check",
"lintfix": "eslint . --fix && prettier --write --list-different ."
},
"devDependencies": {
"@iconify-json/circle-flags": "^1.2.1",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/heroicons-solid": "^1.2.0",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/lucide": "1.2.14",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/solar": "^1.2.1",
"@nuxt/devtools": "1.6.0",
"@nuxt/eslint": "^0.6.1",
"@nuxt/fonts": "^0.10.2",
"@nuxt/icon": "^1.7.4",
"@nuxtjs/html-validator": "^1.8.2",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"nuxt": "^3.14.159",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"sharp": "^0.33.5",
"typescript": "^5.6.3"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@nuxt/content": "^2.13.4",
"@nuxt/image": "1.8.1",
"@nuxt/ui": "2.19.2",
"@nuxthq/studio": "2.2.1",
"@nuxtjs/fontaine": "^0.4.4",
"@nuxtjs/i18n": "^9.0.0",
"@nuxtjs/mdc": "^0.9.2",
"@nuxtjs/sitemap": "^6.1.5",
"@pinia/nuxt": "^0.7.0",
"@vercel/analytics": "^1.4.0",
"@vueuse/core": "^11.2.0",
"@vueuse/motion": "^2.2.6",
"@vueuse/nuxt": "^11.2.0",
"embla-carousel-auto-height": "^8.3.1",
"embla-carousel-vue": "^8.3.1",
"embla-carousel-wheel-gestures": "^8.0.1",
"ipad-cursor": "^0.5.2",
"nuxt-delay-hydration": "^1.3.8",
"nuxt-svgo": "^4.0.8",
"vue-use-fixed-header": "^2.0.3"
}
}