Blame Raw
Cohee · 51ad27fb · · 175 lines (5.8 KB)
1 contributor
1{
2 "dependencies": {
3 "@adobe/css-tools": "^4.4.4",
4 "@agnai/sentencepiece-js": "^1.1.1",
5 "@agnai/web-tokenizers": "^0.1.3",
6 "@iconfu/svg-inject": "^1.2.3",
7 "@jimp/core": "^1.6.0",
8 "@jimp/js-bmp": "^1.6.0",
9 "@jimp/js-gif": "^1.6.0",
10 "@jimp/js-tiff": "^1.6.0",
11 "@jimp/plugin-blit": "^1.6.0",
12 "@jimp/plugin-circle": "^1.6.0",
13 "@jimp/plugin-color": "^1.6.0",
14 "@jimp/plugin-contain": "^1.6.0",
15 "@jimp/plugin-cover": "^1.6.0",
16 "@jimp/plugin-crop": "^1.6.0",
17 "@jimp/plugin-displace": "^1.6.0",
18 "@jimp/plugin-fisheye": "^1.6.0",
19 "@jimp/plugin-flip": "^1.6.0",
20 "@jimp/plugin-mask": "^1.6.0",
21 "@jimp/plugin-quantize": "^1.6.0",
22 "@jimp/plugin-resize": "^1.6.0",
23 "@jimp/plugin-rotate": "^1.6.0",
24 "@jimp/plugin-threshold": "^1.6.0",
25 "@jimp/wasm-avif": "^1.6.0",
26 "@jimp/wasm-jpeg": "^1.6.0",
27 "@jimp/wasm-png": "^1.6.0",
28 "@jimp/wasm-webp": "^1.6.0",
29 "@mozilla/readability": "^0.6.0",
30 "@popperjs/core": "^2.11.8",
31 "@zeldafan0225/ai_horde": "^5.2.0",
32 "agent-base": "^7.1.3",
33 "archiver": "^7.0.1",
34 "bing-translate-api": "^4.1.0",
35 "body-parser": "^1.20.2",
36 "bowser": "^2.12.1",
37 "bytes": "^3.1.2",
38 "chalk": "^5.6.0",
39 "chevrotain": "^11.2.0",
40 "command-exists": "^1.2.9",
41 "compression": "^1.8.1",
42 "cookie-parser": "^1.4.6",
43 "cookie-session": "^2.1.1",
44 "cors": "^2.8.5",
45 "crc": "^4.3.2",
46 "csrf-sync": "^4.2.1",
47 "diff-match-patch": "^1.0.5",
48 "dompurify": "^3.4.2",
49 "droll": "^0.2.1",
50 "env-paths": "^3.0.0",
51 "express": "^4.21.0",
52 "fflate": "^0.8.2",
53 "form-data": "^4.0.4",
54 "fuse.js": "^7.1.0",
55 "google-translate-api-x": "^10.7.2",
56 "handlebars": "^4.7.9",
57 "helmet": "^8.1.0",
58 "highlight.js": "^11.11.1",
59 "host-validation-middleware": "^0.1.1",
60 "html-entities": "^2.6.0",
61 "iconv-lite": "^0.6.3",
62 "image-size": "^2.0.2",
63 "ip-matching": "^2.1.2",
64 "ip-regex": "^5.0.0",
65 "ipaddr.js": "^2.2.0",
66 "is-docker": "^3.0.0",
67 "isomorphic-git": "^1.36.3",
68 "js-sha256": "^0.11.1",
69 "localforage": "^1.10.0",
70 "lodash": "^4.18.1",
71 "mime-types": "^3.0.2",
72 "moment": "^2.30.1",
73 "morphdom": "^2.7.7",
74 "multer": "^2.1.1",
75 "node-fetch": "^3.3.2",
76 "node-persist": "^4.0.4",
77 "open": "^10.2.0",
78 "png-chunk-text": "^1.0.0",
79 "png-chunks-extract": "^1.0.0",
80 "proxy-agent": "^6.5.0",
81 "rate-limiter-flexible": "^5.0.5",
82 "response-time": "^2.3.4",
83 "sanitize-filename": "^1.6.3",
84 "seedrandom": "^3.0.5",
85 "showdown": "^2.1.0",
86 "sillytavern-transformers": "2.14.6",
87 "simple-git": "^3.33.0",
88 "slidetoggle": "^4.0.0",
89 "tiktoken": "^1.0.22",
90 "url-join": "^5.0.0",
91 "vectra": "^0.2.2",
92 "wavefile": "^11.0.0",
93 "webpack": "^5.105.4",
94 "write-file-atomic": "^5.0.1",
95 "ws": "^8.18.3",
96 "yaml": "^2.8.3",
97 "yargs": "^17.7.1",
98 "yauzl": "^3.2.1"
99 },
100 "engines": {
101 "node": ">= 20"
102 },
103 "overrides": {
104 "vectra": {
105 "openai": "^4.17.0"
106 },
107 "node-fetch": {
108 "whatwg-url": "^14.0.0"
109 }
110 },
111 "name": "sillytavern",
112 "type": "module",
113 "license": "AGPL-3.0",
114 "repository": {
115 "type": "git",
116 "url": "https://github.com/SillyTavern/SillyTavern.git"
117 },
118 "version": "1.18.0",
119 "scripts": {
120 "init": "node src/server-init.js",
121 "start": "node server.js",
122 "debug": "node --inspect server.js",
123 "start:global": "node server.js --global",
124 "start:electron": "cd ./src/electron && npm run start",
125 "start:deno": "deno run --allow-run --allow-net --allow-read --allow-write --allow-sys --allow-env server.js",
126 "start:bun": "bun server.js",
127 "start:no-csrf": "node server.js --disableCsrf",
128 "lint": "eslint \"src/**/*.js\" \"public/**/*.js\" ./*.js",
129 "lint:fix": "eslint \"src/**/*.js\" \"public/**/*.js\" ./*.js --fix",
130 "plugins:update": "node plugins update",
131 "plugins:install": "node plugins install"
132 },
133 "bin": {
134 "sillytavern": "./src/server-global.js"
135 },
136 "rules": {
137 "no-path-concat": "off",
138 "no-var": "off"
139 },
140 "main": "server.js",
141 "devDependencies": {
142 "@chevrotain/types": "^11.2.0",
143 "@types/archiver": "^6.0.3",
144 "@types/bytes": "^3.1.5",
145 "@types/command-exists": "^1.2.3",
146 "@types/compression": "^1.8.1",
147 "@types/cookie-parser": "^1.4.9",
148 "@types/cookie-session": "^2.0.49",
149 "@types/cors": "^2.8.19",
150 "@types/deno": "^2.3.0",
151 "@types/express": "^4.17.23",
152 "@types/jquery": "^3.5.33",
153 "@types/jquery-cropper": "^1.0.4",
154 "@types/jquery.transit": "^0.9.33",
155 "@types/jqueryui": "^1.12.24",
156 "@types/lodash": "^4.17.24",
157 "@types/mime-types": "^3.0.1",
158 "@types/multer": "^2.1.0",
159 "@types/node": "^18.19.84",
160 "@types/node-persist": "^3.1.8",
161 "@types/png-chunk-text": "^1.0.3",
162 "@types/png-chunks-extract": "^1.0.2",
163 "@types/response-time": "^2.3.9",
164 "@types/select2": "^4.0.63",
165 "@types/toastr": "^2.1.43",
166 "@types/write-file-atomic": "^4.0.3",
167 "@types/yargs": "^17.0.33",
168 "@types/yauzl": "^2.10.3",
169 "eslint": "^8.57.1",
170 "eslint-plugin-jest": "^27.9.0",
171 "eslint-plugin-jsdoc": "^48.10.0",
172 "eslint-plugin-playwright": "^2.3.0",
173 "typescript": "^5.9.3"
174 }
175}