-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
43
44
45
46
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "HOST=127.1.3.61 node .output/server/index.mjs"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.3",
"@emailjs/browser": "^3.10.0",
"@nuxtjs/i18n": "8.0.0-beta.9",
"@nuxtjs/sanity": "1.6.0",
"@pinia/nuxt": "^0.4.7",
"@sanity/client": "^4.0.1",
"@sanity/image-url": "^1.0.2",
"@vee-validate/zod": "^4.7.4",
"@vueuse/core": "9.12.0",
"eslint": "^8.35.0",
"nuxt": "^3.2.3",
"nuxt-gtag": "^1.2.1",
"nuxt-icon": "^0.2.11",
"purgecss": "^5.0.0",
"purgecss-from-html": "^5.0.0",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"sitemap": "^7.1.1",
"typescript": "^4.9.5",
"vee-validate": "^4.7.4",
"vue": "^3.2.47",
"vue-tsc": "^1.2.0",
"vue3-lazyload": "^0.3.6",
"webpack": "^5.75.0",
"zod": "^3.20.6"
},
"dependencies": {
"@netlify/functions": "^1.4.0",
"@sendgrid/mail": "^7.7.0",
"node-fetch": "^3.3.1"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
}
}