forked from TNG/AI-Playground
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.3 KB
/
Copy pathpackage.json
File metadata and controls
124 lines (124 loc) · 4.3 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "ai-playground",
"private": true,
"version": "3.1.2-beta",
"license": "MIT",
"homepage": "https://github.com/intel/AI-Playground",
"author": {
"name": "Intel Corporation",
"email": "webadmin@linux.intel.com"
},
"scripts": {
"ensure-electron": "node ./build/scripts/ensure-electron.mjs",
"predev": "node ./build/scripts/ensure-electron.mjs",
"dev": "cross-env VITE_DEBUG_TOOLS=\"true\" VITE_PLATFORM_TITLE=\"from Intel®\" AIPG_DEBUGGING_PORT=\"29222\" vite",
"preview": "vite preview",
"fetch-external-resources": "cross-env NODE_USE_ENV_PROXY=1 node --experimental-strip-types ./build/scripts/fetch-external-resources.mts",
"patch-nsis-files": "node --experimental-strip-types ./build/scripts/patch-nsis-template.mts",
"build": "npm run patch-nsis-files && cross-env-shell VITE_PLATFORM_TITLE=\"from Intel®\" \"vue-tsc && vite build && electron-builder --config build/build-config.json --win --x64 --publish never && node --experimental-strip-types ./build/scripts/warn-bundled-wheels.mts\"",
"build:linux": "cross-env-shell VITE_PLATFORM_TITLE=\"from Intel®\" \"vue-tsc && vite build && electron-builder --config build/build-config.json --linux --x64 --publish never && node --experimental-strip-types ./build/scripts/warn-bundled-wheels.mts\"",
"test": "vitest run",
"test:watch": "vitest",
"lint:eslint": "eslint . --fix",
"lint": "eslint . --fix",
"format": "prettier --write .",
"type-check": "vue-tsc --noEmit",
"lint:ci": "eslint .",
"format:ci": "prettier --check .",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@ai-sdk/mcp": "^1.0.52",
"@ai-sdk/openai": "^3.0.74",
"@ai-sdk/openai-compatible": "^2.0.51",
"@ai-sdk/vue": "^3.0.208",
"@google/model-viewer": "^4.3.1",
"@heroicons/vue": "^2.2.0",
"@langchain/classic": "^1.0.36",
"@langchain/community": "^1.1.29",
"@langchain/core": "^1.2.0",
"@langchain/openai": "^1.5.1",
"@modelcontextprotocol/sdk": "^1.29.0",
"@radix-icons/vue": "^1.0.0",
"@vueuse/core": "^14.3.0",
"ai": "6.0.208",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dompurify": "^3.4.11",
"driver.js": "^1.4.0",
"extract-zip": "^2.0.1",
"fs-extra": "^11.3.5",
"get-port": "^7.2.0",
"highlight.js": "^11.11.1",
"koffi": "^3.0.2",
"langchain": "^1.5.0",
"lucide-vue-next": "^1.0.0",
"mammoth": "^1.12.0",
"marked": "^18.0.5",
"marked-highlight": "^2.2.4",
"partysocket": "^1.2.0",
"pdf-parse": "^2.4.5",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"radix-vue": "^1.9.17",
"reka-ui": "^2.10.0",
"remove": "^0.1.5",
"sudo-prompt": "^9.2.1",
"tailwind-merge": "^3.6.0",
"three": "^0.183.0",
"uint8array-extras": "^1.5.0",
"vee-validate": "^5.0.0-beta.1",
"vue": "^3.5.38",
"word-extractor": "^1.0.4",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.1",
"@types/adm-zip": "^0.5.8",
"@types/dompurify": "^3.2.0",
"@types/exif": "^0.6.5",
"@types/minimist": "^1.2.5",
"@types/node": "^24.13.2",
"@vitejs/plugin-vue": "^6.0.7",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.9.0",
"adm-zip": "^0.5.17",
"autoprefixer": "^10.5.0",
"cross-env": "^10.1.0",
"electron": "^42.4.1",
"electron-builder": "^26.15.5",
"electron-builder-squirrel-windows": "^26.15.5",
"eslint": "^10.5.0",
"eslint-plugin-oxlint": "^1.70.0",
"eslint-plugin-vue": "^10.9.2",
"prettier": "^3.8.4",
"tailwindcss": "^4.3.1",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"unplugin-auto-import": "^21.0.0",
"vite": "^8.0.16",
"vite-plugin-electron": "^1.0.4",
"vite-plugin-electron-renderer": "^1.0.0",
"vitest": "^4.1.9",
"vue-tsc": "^3.3.5"
},
"overrides": {
"@napi-rs/canvas": "0.1.100",
"langsmith": "^0.7.1",
"uuid": "^14.0.0",
"@langchain/community": {
"@browserbasehq/stagehand": "^3.4.0",
"openai": "^6.37.0"
},
"@ai-sdk/provider-utils": "^4.0.30"
},
"debug": {
"env": {
"VITE_DEV_SERVER_HOSTNAME": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 25413,
"VITE_DEV_SERVER_URL": "http://127.0.0.1:25413",
"VSCODE_DEBUG": 1
}
},
"main": "dist/main/main.js"
}