-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.6 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.6 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
{
"name": "@code-zero/dashboard",
"version": "0.4.0",
"type": "module",
"scripts": {
"build": "nuxt build",
"clean": "nuxt cleanup && tsc -b --clean",
"dev": "nuxt dev",
"lint": "oxlint --config ../../tooling/oxc/apps.oxlintrc.json --type-aware --type-check --ignore-pattern \"test/nuxt/components/**\" --ignore-pattern \"test/nuxt/pages/**\" app config modules server test",
"lint:fix": "oxlint --fix --config ../../tooling/oxc/apps.oxlintrc.json --type-aware --type-check --ignore-pattern \"test/nuxt/components/**\" --ignore-pattern \"test/nuxt/pages/**\" app config modules server test",
"prelint": "nuxt prepare",
"prelint:fix": "nuxt prepare",
"start": "node --env-file-if-exists=.env .output/server/index.mjs",
"start:playwright:webserver": "nuxt preview --port 5678",
"pretest": "nuxt prepare",
"test": "vitest run",
"test:browser": "playwright test",
"test:browser:ui": "playwright test --ui",
"test:browser:update": "playwright test --update-snapshots",
"test:nuxt": "nuxt prepare && vitest run --project nuxt",
"test:unit": "nuxt prepare && vitest run --project unit",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@better-auth/infra": "^0.4.0",
"@code-zero/api": "workspace:*",
"@code-zero/auth": "workspace:*",
"@code-zero/build-env": "workspace:*",
"@code-zero/i18n": "workspace:*",
"@code-zero/mail": "workspace:*",
"@code-zero/shared": "workspace:*",
"@octopi-ai/better-enrollment": "^0.4.0",
"@onmax/nuxt-better-auth": "^0.1.2",
"@orpc/client": "2.0.0-beta.26",
"@orpc/evlog": "2.0.0-beta.26",
"@orpc/openapi": "2.0.0-beta.26",
"@orpc/server": "2.0.0-beta.26",
"@orpc/tanstack-query": "2.0.0-beta.26",
"@orpc/zod": "2.0.0-beta.26",
"@tanstack/vue-hotkeys": "^0.10.0",
"@tanstack/vue-query": "^5.101.4",
"@tanstack/vue-table": "^9.1.2",
"better-auth": "^1.6.26",
"evlog": "^2.26.0",
"h3": "^1.15.11",
"nuxt": "^4.5.2",
"vite-hub": "^0.0.3",
"vue": "^3.5.40",
"vue-i18n": "^11.4.8"
},
"devDependencies": {
"@golar/vue": "^0.1.10",
"@iconify-json/lucide": "^1.2.123",
"@nuxt/icon": "^2.5.0",
"@nuxt/test-utils": "4.1.0",
"@nuxtjs/color-mode": "4.0.1",
"@nuxtjs/i18n": "^10.6.0",
"@playwright/test": "^1.62.0",
"@unocss/nuxt": "^66.7.5",
"@unocss/preset-wind4": "^66.7.5",
"@vue/test-utils": "^2.4.6",
"golar": "^0.1.10",
"happy-dom": "^20.0.11",
"oxlint": "^1.44.0",
"oxlint-tsgolint": "^7.0.2001",
"typescript": "^5.9.2",
"unocss": "^66.7.5",
"vite": "^8.2.1",
"vitest": "^4.1.10"
}
}