-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.39 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.39 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
57
58
59
60
61
{
"name": "breeze-nuxt",
"description": "An application / authentication starter kit frontend in Nuxt for Laravel Breeze.",
"keywords": [
"nuxt",
"nuxtjs",
"laravel",
"breeze",
"starter",
"kit",
"sanctum"
],
"private": true,
"type": "module",
"homepage": "https://github.com/manchenkoff/breeze-nuxt",
"license": "MIT",
"author": {
"name": "Artem Manchenkov",
"email": "artem@manchenkoff.me",
"url": "https://manchenkoff.me"
},
"repository": {
"type": "git",
"url": "github:manchenkoff/breeze-nuxt"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@nuxt/devtools": "^2.7.0",
"@nuxt/eslint": "^1.12.1",
"eslint": "^9.39.2",
"nuxt": "^4.2.2",
"nuxt-auth-sanctum": "^2.1.0",
"nuxt-laravel-echo": "^0.2.12",
"nuxt-sanctum-precognition": "^0.0.15",
"typescript": "^5.9.3",
"vue-tsc": "^2.2.12",
"zod": "^3.25.76"
},
"packageManager": "pnpm@10.26.2",
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild",
"unrs-resolver",
"vue-demi"
]
},
"dependencies": {
"@nuxt/ui": "^4.3.0",
"tailwindcss": "^4.1.18"
}
}