-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.46 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
{
"$schema": "https://json.schemastore.org/package",
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:report": "eslint --output-file=eslint_report.json --format json ."
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@nuxt/devtools": "^3.2.4",
"@nuxt/eslint": "^1.16.0",
"@nuxtjs/robots": "^6.1.2",
"@nuxtjs/sitemap": "8.2.2",
"@nuxtjs/tailwindcss": "^6.14.0",
"eslint": "^10.6.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-vue": "^10.9.2",
"globals": "^17.7.0",
"nuxt": "^4.4.8",
"nuxt-posthog": "^1.6.3",
"nuxt-schema-org": "^6.2.3",
"prettier": "^3.9.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"typescript-eslint": "^8.62.1",
"vue": "^3.5.39",
"vue-router": "^4.6.4"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.3.0",
"@fortawesome/free-brands-svg-icons": "^7.3.0",
"@fortawesome/free-solid-svg-icons": "^7.3.0",
"@fortawesome/vue-fontawesome": "^3.3.0",
"@vueuse/core": "^14.3.0",
"@vueuse/nuxt": "^14.3.0",
"posthog-js": "^1.396.2"
},
"packageManager": "pnpm@11.9.0",
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
}