-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 890 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 890 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
30
31
32
33
34
35
36
{
"name": "basis-devconnect",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev -p 3006",
"format": "prettier --write .",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"test": "bun test",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@basis/schema": "github:biszdevelopers/basis-schema#v0.1.0",
"@iconify-json/lucide": "^1.2.123",
"@nuxt/ui": "^4.10.0",
"nuxt": "^4.5.2",
"nuxt-auth-utils": "^0.5.30",
"openid-client": "^6.8.7",
"pg": "^8.22.0",
"tailwindcss": "^4.3.3",
"vue": "^3.5.41",
"zod": "^4.4.3"
},
"devDependencies": {
"@nuxt/eslint": "^1.17.0",
"@types/bun": "latest",
"@types/pg": "^8.15.6",
"eslint": "^10.8.1",
"prettier": "^3.9.6",
"typescript": "^6.0.3",
"vue-tsc": "^3.3.10"
}
}