-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.72 KB
/
Copy pathpackage.json
File metadata and controls
96 lines (96 loc) · 2.72 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "powerline-studio",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vp dev",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vp preview",
"test:unit": "vp test",
"test:e2e": "playwright test",
"build-only": "vp build",
"build:ssg": "vite-ssg build",
"dev:server": "WITH_NITRO=true vp dev",
"build:server": "WITH_NITRO=true vp build",
"type-check": "vue-tsc --build",
"lint": "run-s lint:*",
"lint:oxlint": "vp lint . --fix",
"lint:eslint": "eslint . --fix --cache",
"format": "vp fmt src/",
"prepare": "vp config"
},
"dependencies": {
"@formkit/auto-animate": "^0.9.0",
"@formwerk/core": "^0.14.4",
"@lucide/vue": "^1.11.0",
"@owloops/claude-powerline": "^1.29.0",
"@tailwindcss/vite": "^4.2.4",
"@unhead/vue": "^2.1.13",
"@vueuse/core": "^14.2.1",
"@vueuse/integrations": "^14.2.1",
"ansi_up": "^6.0.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cssstudio": "^0.5.0",
"lucide-vue-next": "^1.0.0",
"motion-plus-vue": "^1.8.1",
"motion-v": "^2.2.1",
"pinia": "^3.0.4",
"reka-ui": "^2.9.6",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.4",
"unplugin-auto-import": "^21.0.0",
"unplugin-icons": "^23.0.1",
"unplugin-vue-components": "^32.0.0",
"vaul-vue": "^0.4.1",
"vite-plugin-vue-layouts-next": "^2.1.0",
"vue": "beta",
"vue-router": "^5.0.6",
"vue-sonner": "^2.0.9",
"zod": "^4.3.6"
},
"devDependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@iconify-json/lucide": "^1.2.104",
"@playwright/test": "^1.59.1",
"@tailwindcss/typography": "^0.5.19",
"@tsconfig/node24": "^24.0.4",
"@types/jsdom": "^28.0.1",
"@types/node": "^24.12.2",
"@vitejs/plugin-vue": "^6.0.6",
"@vitest/eslint-plugin": "^1.6.16",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/test-utils": "^2.4.9",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.2.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-oxlint": "^1.62.0",
"eslint-plugin-playwright": "^2.10.2",
"eslint-plugin-vue": "^10.9.0",
"jiti": "^2.6.1",
"jsdom": "^29.1.0",
"nitro": "3.0.260311-beta",
"npm-run-all2": "^8.0.4",
"shiki": "^4.0.2",
"tw-animate-css": "^1.4.0",
"typescript": "~6.0.3",
"unplugin-fonts": "^2.0.0",
"unplugin-vue-macros": "^2.14.5",
"vite": "npm:@voidzero-dev/vite-plus-core@^0.1.19",
"vite-plugin-vue-devtools": "^8.1.1",
"vite-plus": "latest",
"vite-ssg": "^28.3.0",
"vite-ssg-sitemap": "^0.10.0",
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.19",
"vue-tsc": "^3.2.7"
},
"overrides": {
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vitest": "npm:@voidzero-dev/vite-plus-test@latest"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"packageManager": "[email protected]"
}