forked from blib-la/captain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
177 lines (177 loc) · 5.94 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"name": "captain",
"version": "1.0.0-alpha.2",
"private": true,
"description": "The Captain of AI",
"license": "AGPL 3.0",
"author": "Gregor Adams <[email protected]>",
"main": "app/background.js",
"scripts": {
"prebuild": "npm run eslint -- --fix",
"build": "nextron build",
"caption:test": "ts-node-esm main/captions/misc.ts",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"dev": "nextron",
"eslint": "eslint \"src/{**/*,*}.{ts,tsx}\"",
"postinstall": "electron-builder install-app-deps",
"ncu": "npx npm-check-updates@latest -u",
"ncu:check": "npx npm-check-updates@latest",
"sort-json": "node scripts/sort-json.mjs",
"spj": "npx sort-package-json@latest",
"test:client": "jest --runInBand --config jest.config.client.ts --verbose",
"pretest:e2e": "nextron build --no-pack",
"test:e2e": "cross-env TEST_ENV=test npx playwright test",
"test:e2e:local": "cross-env TEST_ENV=local npx playwright test",
"test:electron": "jest --runInBand --config jest.config.electron.ts --verbose",
"test:electron:e2e": "cross-env TEST_ENV=local jest --runInBand --config jest.config.electron.e2e.ts --verbose",
"test:shared": "jest --runInBand --config jest.config.shared.ts --verbose",
"toc": "npx markdown-toc README.md -i",
"tsc:noEmit": "tsc --noEmit"
},
"dependencies": {
"electron-context-menu": "3.6.1",
"electron-dl": "3.5.2",
"electron-serve": "1.3.0",
"electron-store": "^8.2.0",
"electron-updater": "^6.1.8",
"onnxruntime-node": "^1.17.0",
"sharp": "0.33.2"
},
"devDependencies": {
"@captn/joy": "^0.21.2",
"@captn/react": "^0.21.0",
"@captn/theme": "^0.21.0",
"@captn/utils": "^0.21.0",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@jest/globals": "^29.7.0",
"@langchain/community": "^0.0.49",
"@langchain/openai": "^0.0.28",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@mdx-js/react": "3.0.1",
"@mui/base": "5.0.0-beta.40",
"@mui/icons-material": "5.15.15",
"@mui/joy": "5.0.0-beta.32",
"@mui/material": "5.15.15",
"@next/mdx": "14.2.1",
"@playwright/test": "^1.43.1",
"@qdrant/js-client-rest": "^1.8.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.4.14",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.2",
"@types/codemirror": "^5.60.15",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.7",
"@types/node-7z": "^2.1.8",
"@types/react": "^18.2.79",
"@types/react-custom-scrollbars": "^4.0.13",
"@types/react-dom": "^18.2.25",
"@types/react-file-icon": "^1.0.4",
"@types/react-window": "^1.8.8",
"@types/sort-json": "^2.0.3",
"@types/supertest": "^6.0.2",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@xenova/transformers": "github:xenova/transformers.js#v3",
"axios": "^1.6.8",
"conventional-changelog-cli": "^4.1.0",
"cross-env": "^7.0.3",
"dayjs": "1.11.10",
"dot-prop": "^8.0.2",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.1",
"electron": "30.0.0",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-typescript": "^3.0.0",
"eslint-config-xo": "^0.44.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"execa": "^8.0.1",
"exifr": "^7.1.3",
"file-type": "^19.0.0",
"framer-motion": "^11.1.1",
"fs-extra": "^11.2.0",
"globby": "14.0.1",
"gray-matter": "^4.0.3",
"husky": "^9.0.11",
"i18next": "23.11.2",
"install": "^0.13.0",
"jest": "^29.7.0",
"jest-config": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-mock": "^29.7.0",
"jest-mock-extended": "^3.0.6",
"jest-ts-webcompat-resolver": "^1.0.0",
"jotai": "2.8.0",
"json5": "^2.2.3",
"langchain": "^0.1.33",
"lodash": "^4.17.21",
"mathjs": "^12.4.1",
"next": "^13.5.6",
"next-i18next": "15.3.0",
"next-transpile-modules": "10.0.1",
"nextron": "^8.15.0",
"node-7z": "^3.0.0",
"node-loader": "^2.0.0",
"npm": "^10.5.2",
"openai": "^4.36.0",
"p-wait-for": "^5.0.2",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^18.2.0",
"react-file-icon": "^1.4.0",
"react-hook-form": "^7.51.3",
"react-i18next": "14.1.0",
"react-markdown": "^9.0.1",
"react-textarea-autosize": "^8.5.3",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"react-zoom-pan-pinch": "^3.4.4",
"remark-gfm": "4.0.0",
"semantic-release": "^22.0.12",
"semver": "^7.6.0",
"sort-json": "^2.0.1",
"swr": "^2.2.5",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "2.6.2",
"type-fest": "4.15.0",
"typescript": "^5.4.5",
"use-debounce": "^10.0.0",
"uuid": "^9.0.1",
"webpack": "^5.91.0",
"winston": "^3.13.0"
},
"optionalDependencies": {
"@swc/core-darwin-arm64": "^1.4.14",
"@swc/core-darwin-x64": "^1.4.14",
"@swc/core-linux-arm-gnueabihf": "^1.4.14",
"@swc/core-linux-arm64-gnu": "^1.4.14",
"@swc/core-linux-arm64-musl": "^1.4.14",
"@swc/core-linux-x64-gnu": "^1.4.14",
"@swc/core-linux-x64-musl": "^1.4.14",
"@swc/core-win32-x64-msvc": "^1.4.14"
}
}