-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.53 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.53 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
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"serve": "nuxt dev",
"dev": "nuxt dev",
"generate": "nuxt generate",
"start": "nuxt start",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@gtm-support/vue-gtm": "^2.2.0",
"@headlessui/vue": "^1.7.19",
"@heroicons/vue": "^2.1.3",
"@nuxt-modules/compression": "^0.1.0",
"@pinia/nuxt": "^0.4.11",
"@vueuse/core": "^9.13.0",
"contentful": "^9.3.6",
"dayjs": "^1.11.10",
"notiwind": "^2.0.2",
"pinia": "^2.1.7",
"swiper": "^9.4.1",
"tailwind-variants": "^0.1.20",
"vanilla-cookieconsent": "^2.9.2",
"vee-validate": "^4.12.6",
"vite-plugin-compression": "^0.5.1",
"vue": "^3.4.21",
"yup": "^1.4.0"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@kevinmarrec/nuxt-pwa": "^0.17.0",
"@nuxt/content": "^2.12.1",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/image-edge": "1.0.0-28004510.a0dc8e8",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/fontaine": "^0.2.5",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/i18n": "8.0.0-beta.10",
"@nuxtjs/sitemap": "^5.1.2",
"@nuxtjs/tailwindcss": "^6.11.4",
"@nuxtjs/web-vitals": "^0.2.6",
"@sentry/tracing": "^7.109.0",
"@sentry/vue": "^7.109.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.12",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vueuse/nuxt": "^9.13.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"nuxt": "^3.11.1",
"nuxt-icon": "^0.2.11",
"nuxt-simple-robots": "^2.3.0",
"nuxt-simple-sitemap": "^2.7.0",
"postcss": "^8.4.38",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.1",
"postcss-nesting": "^10.2.0",
"postcss-preset-env": "^7.8.3",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"vue-loader": "^17.4.2",
"vue-tsc": "^1.8.27"
}
}