Files
Compass/common/package.json
2025-11-15 00:27:30 +01:00

36 lines
936 B
JSON

{
"name": "common",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "tsc -b && tsc-alias",
"compile": "tsc -b",
"verify": "yarn --cwd=.. verify",
"verify:dir": "npx eslint . --max-warnings 0",
"test": "jest --config jest.config.js --passWithNoTests"
},
"sideEffects": false,
"dependencies": {
"@supabase/supabase-js": "2.38.5",
"@tiptap/core": "2.3.2",
"@tiptap/extension-image": "2.3.2",
"@tiptap/extension-link": "2.3.2",
"@tiptap/extension-mention": "2.3.2",
"@tiptap/pm": "2.3.2",
"@tiptap/starter-kit": "2.3.2",
"@tiptap/suggestion": "2.3.2",
"dayjs": "1.11.4",
"lodash": "4.17.21",
"string-similarity": "4.0.4",
"zod": "3.22.3"
},
"devDependencies": {
"@types/jest": "29.2.4",
"@types/lodash": "4.14.178",
"@types/string-similarity": "4.0.0",
"jest": "29.3.1",
"supabase": "2.15.8",
"ts-jest": "29.0.3"
}
}