mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-10 03:37:52 +02:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "server-y-provider",
|
|
"version": "5.4.1",
|
|
"description": "Y.js provider for docs",
|
|
"repository": "https://github.com/suitenumerique/docs",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
|
|
"dev": "cross-env COLLABORATION_LOGGING=true && nodemon --config nodemon.json",
|
|
"start": "node ./dist/start-server.js",
|
|
"lint": "eslint",
|
|
"test": "vitest"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"dependencies": {
|
|
"@blocknote/core": "0.51.4",
|
|
"@blocknote/server-util": "0.51.4",
|
|
"@sentry/node": "10.65.0",
|
|
"@sentry/profiling-node": "10.65.0",
|
|
"@tiptap/extensions": "*",
|
|
"cors": "2.8.6",
|
|
"express": "5.2.1",
|
|
"yjs": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "2.8.19",
|
|
"@types/express": "5.0.6",
|
|
"@types/node": "*",
|
|
"@types/supertest": "7.2.1",
|
|
"cross-env": "10.1.0",
|
|
"eslint-plugin-docs": "*",
|
|
"nodemon": "3.1.14",
|
|
"supertest": "7.2.2",
|
|
"ts-node": "10.9.2",
|
|
"tsc-alias": "1.9.1",
|
|
"typescript": "*",
|
|
"vitest": "4.1.10",
|
|
"vitest-mock-extended": "5.0.0"
|
|
},
|
|
"packageManager": "yarn@1.22.22"
|
|
}
|