-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.33 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
{
"name": "frontend",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --clear",
"generate": "buf generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"check": "nuxi typecheck",
"test": "vitest",
"test:run": "vitest run",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@bufbuild/buf": "^1.59.0",
"@bufbuild/protobuf": "^2.10.0",
"@bufbuild/protoc-gen-es": "^2.10.0",
"@clerk/nuxt": "^1.13.13",
"@connectrpc/connect": "^2.1.1",
"@connectrpc/connect-node": "^2.1.1",
"@connectrpc/connect-web": "^2.1.1",
"@nuxtjs/color-mode": "^4.0.0",
"@tailwindcss/vite": "^4.1.18",
"@vueuse/core": "^14.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.563.0",
"nuxt": "^4.3.0",
"reka-ui": "^2.8.0",
"shadcn-nuxt": "^2.4.3",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"vue": "^3.5.22",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@nuxt/eslint": "^1.14.0",
"@nuxt/test-utils": "^4.0.0",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/test-utils": "^2.4.6",
"eslint": "^10.0.0",
"happy-dom": "^20.5.1",
"tailwindcss": "^4.1.18",
"unplugin-auto-import": "^21.0.0",
"vitest": "^4.0.18"
}
}