-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 918 Bytes
/
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/sitemap": "^5.2.0",
"autoprefixer": "^10.4.16",
"nuxt": "^3.8.2",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"vue": "^3.3.8",
"vue-router": "^4.4.0",
"vue3-carousel-nuxt": "^1.1.2"
},
"dependencies": {
"@gtm-support/vue-gtm": "^3.0.1",
"@vueuse/core": "^10.7.2",
"flowbite": "^2.2.0",
"marked": "^14.1.0",
"prismjs": "^1.29.0",
"rehype-add-classes": "^1.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-rehype": "^11.1.0",
"vue-use-active-scroll": "^1.1.1"
},
"resolutions": {
"string-width": "4.2.3"
}
}