-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
141 lines (141 loc) · 4.96 KB
/
package.json
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
{
"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 TARGET=chrome vite --force",
"chrome:dev:watch": "cross-env TARGET=chrome vite build --watch --mode development",
"chrome:build": "rm -rf environments/chrome/dist; cross-env TARGET=chrome SW=true vite build",
"firefox:dev": "cross-env TARGET=firefox vite --force",
"firefox:dev:watch": "cross-env TARGET=firefox vite build --watch --mode development",
"firefox:build": "cross-env TARGET=firefox SW=true vite build",
"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}": [
"npx prettier --write"
]
},
"dependencies": {
"@heroui/react": "2.6.14",
"@langchain/community": "^0.3.17",
"@langchain/core": "^0.3.20",
"@langchain/ollama": "^0.1.2",
"@langchain/openai": "^0.3.14",
"@paralleldrive/cuid2": "^2.2.2",
"axios": "^1.6.8",
"camelcase-keys": "^9.1.3",
"comlink": "^4.4.1",
"framer-motion": "^11.0.28",
"gh-pages": "^6.1.1",
"highlight.js": "^11.9.0",
"kbar": "^0.1.0-beta.45",
"langchain": "^0.3.6",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"moment": "^2.30.1",
"mst-persist": "^0.1.4",
"ollama": "^0.5.0",
"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",
"msw": "^2.7.0",
"playwright": "^1.42.1",
"postcss": "^8.4.34",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"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.3.1",
"vitest": "^3.0.5",
"vitest-localstorage-mock": "^0.1.2",
"vitest-matchmedia-mock": "^2.0.1",
"webextension-polyfill": "^0.12.0"
},
"engines": {
"node": ">=21.0.0",
"yarn": ">=4.0.0"
},
"packageManager": "[email protected]"
}