-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
143 lines (143 loc) · 5 KB
/
package.json
File metadata and controls
143 lines (143 loc) · 5 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "llm-x",
"description": "LLM-X! An app for people to talk to Ollama, LM Studio, Automatic 1111, Gemini nano and more!",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "cross-env DEBUG=vite-plugin-pwa SW_DEV=true vite --force",
"build": "SW=true vite build",
"chrome:dev": "cross-env PLATFORM=chrome vite --force",
"chrome:dev:watch": "cross-env PLATFORM=chrome vite build --watch --mode development",
"chrome:build": "rm -rf environments/chrome/dist; cross-env PLATFORM=chrome SW=true vite build",
"prepare:chrome": "yarn tsx scripts/prepare-chrome.mts",
"build_dev": "lint; SW=true vite build",
"lint": "tsc; eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 public/logo.svg",
"prepare": "husky install",
"android:dev": "adb reverse tcp:5173 tcp:5173",
"coverage": "vitest run --coverage",
"test": "vitest",
"test:ui": "vitest --ui",
"test:watch": "concurrently 'vitest' 'vite build --watch'",
"check-deps": "npx depcruise src --include-only \"^src\" --output-type err",
"check-circular-deps": "npx madge --circular --extensions ts .",
"view-bundles": "vite-bundle-visualizer",
"view-deps": "npx depcruise src --include-only \"^src\" --output-type dot \"$@\" | dot -T svg > dependency-graph.svg && open dependency-graph.svg"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,css,md,html,json}": [
"yarn prettier --write"
]
},
"dependencies": {
"@heroui/react": "2.6.14",
"@langchain/community": "^0.3.50",
"@langchain/core": "^0.3.68",
"@langchain/ollama": "^0.2.3",
"@langchain/openai": "^0.6.6",
"@paralleldrive/cuid2": "^2.2.2",
"axios": "^1.6.8",
"camelcase-keys": "^9.1.3",
"comlink": "^4.4.1",
"framer-motion": "^12.12.1",
"gh-pages": "^6.1.1",
"highlight.js": "^11.9.0",
"kbar": "patch:kbar@npm%3A0.1.0-beta.45#~/.yarn/patches/kbar-npm-0.1.0-beta.45-790a9a69bc.patch",
"langchain": "^0.3.30",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"mobx-react-observer": "^1.1.0",
"moment": "^2.30.1",
"mst-persist": "^0.1.4",
"ollama": "^0.5.17",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.0",
"react-markdown": "^9.0.3",
"react-router-dom": "^6.28.0",
"react-scrollable-feed": "^2.0.2",
"react-text-to-speech": "^0.16.1",
"react-textarea-autosize": "^8.5.3",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.17",
"tinykeys": "^3.0.0",
"use-media": "^1.5.0",
"vite-tsconfig-paths": "^5.1.3",
"yet-another-react-lightbox": "^3.17.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@anatine/zod-mock": "^3.13.5",
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.42.1",
"@rollup/plugin-replace": "^5.0.5",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/chrome": "^0.0.280",
"@types/dot": "^1",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.24",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/webextension-polyfill": "^0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "3.0.5",
"@vitest/ui": "^1.3.1",
"@vitest/web-worker": "^3.0.5",
"autoprefixer": "^10.4.18",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"daisyui": "^4.12.23",
"dependency-cruiser": "^16.6.0",
"dot": "^1.1.3",
"eslint": "^8.57.0",
"eslint-config-react": "^1.1.7",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"fishery": "^2.2.3",
"husky": "^9.1.7",
"jsdom": "^26.0.0",
"lint-staged": ">=10",
"load-json-file": "^7.0.1",
"msw": "^2.7.0",
"playwright": "^1.42.1",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tsx": "^4.20.3",
"typescript": "^5.2.2",
"vite": "^6.0.1",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-comlink": "^5.1.0",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-remove-console": "^2.2.0",
"vite-plugin-web-extension": "^4.4.5",
"vitest": "^3.0.5",
"vitest-localstorage-mock": "^0.1.2",
"vitest-matchmedia-mock": "^2.0.1",
"webextension-polyfill": "^0.12.0",
"zip-a-folder": "^3.1.9"
},
"engines": {
"node": ">=21.0.0",
"yarn": ">=4.0.0"
},
"packageManager": "yarn@4.1.1"
}