-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
145 lines (145 loc) · 5.29 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
{
"name": "redaktool",
"version": "0.0.0-increment-1.1.8",
"description": "Browser extension, designed for editors and professionals engaged in text-related research, writing, and evaluation tasks.",
"scripts": {
"download-model": "bun run ./scripts/download-model.ts",
"build:styles": "mkdir -p ./dist && cp -R ./css/* ./dist/ && bun tailwindcss -i ./css/style-dark.scss -o ./dist/style-dark.css && bun tailwindcss -i ./css/style-light.scss -o ./dist/style-light.css",
"prebuild": "npm run build:styles",
"copy-transformers": "bun run ./scripts/copy-transformers.ts",
"build": "vite build",
"postbuild": "bun run ./scripts/post-vite-build.ts",
"scrape": "bun run ./scripts/scrape.ts",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"author": "Aron Homberg <[email protected]>",
"license": "MIT",
"dependencies": {
"@ai-sdk/anthropic": "^0.0.49",
"@ai-sdk/google": "^0.0.47",
"@ai-sdk/openai": "^0.0.58",
"@ai-sdk/provider-utils": "^1.0.18",
"@anthropic-ai/sdk": "^0.27.1",
"@anthropic-ai/tokenizer": "0.0.4",
"@codemirror/commands": "^6.6.0",
"@codemirror/lang-liquid": "^6.2.1",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.28.4",
"@crxjs/vite-plugin": "^2.0.0-beta.26",
"@google-cloud/vertexai": "^1.1.0",
"@hookform/resolvers": "^3.3.4",
"@huggingface/transformers": "^3.0.0-alpha.15",
"@milkdown/core": "^7.3.5",
"@milkdown/ctx": "^7.3.5",
"@milkdown/plugin-block": "^7.3.6",
"@milkdown/plugin-clipboard": "^7.3.6",
"@milkdown/plugin-cursor": "^7.3.5",
"@milkdown/plugin-emoji": "^7.3.5",
"@milkdown/plugin-history": "^7.3.5",
"@milkdown/plugin-listener": "^7.3.5",
"@milkdown/plugin-slash": "^7.3.5",
"@milkdown/plugin-tooltip": "^7.3.6",
"@milkdown/preset-commonmark": "^7.3.5",
"@milkdown/preset-gfm": "^7.3.5",
"@milkdown/prose": "^7.3.5",
"@milkdown/react": "^7.3.5",
"@milkdown/theme-nord": "^7.3.5",
"@milkdown/transformer": "^7.3.5",
"@milkdown/utils": "^7.3.6",
"@nanostores/react": "^0.7.1",
"@prosemirror-adapter/react": "^0.2.6",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "1.0.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-table": "^8.20.5",
"@types/dom-webcodecs": "^0.1.11",
"@types/turndown": "^5.0.4",
"@vitejs/plugin-react-swc": "^3.7.0",
"@webcomponents/webcomponentsjs": "^2.8.0",
"ai": "^3.3.28",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"codemirror": "^6.0.1",
"css-selector-generator": "^3.6.7",
"dexie": "^4.0.4",
"embla-carousel-react": "^8.0.0-rc22",
"js-tiktoken": "^1.0.12",
"json5": "^2.2.3",
"kbn-handlebars": "^1.0.0",
"linkedom": "^0.18.3",
"liquidjs": "^10.14.0",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.331.0",
"milkdown-plugin-placeholder": "^0.2.1",
"nanostores": "^0.9.5",
"next-themes": "^0.2.1",
"ollama-ai-provider": "^0.14.0",
"openai-fetch": "2.0.3",
"postcss-import": "^16.0.1",
"postcss-prefix-selector": "^1.16.0",
"react": "^18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.5",
"react-i18next": "^14.1.2",
"react-resizable-panels": "^2.0.19",
"react-style-tag": "^3.0.1",
"remark-directive": "^3.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"sanitize-html": "^2.13.0",
"simply-persist-sync": "^1.1.2",
"sonner": "^1.4.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"tiktoken": "^1.0.15",
"turndown": "^7.2.0",
"turndown-plugin-gfm": "^1.0.2",
"use-debounce": "^10.0.1",
"vaul": "^0.9.0",
"vite": "^5.3.3",
"webextension-polyfill": "^0.10.0",
"zenrows": "^1.3.2",
"zod": "^3.23.8"
},
"type": "module",
"devDependencies": {
"@biomejs/biome": "^1.6.4",
"@xenova/transformers": "^2.17.2",
"@types/bun": "latest",
"@types/chrome": "^0.0.267",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/webextension-polyfill": "^0.10.7",
"autoprefixer": "^10.4.19",
"bun": "^1.1.20",
"conventional-changelog-cli": "^5.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.0.0"
}
}