-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "norberg-2023",
"author": "Olle Holmberg",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "^0.5.0",
"@nuxt/image-edge": "^1.0.0-28020728.5df24eb",
"@nuxtjs/prismic": "^3.0.0-rc.4",
"@nuxtjs/tailwindcss": "^6.7.0",
"@types/node": "^18",
"@volar/vue-language-plugin-pug": "^1.6.1",
"animejs": "^3.2.1",
"date-fns": "^2.29.3",
"nuxt": "^3.4.2",
"nuxt-lodash": "^2.4.1",
"nuxt-og-image": "^1.5.9",
"nuxt-purgecss": "^2.0.0",
"nuxt-seo-kit": "^1.3.7",
"sass": "^1.62.1",
"vite-plugin-pug": "^0.3.2"
},
"dependencies": {
"@morev/vue-transitions": "^2.3.6",
"@nuxtjs/device": "^3.1.0",
"@nuxtjs/robots": "^3.0.0",
"@pinia/nuxt": "^0.4.9",
"nuxt-simple-sitemap": "^2.4.13",
"nuxt-swiper": "^1.1.0",
"pinia": "^2.0.35",
"vanilla-marquee": "^1.1.2",
"vue3-marquee": "^3.1.2"
}
}