-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.41 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
{
"$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": "^9.37.0",
"@nuxt/devtools": "^1.7.0",
"@nuxt/eslint": "^0.7.6",
"@nuxtjs/robots": "^5.5.5",
"@nuxtjs/sitemap": "7.0.0",
"@nuxtjs/tailwindcss": "^6.14.0",
"eslint": "^9.37.0",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-vue": "^9.33.0",
"globals": "^15.15.0",
"nuxt": "^3.19.3",
"nuxt-posthog": "^1.6.3",
"nuxt-schema-org": "^4.1.3",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript-eslint": "^8.46.1",
"vue": "^3.5.22",
"vue-router": "^4.6.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.1.2",
"@vueuse/core": "^12.8.2",
"@vueuse/nuxt": "^12.8.2",
"posthog-js": "^1.275.3"
},
"packageManager": "pnpm@10.23.0"
}