-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.79 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lintfix": "eslint . --fix && prettier --write --list-different .",
"serve:lhci": "NODE_ENV=production npx serve .output/public"
},
"dependencies": {
"@nuxt/icon": "^1.3.1",
"@nuxt/image": "^1.7.0",
"@nuxtjs/i18n": "9.1.1",
"@nuxtjs/seo": "2.0.0-rc.18",
"nuxt": "^3.12.4",
"vue": "^3.4.21",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.28.0",
"@iconify-json/carbon": "^1.2.15",
"@iconify-json/circle-flags": "^1.2.10",
"@iconify-json/clarity": "^1.2.4",
"@iconify-json/entypo-social": "^1.2.3",
"@iconify-json/ic": "^1.2.4",
"@iconify-json/material-symbols": "^1.2.51",
"@iconify-json/simple-icons": "^1.2.65",
"@iconify-json/solar": "^1.2.5",
"@intlify/message-compiler": "^11.1.3",
"@nuxt/eslint": "^0.3.13",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@stylistic/eslint-plugin": "^4.4.1",
"@types/node": "^22.10.2",
"@types/nodemailer": "^6.4.17",
"autoprefixer": "^10.4.19",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.1",
"eslint-typegen": "^2.2.0",
"nodemailer": "^6.9.16",
"nuxt-nodemailer": "^1.1.2",
"postcss": "^8.4.39",
"prettier": "^3.5.3",
"tailwindcss": "^3.4.6",
"typescript": "5.7.3",
"vue-tsc": "^2.2.10"
},
"packageManager": "pnpm@9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
}