-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.04 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
{
"name": "vuefes-japan-speakers",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/heroicons-solid": "catalog:icon",
"@nuxt/ui": "catalog:nuxt",
"nuxt": "catalog:nuxt",
"tailwindcss": "catalog:css",
"vue": "catalog:vue",
"vue-router": "catalog:vue"
},
"devDependencies": {
"@iconify-json/lucide": "catalog:icon",
"@nuxt/eslint": "catalog:test",
"@nuxt/eslint-config": "catalog:test",
"@nuxt/test-utils": "catalog:test",
"@nuxthub/core": "catalog:cloudflare",
"@vue/test-utils": "catalog:test",
"eslint": "catalog:test",
"happy-dom": "catalog:test",
"vitest": "catalog:test",
"vue-tsc": "catalog:typescript",
"wrangler": "catalog:cloudflare"
},
"packageManager": "pnpm@10.18.3"
}