-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 777 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 777 Bytes
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
{
"name": "vuefes-japan-speakers",
"private": true,
"type": "module",
"scripts": {
"prepare": "vp config"
},
"dependencies": {
"@tailwindcss/vite": "catalog:css",
"@vue/server-renderer": "catalog:vue",
"@vuerend/core": "catalog:vuerend",
"tailwindcss": "catalog:css",
"vue": "catalog:vue"
},
"devDependencies": {
"@types/node": "catalog:typescript",
"@vizejs/vite-plugin": "catalog:vize",
"@vue/test-utils": "catalog:test",
"oxlint": "catalog:vize",
"oxlint-plugin-vize": "catalog:vize",
"playwright": "catalog:test",
"typescript": "catalog:typescript",
"vite": "catalog:vite",
"vite-plus": "catalog:vp",
"vitest": "catalog:vp",
"vize": "catalog:vize"
},
"packageManager": "pnpm@11.1.3"
}