-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
41
42
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"bump": "nuxi upgrade --force",
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@nuxt/image-edge": "^1.0.0-28059208.2abef1b",
"@nuxtjs/i18n": "^8.0.0-beta.12",
"@nuxtjs/tailwindcss": "^6.7.0",
"@types/node": "^18",
"@types/nodemailer": "^6.4.8",
"@vueuse/core": "^10.1.2",
"@vueuse/nuxt": "^10.1.2",
"nuxt": "^3.5.1",
"nuxt-api-party": "^0.11.4",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
},
"dependencies": {
"@nuxtjs/html-validator": "^1.3.1",
"@nuxtjs/robots": "^3.0.0",
"@sendgrid/mail": "^8.1.4",
"copy-to-clipboard": "^3.3.3",
"nodemailer": "^6.9.3",
"nuxt-simple-sitemap": "^2.7.0",
"nuxt-swiper": "^1.1.0",
"qs": "^6.11.2",
"swiper": "9.4.1",
"typed.js": "^2.0.16"
},
"engines": {
"node": "18.x"
}
}