-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.08 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
{
"private": true,
"scripts": {
"generate-images": "node scripts/generate-image-list.js",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@dargmuesli/nuxt-cookie-control": "^8.4.5",
"@gtm-support/vue-gtm": "^2.0.0",
"@nuxt/content": "^3.6.1",
"@nuxt/fonts": "^0.11.4",
"@nuxt/image": "1.2.0",
"@nuxtjs/device": "^3.1.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@types/webpack-env": "^1.18.1",
"autoprefixer": "^10.4.14",
"ipx": "^3.0.1",
"nuxi": "^3.25.1",
"nuxt": "^3.17.5",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"vue-i18n": "^10"
},
"dependencies": {
"@nuxtjs/robots": "^3.0.0",
"@vercel/analytics": "^1.2.2",
"@yeger/vue-masonry-wall": "5.0.10",
"better-sqlite3": "^11.10.0",
"nuxt-facebook-pixel-module": "^1.6.0",
"vue": "^3.5.17",
"vue-final-modal": "^4.4.2",
"vue-gtag-next": "^1.14.0",
"vue3-smooth-scroll": "^0.8.1",
"vuedraggable": "^4.1.0"
}
}