Merge pull request #408 from ollama-webui/main
rag
Showing
bun.lockb
0 → 100755
File added
This image diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
| ... | ... | @@ -8,22 +8,23 @@ |
| "preview": "vite preview", | ||
| "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", | ||
| "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", | ||
| "lint": "npm run eslint", | ||
| "lint": "npm run lint:frontend ; npm run lint:types ; npm run lint:backend", | ||
| "lint:frontend": "eslint . --fix", | ||
| "lint:types": "npm run check", | ||
| "fmt": "npm run prettier:svelte && npm run prettier", | ||
| "eslint": "npx -p eslint@8 -- eslint .", | ||
| "prettier:svelte": "npx -p prettier@2 -- prettier --plugin-search-dir . --write .", | ||
| "prettier": "npx -p prettier@2 -- prettier --write '**/*.{js,css,md,html,json}'" | ||
| "lint:backend": "pylint backend/", | ||
| "format": "prettier --plugin-search-dir --write '**/*.{js,ts,svelte,css,md,html,json}'", | ||
| "format:backend": "yapf --recursive backend -p -i" | ||
| }, | ||
| "devDependencies": { | ||
| "@sveltejs/adapter-auto": "^2.0.0", | ||
| "@sveltejs/adapter-static": "^2.0.3", | ||
| "@sveltejs/kit": "^1.20.4", | ||
| "@sveltejs/kit": "^1.30.0", | ||
| "@tailwindcss/typography": "^0.5.10", | ||
| "@typescript-eslint/eslint-plugin": "^6.0.0", | ||
| "@typescript-eslint/parser": "^6.0.0", | ||
| "@types/bun": "latest", | ||
| "@typescript-eslint/eslint-plugin": "^6.17.0", | ||
| "@typescript-eslint/parser": "^6.17.0", | ||
| "autoprefixer": "^10.4.16", | ||
| "eslint": "^8.28.0", | ||
| "eslint": "^8.56.0", | ||
| "eslint-config-prettier": "^8.5.0", | ||
| "eslint-plugin-svelte": "^2.30.0", | ||
| "postcss": "^8.4.31", | ||
| ... | ... | @@ -39,6 +40,7 @@ |
| "type": "module", | ||
| "dependencies": { | ||
| "@sveltejs/adapter-node": "^1.3.1", | ||
| "dayjs": "^1.11.10", | ||
| "file-saver": "^2.0.5", | ||
| "highlight.js": "^11.9.0", | ||
| "idb": "^7.1.1", | ||
| ... | ... |
run-ollama-docker.sh
0 → 100644
Please register or sign in to comment