-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.92 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.92 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
{
"name": "edi-devops",
"version": "1.1.10",
"license": "MIT",
"type": "module",
"description": "The team's single point of access to the essential suite of apps, tools, and documentation for efficiency, effectiveness, and success!",
"homepage": "https://hciedev.laheyhealth.org/devops",
"repository": {
"type": "github",
"url": "git+https://github.com/theflyingape/bilh-edi-devops.git"
},
"engines": {
"node": ">=24 <25"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "nuxt start",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@iconify-json/flat-color-icons": "^1.2.3",
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/lucide": "^1.2.105",
"@iconify-json/simple-icons": "^1.2.80",
"@iconify-json/vscode-icons": "^1.2.47",
"@intersystems/intersystems-iris-native": "^2.0.3",
"@nuxt/content": "^3.13.0",
"@nuxt/eslint": "^1.15.2",
"@nuxt/image": "^2.0.0",
"@nuxt/ui": "^4.7.1",
"@nuxtjs/mdc": "^0.21.1",
"@sidebase/nuxt-auth": "^1.2.0",
"@tailwindcss/postcss": "^4.2.4",
"@tailwindcss/vite": "^4.2.4",
"@vueuse/nuxt": "^14.3.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-image": "^0.9.0",
"@xterm/addon-search": "^0.16.0",
"@xterm/addon-unicode11": "^0.9.0",
"@xterm/addon-webgl": "^0.19.0",
"@xterm/xterm": "^6.0.0",
"better-sqlite3": "^12.9.0",
"html-to-image": "^1.11.13",
"jose": "^6.2.3",
"modern-syslog": "^1.2.0",
"node-pty": "^1.1.0",
"nuxt-file-storage": "^0.3.2",
"nuxt-llms": "^0.2.0",
"tailwindcss": "^4.1.18",
"zod": "^4.4.1"
},
"devDependencies": {
"@types/node": "^25.6.0",
"eslint": "^10.2.1",
"nuxi": "^3.35.1",
"nuxt": "^4.4.2",
"typescript": "^5.9.3"
}
}