mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(monorepo/server): specify dependencies
This commit is contained in:
parent
5058891af8
commit
4185b2d72a
@ -50,76 +50,43 @@
|
|||||||
"chore:generate-document": "cross-env nodemon ./bin/generate_document.ts 1000",
|
"chore:generate-document": "cross-env nodemon ./bin/generate_document.ts 1000",
|
||||||
"chore:generate-openapi": "tsx bin/generate-openapi.js"
|
"chore:generate-openapi": "tsx bin/generate-openapi.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anthropic-ai/sdk": "0.39.0",
|
|
||||||
"@braintree/sanitize-url": "7.1.1",
|
|
||||||
"@highlightjs/cdn-assets": "11.11.1",
|
"@highlightjs/cdn-assets": "11.11.1",
|
||||||
"@triliumnext/express-partial-content": "1.0.1",
|
|
||||||
"archiver": "7.0.1",
|
|
||||||
"async-mutex": "0.5.0",
|
|
||||||
"autocomplete.js": "0.38.1",
|
"autocomplete.js": "0.38.1",
|
||||||
"axios": "1.8.4",
|
|
||||||
"better-sqlite3": "11.9.1",
|
|
||||||
"boxicons": "2.1.4",
|
"boxicons": "2.1.4",
|
||||||
"chardet": "2.1.0",
|
|
||||||
"cheerio": "1.0.0",
|
|
||||||
"chokidar": "4.0.3",
|
"codemirror": "5.65.19",
|
||||||
"cls-hooked": "4.2.2",
|
"dayjs-plugin-utc": "0.1.2",
|
||||||
"codemirror": "5.65.19",
|
|
||||||
"compression": "1.8.0",
|
|
||||||
"cookie-parser": "1.4.7",
|
|
||||||
"csrf-csrf": "3.1.0",
|
|
||||||
"dayjs": "1.11.13",
|
|
||||||
"dayjs-plugin-utc": "0.1.2",
|
|
||||||
"ejs": "3.1.10",
|
|
||||||
"electron-debug": "4.1.0",
|
"electron-debug": "4.1.0",
|
||||||
"electron-dl": "4.0.0",
|
"electron-dl": "4.0.0",
|
||||||
"electron-squirrel-startup": "1.0.1",
|
"electron-squirrel-startup": "1.0.1",
|
||||||
"electron-window-state": "5.0.3",
|
"escape-html": "1.0.3",
|
||||||
"escape-html": "1.0.3",
|
"fs-extra": "11.3.0",
|
||||||
"express": "4.21.2",
|
|
||||||
"express-openid-connect": "^2.17.1",
|
|
||||||
"express-rate-limit": "7.5.0",
|
|
||||||
"express-session": "1.18.1",
|
|
||||||
"fs-extra": "11.3.0",
|
|
||||||
"helmet": "8.1.0",
|
|
||||||
"html": "1.0.0",
|
|
||||||
"html2plaintext": "2.1.4",
|
"html2plaintext": "2.1.4",
|
||||||
"http-proxy-agent": "7.0.2",
|
"http-proxy-agent": "7.0.2",
|
||||||
"https-proxy-agent": "7.0.6",
|
"https-proxy-agent": "7.0.6",
|
||||||
"i18next": "25.0.0",
|
|
||||||
"i18next-fs-backend": "2.6.0",
|
|
||||||
"image-type": "5.2.0",
|
|
||||||
"ini": "5.0.0",
|
"ini": "5.0.0",
|
||||||
"is-animated": "2.0.2",
|
"is-animated": "2.0.2",
|
||||||
"is-svg": "5.1.0",
|
|
||||||
"jimp": "1.6.0",
|
|
||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"jsdom": "26.1.0",
|
|
||||||
"katex": "0.16.22",
|
"katex": "0.16.22",
|
||||||
"marked": "15.0.8",
|
|
||||||
"mime-types": "3.0.1",
|
"mime-types": "3.0.1",
|
||||||
"multer": "1.4.5-lts.2",
|
|
||||||
"normalize-strings": "1.1.1",
|
"normalize-strings": "1.1.1",
|
||||||
"normalize.css": "8.0.1",
|
"normalize.css": "8.0.1",
|
||||||
"ollama": "0.5.14",
|
|
||||||
"openai": "4.93.0",
|
"sax": "1.4.1",
|
||||||
"rand-token": "1.0.1",
|
|
||||||
"safe-compare": "1.1.4",
|
|
||||||
"sanitize-filename": "1.6.3",
|
"swagger-ui-express": "5.0.1",
|
||||||
"sanitize-html": "2.16.0",
|
|
||||||
"sax": "1.4.1",
|
|
||||||
"serve-favicon": "2.5.0",
|
|
||||||
"session-file-store": "1.5.0",
|
|
||||||
"stream-throttle": "0.1.3",
|
|
||||||
"strip-bom": "5.0.0",
|
|
||||||
"striptags": "3.2.0",
|
|
||||||
"swagger-ui-express": "5.0.1",
|
|
||||||
"time2fa": "^1.3.0",
|
|
||||||
"tmp": "0.2.3",
|
|
||||||
"unescape": "1.0.1",
|
"unescape": "1.0.1",
|
||||||
"ws": "8.18.1",
|
"ws": "8.18.1",
|
||||||
"xml2js": "0.6.2",
|
|
||||||
"yauzl": "3.2.0"
|
"yauzl": "3.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -133,39 +100,26 @@
|
|||||||
"@electron-forge/plugin-auto-unpack-natives": "7.8.0",
|
"@electron-forge/plugin-auto-unpack-natives": "7.8.0",
|
||||||
"@electron/rebuild": "3.7.2",
|
"@electron/rebuild": "3.7.2",
|
||||||
"@playwright/test": "1.51.1",
|
"@playwright/test": "1.51.1",
|
||||||
"@stylistic/eslint-plugin": "4.2.0",
|
"@stylistic/eslint-plugin": "4.2.0",
|
||||||
"@types/archiver": "6.0.3",
|
"@types/compression": "1.7.5",
|
||||||
"@types/better-sqlite3": "7.6.13",
|
|
||||||
"@types/cheerio": "0.22.35",
|
|
||||||
"@types/cls-hooked": "4.3.9",
|
|
||||||
"@types/compression": "1.7.5",
|
|
||||||
"@types/cookie-parser": "1.4.8",
|
|
||||||
"@types/debounce": "1.2.4",
|
|
||||||
"@types/ejs": "3.1.5",
|
|
||||||
"@types/electron-squirrel-startup": "1.0.2",
|
"@types/electron-squirrel-startup": "1.0.2",
|
||||||
"@types/escape-html": "1.0.4",
|
"@types/escape-html": "1.0.4",
|
||||||
"@types/express": "5.0.1",
|
"@types/express": "5.0.1",
|
||||||
"@types/express-session": "1.18.1",
|
"@types/express-session": "1.18.1",
|
||||||
"@types/fs-extra": "11.0.4",
|
"@types/fs-extra": "11.0.4",
|
||||||
"@types/html": "1.0.4",
|
|
||||||
"@types/ini": "4.1.1",
|
"@types/ini": "4.1.1",
|
||||||
"@types/js-yaml": "4.0.9",
|
"@types/js-yaml": "4.0.9",
|
||||||
"@types/jsdom": "21.1.7",
|
|
||||||
"@types/mime-types": "2.1.4",
|
"@types/mime-types": "2.1.4",
|
||||||
"@types/multer": "1.4.12",
|
|
||||||
"@types/node": "22.14.1",
|
"@types/node": "22.14.1",
|
||||||
"@types/safe-compare": "1.1.2",
|
|
||||||
"@types/sanitize-html": "2.15.0",
|
"@types/sanitize-html": "2.15.0",
|
||||||
"@types/sax": "1.2.7",
|
"@types/sax": "1.2.7",
|
||||||
"@types/serve-favicon": "2.5.7",
|
"@types/serve-favicon": "2.5.7",
|
||||||
"@types/session-file-store": "1.2.5",
|
"@types/session-file-store": "1.2.5",
|
||||||
"@types/stream-throttle": "0.1.4",
|
"@types/stream-throttle": "0.1.4",
|
||||||
"@types/supertest": "6.0.3",
|
|
||||||
"@types/swagger-ui-express": "4.1.8",
|
|
||||||
"@types/tmp": "0.2.6",
|
"@types/tmp": "0.2.6",
|
||||||
"@types/turndown": "5.0.5",
|
"@types/turndown": "5.0.5",
|
||||||
"@types/ws": "8.18.1",
|
"@types/ws": "8.18.1",
|
||||||
"@types/xml2js": "0.4.14",
|
|
||||||
"@types/yargs": "17.0.33",
|
"@types/yargs": "17.0.33",
|
||||||
"@vitest/coverage-v8": "3.1.1",
|
"@vitest/coverage-v8": "3.1.1",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
@ -179,9 +133,7 @@
|
|||||||
"lorem-ipsum": "2.0.8",
|
"lorem-ipsum": "2.0.8",
|
||||||
"nodemon": "3.1.9",
|
"nodemon": "3.1.9",
|
||||||
"rcedit": "4.0.1",
|
"rcedit": "4.0.1",
|
||||||
"rimraf": "6.0.1",
|
"rimraf": "6.0.1",
|
||||||
"supertest": "7.1.0",
|
|
||||||
"swagger-jsdoc": "6.2.8",
|
|
||||||
"tslib": "2.8.1",
|
"tslib": "2.8.1",
|
||||||
"typedoc": "0.28.2",
|
"typedoc": "0.28.2",
|
||||||
"typedoc-plugin-missing-exports": "4.0.0"
|
"typedoc-plugin-missing-exports": "4.0.0"
|
||||||
|
@ -58,8 +58,7 @@
|
|||||||
"ts-loader": "9.5.2",
|
"ts-loader": "9.5.2",
|
||||||
"tsx": "4.19.3",
|
"tsx": "4.19.3",
|
||||||
"vanilla-js-wheel-zoom": "9.0.4",
|
"vanilla-js-wheel-zoom": "9.0.4",
|
||||||
"webpack-cli": "6.0.1",
|
"webpack-cli": "6.0.1",
|
||||||
"webpack-dev-middleware": "7.4.2",
|
|
||||||
"webpack": "5.99.5",
|
"webpack": "5.99.5",
|
||||||
"sass": "1.86.3",
|
"sass": "1.86.3",
|
||||||
"sass-loader": "16.0.5",
|
"sass-loader": "16.0.5",
|
||||||
|
@ -21,9 +21,77 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build:ts": "tsc"
|
"build:ts": "tsc"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"dependencies": {
|
||||||
|
"express": "4.21.2",
|
||||||
|
"express-openid-connect": "^2.17.1",
|
||||||
|
"express-rate-limit": "7.5.0",
|
||||||
|
"express-session": "1.18.1",
|
||||||
|
"serve-favicon": "2.5.0",
|
||||||
|
"cookie-parser": "1.4.7",
|
||||||
|
"helmet": "8.1.0",
|
||||||
"turndown": "7.2.0",
|
"turndown": "7.2.0",
|
||||||
|
"compression": "1.8.0",
|
||||||
|
"i18next": "25.0.0",
|
||||||
|
"i18next-fs-backend": "2.6.0",
|
||||||
|
"tmp": "0.2.3",
|
||||||
|
"jsdom": "26.1.0",
|
||||||
|
"better-sqlite3": "11.9.1",
|
||||||
|
"safe-compare": "1.1.4",
|
||||||
|
"debounce": "2.2.0",
|
||||||
|
"chardet": "2.1.0",
|
||||||
|
"rand-token": "1.0.1",
|
||||||
|
"sanitize-filename": "1.6.3",
|
||||||
|
"sanitize-html": "2.16.0",
|
||||||
|
"time2fa": "^1.3.0",
|
||||||
|
"axios": "1.8.4",
|
||||||
|
"xml2js": "0.6.2",
|
||||||
|
"swagger-jsdoc": "6.2.8",
|
||||||
|
"strip-bom": "5.0.0",
|
||||||
|
"cls-hooked": "4.2.2",
|
||||||
|
"ejs": "3.1.10",
|
||||||
|
"cheerio": "1.0.0",
|
||||||
|
"multer": "1.4.5-lts.2",
|
||||||
|
"dayjs": "1.11.13",
|
||||||
|
"chokidar": "4.0.3",
|
||||||
|
"archiver": "7.0.1",
|
||||||
|
"jimp": "1.6.0",
|
||||||
|
"image-type": "5.2.0",
|
||||||
|
"supertest": "7.1.0",
|
||||||
|
"async-mutex": "0.5.0",
|
||||||
|
"striptags": "3.2.0",
|
||||||
|
"@braintree/sanitize-url": "7.1.1",
|
||||||
|
"html": "1.0.0",
|
||||||
|
"csrf-csrf": "3.1.0",
|
||||||
|
"@triliumnext/express-partial-content": "1.0.1",
|
||||||
|
"session-file-store": "1.5.0",
|
||||||
|
"is-svg": "5.1.0",
|
||||||
|
"stream-throttle": "0.1.3",
|
||||||
|
"marked": "15.0.8",
|
||||||
|
"webpack": "5.99.5",
|
||||||
|
"webpack-dev-middleware": "7.4.2",
|
||||||
|
|
||||||
|
"electron-window-state": "5.0.3",
|
||||||
|
|
||||||
|
"ollama": "0.5.14",
|
||||||
|
"openai": "4.93.0",
|
||||||
|
"@anthropic-ai/sdk": "0.39.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
"typescript": "5.8.3",
|
"typescript": "5.8.3",
|
||||||
"typescript-eslint": "8.30.1"
|
"typescript-eslint": "8.30.1",
|
||||||
|
"@types/cookie-parser": "1.4.8",
|
||||||
|
"@types/jsdom": "21.1.7",
|
||||||
|
"@types/better-sqlite3": "7.6.13",
|
||||||
|
"@types/safe-compare": "1.1.2",
|
||||||
|
"@types/debounce": "1.2.4",
|
||||||
|
"@types/xml2js": "0.4.14",
|
||||||
|
"@types/swagger-ui-express": "4.1.8",
|
||||||
|
"@types/cls-hooked": "4.3.9",
|
||||||
|
"@types/ejs": "3.1.5",
|
||||||
|
"@types/cheerio": "0.22.35",
|
||||||
|
"@types/multer": "1.4.12",
|
||||||
|
"@types/archiver": "6.0.3",
|
||||||
|
"@types/supertest": "6.0.3",
|
||||||
|
"@types/html": "1.0.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
7822
package-lock.json
generated
7822
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user