-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.32 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.32 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
{
"name": "librooapp",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "nuxt typecheck",
"test:unit": "vitest run"
},
"dependencies": {
"@effect/platform": "^0.96.0",
"@effect/platform-node": "^0.106.0",
"@iconify-json/lucide": "^1.2.101",
"@iconify-json/simple-icons": "^1.2.76",
"@libsql/client": "^0.17.2",
"@nuxt/hints": "1.0.3",
"@nuxt/image": "2.0.0",
"@nuxt/scripts": "0.13.2",
"@nuxt/ui": "^4.6.1",
"@nuxthub/core": "^0.10.7",
"@pinia/nuxt": "^0.11.3",
"@unhead/vue": "^2.1.12",
"better-auth": "^1.5.6",
"drizzle-orm": "^0.45.2",
"effect": "^3.21.0",
"nuxt": "^4.4.2",
"pinia": "^3.0.4",
"sharp": "^0.34.5",
"vue-qrcode-reader": "^5.7.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@nuxt/eslint": "^1.15.2",
"@nuxt/test-utils": "^4.0.0",
"drizzle-kit": "^0.31.10",
"eslint": "^10.2.0",
"typescript": "^6.0.2",
"vitest": "^4.0.2",
"vue-tsc": "^3.2.6"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}