2023-10-08 15:38:42 -07:00
|
|
|
{
|
2024-02-19 11:47:37 -08:00
|
|
|
"name": "open-webui",
|
2025-03-05 19:16:59 -08:00
|
|
|
"version": "0.5.20",
|
2023-10-08 15:38:42 -07:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2024-05-18 14:30:42 +08:00
|
|
|
"dev": "npm run pyodide:fetch && vite dev --host",
|
2025-01-13 18:08:17 -08:00
|
|
|
"dev:5050": "npm run pyodide:fetch && vite dev --port 5050",
|
2024-05-18 14:30:42 +08:00
|
|
|
"build": "npm run pyodide:fetch && vite build",
|
2023-10-08 15:38:42 -07:00
|
|
|
"preview": "vite preview",
|
|
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
2024-01-04 13:44:24 -08:00
|
|
|
"lint": "npm run lint:frontend ; npm run lint:types ; npm run lint:backend",
|
|
|
|
"lint:frontend": "eslint . --fix",
|
2023-10-21 22:18:43 -06:00
|
|
|
"lint:types": "npm run check",
|
2024-01-03 14:33:49 -08:00
|
|
|
"lint:backend": "pylint backend/",
|
2024-05-11 17:43:53 +08:00
|
|
|
"format": "prettier --plugin-search-dir --write \"**/*.{js,ts,svelte,css,md,html,json}\"",
|
2024-05-21 21:39:30 -07:00
|
|
|
"format:backend": "black . --exclude \".venv/|/venv/\"",
|
2024-05-11 17:43:53 +08:00
|
|
|
"i18n:parse": "i18next --config i18next-parser.config.ts && prettier --write \"src/lib/i18n/**/*.{js,json}\"",
|
2024-05-10 20:31:17 +08:00
|
|
|
"cy:open": "cypress open",
|
2024-06-12 01:32:22 -07:00
|
|
|
"test:frontend": "vitest --passWithNoTests",
|
2024-05-18 14:30:42 +08:00
|
|
|
"pyodide:fetch": "node scripts/prepare-pyodide.js"
|
2023-10-08 15:38:42 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-05 11:00:30 -04:00
|
|
|
"@sveltejs/adapter-auto": "3.2.2",
|
|
|
|
"@sveltejs/adapter-static": "^3.0.2",
|
|
|
|
"@sveltejs/kit": "^2.5.20",
|
|
|
|
"@sveltejs/vite-plugin-svelte": "^3.1.1",
|
2025-02-05 01:03:40 -08:00
|
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
2025-02-15 19:27:25 -08:00
|
|
|
"@tailwindcss/postcss": "^4.0.0",
|
2024-08-05 11:00:30 -04:00
|
|
|
"@tailwindcss/typography": "^0.5.13",
|
2024-01-03 14:33:49 -08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.17.0",
|
|
|
|
"@typescript-eslint/parser": "^6.17.0",
|
2024-10-05 20:18:58 +02:00
|
|
|
"cypress": "^13.15.0",
|
2024-01-03 14:33:49 -08:00
|
|
|
"eslint": "^8.56.0",
|
2024-08-05 11:00:30 -04:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
|
"eslint-plugin-cypress": "^3.4.0",
|
|
|
|
"eslint-plugin-svelte": "^2.43.0",
|
2024-08-07 17:39:00 +02:00
|
|
|
"i18next-parser": "^9.0.1",
|
2023-10-08 15:38:42 -07:00
|
|
|
"postcss": "^8.4.31",
|
2024-08-05 11:00:30 -04:00
|
|
|
"prettier": "^3.3.3",
|
|
|
|
"prettier-plugin-svelte": "^3.2.6",
|
2024-11-20 22:46:51 -08:00
|
|
|
"sass-embedded": "^1.81.0",
|
2024-08-05 11:00:30 -04:00
|
|
|
"svelte": "^4.2.18",
|
|
|
|
"svelte-check": "^3.8.5",
|
2024-02-22 15:20:48 +01:00
|
|
|
"svelte-confetti": "^1.3.2",
|
2025-02-15 19:27:25 -08:00
|
|
|
"tailwindcss": "^4.0.0",
|
2023-10-08 15:38:42 -07:00
|
|
|
"tslib": "^2.4.1",
|
2024-08-05 11:00:30 -04:00
|
|
|
"typescript": "^5.5.4",
|
2025-01-22 06:16:45 +00:00
|
|
|
"vite": "^5.4.14",
|
2025-02-05 09:25:26 +00:00
|
|
|
"vitest": "^1.6.1"
|
2023-10-08 15:38:42 -07:00
|
|
|
},
|
|
|
|
"type": "module",
|
|
|
|
"dependencies": {
|
2025-02-27 23:12:09 +09:00
|
|
|
"@azure/msal-browser": "^4.5.0",
|
2024-06-10 15:24:26 -07:00
|
|
|
"@codemirror/lang-javascript": "^6.2.2",
|
|
|
|
"@codemirror/lang-python": "^6.1.6",
|
2024-10-05 12:38:09 -07:00
|
|
|
"@codemirror/language-data": "^6.5.1",
|
2024-06-10 15:24:26 -07:00
|
|
|
"@codemirror/theme-one-dark": "^6.1.2",
|
2024-10-23 22:35:12 -07:00
|
|
|
"@huggingface/transformers": "^3.0.0",
|
2024-11-04 01:16:51 -08:00
|
|
|
"@mediapipe/tasks-vision": "^0.10.17",
|
2024-05-16 17:49:28 -10:00
|
|
|
"@pyscript/core": "^0.4.32",
|
2024-08-05 11:00:30 -04:00
|
|
|
"@sveltejs/adapter-node": "^2.0.0",
|
2024-12-31 03:24:05 -08:00
|
|
|
"@sveltejs/svelte-virtual-list": "^3.0.1",
|
2024-11-20 22:46:51 -08:00
|
|
|
"@tiptap/core": "^2.10.0",
|
2024-11-20 22:56:26 -08:00
|
|
|
"@tiptap/extension-code-block-lowlight": "^2.10.0",
|
2024-11-20 22:46:51 -08:00
|
|
|
"@tiptap/extension-highlight": "^2.10.0",
|
|
|
|
"@tiptap/extension-placeholder": "^2.10.0",
|
|
|
|
"@tiptap/extension-typography": "^2.10.0",
|
|
|
|
"@tiptap/pm": "^2.10.0",
|
|
|
|
"@tiptap/starter-kit": "^2.10.0",
|
2024-09-14 23:30:56 +01:00
|
|
|
"@xyflow/svelte": "^0.1.19",
|
2024-01-06 12:10:41 +02:00
|
|
|
"async": "^3.2.5",
|
2024-03-16 01:57:26 -07:00
|
|
|
"bits-ui": "^0.19.7",
|
2024-06-10 14:49:03 -07:00
|
|
|
"codemirror": "^6.0.1",
|
2024-12-30 02:20:09 -08:00
|
|
|
"codemirror-lang-hcl": "^0.0.0-beta.2",
|
2024-06-17 01:42:04 -07:00
|
|
|
"crc-32": "^1.2.2",
|
2024-01-05 20:59:56 -08:00
|
|
|
"dayjs": "^1.11.10",
|
2024-08-15 00:08:15 +02:00
|
|
|
"dompurify": "^3.1.6",
|
2024-04-30 20:42:55 +01:00
|
|
|
"eventsource-parser": "^1.1.2",
|
2023-10-18 22:57:55 -07:00
|
|
|
"file-saver": "^2.0.5",
|
2024-08-01 22:47:53 +02:00
|
|
|
"fuse.js": "^7.0.0",
|
2023-10-16 01:27:26 -07:00
|
|
|
"highlight.js": "^11.9.0",
|
2025-03-15 17:11:14 +00:00
|
|
|
"html2canvas-pro": "^1.5.8",
|
2024-03-01 08:10:36 +03:30
|
|
|
"i18next": "^23.10.0",
|
|
|
|
"i18next-browser-languagedetector": "^7.2.0",
|
|
|
|
"i18next-resources-to-backend": "^1.2.0",
|
2023-10-16 01:27:26 -07:00
|
|
|
"idb": "^7.1.1",
|
2023-11-05 13:25:23 -08:00
|
|
|
"js-sha256": "^0.10.1",
|
2025-02-27 03:54:16 -08:00
|
|
|
"jspdf": "^3.0.0",
|
2025-01-17 21:34:21 +00:00
|
|
|
"katex": "^0.16.21",
|
2025-02-08 02:34:30 -08:00
|
|
|
"kokoro-js": "^1.1.1",
|
2023-10-08 15:38:42 -07:00
|
|
|
"marked": "^9.1.0",
|
2024-10-22 18:23:33 +00:00
|
|
|
"mermaid": "^10.9.3",
|
2024-09-21 03:33:06 +02:00
|
|
|
"paneforge": "^0.0.6",
|
2024-10-06 12:51:29 -07:00
|
|
|
"panzoom": "^9.4.3",
|
2024-10-18 14:55:39 -07:00
|
|
|
"prosemirror-commands": "^1.6.0",
|
|
|
|
"prosemirror-example-setup": "^1.2.3",
|
|
|
|
"prosemirror-history": "^1.4.1",
|
|
|
|
"prosemirror-keymap": "^1.2.2",
|
|
|
|
"prosemirror-markdown": "^1.13.1",
|
|
|
|
"prosemirror-model": "^1.23.0",
|
|
|
|
"prosemirror-schema-basic": "^1.2.3",
|
|
|
|
"prosemirror-schema-list": "^1.4.1",
|
|
|
|
"prosemirror-state": "^1.4.3",
|
|
|
|
"prosemirror-view": "^1.34.3",
|
2025-03-15 02:04:18 +00:00
|
|
|
"pyodide": "^0.27.3",
|
2024-06-17 14:26:10 -07:00
|
|
|
"socket.io-client": "^4.2.0",
|
2024-05-31 13:11:04 -07:00
|
|
|
"sortablejs": "^1.15.2",
|
2024-03-01 10:18:07 +01:00
|
|
|
"svelte-sonner": "^0.3.19",
|
2023-12-14 14:24:56 -08:00
|
|
|
"tippy.js": "^6.3.7",
|
2024-06-17 02:26:07 -07:00
|
|
|
"turndown": "^7.2.0",
|
2025-02-20 16:40:11 +08:00
|
|
|
"undici": "^7.3.0",
|
2025-02-08 02:34:30 -08:00
|
|
|
"uuid": "^9.0.1",
|
|
|
|
"vite-plugin-static-copy": "^2.2.0"
|
2024-08-05 11:00:30 -04:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-10-05 22:01:35 +02:00
|
|
|
"node": ">=18.13.0 <=22.x.x",
|
2024-08-05 11:00:30 -04:00
|
|
|
"npm": ">=6.0.0"
|
2023-10-08 15:38:42 -07:00
|
|
|
}
|
2024-09-26 04:11:13 +02:00
|
|
|
}
|