Files
Compass/common/package.json
2026-03-01 16:55:19 +01:00

36 lines
942 B
JSON

{
"name": "common",
"version": "1.0.0",
"private": true,
"sideEffects": false,
"scripts": {
"build": "tsc -b && tsc-alias",
"compile": "tsc -b",
"lint": "npx eslint . --max-warnings 0",
"lint-fix": "npx eslint . --fix",
"test": "jest --config jest.config.ts --passWithNoTests",
"typecheck": "npx tsc --noEmit"
},
"dependencies": {
"@supabase/supabase-js": "2.98.0",
"@tiptap/core": "2.10.4",
"@tiptap/extension-image": "2.10.4",
"@tiptap/extension-link": "2.10.4",
"@tiptap/extension-mention": "2.10.4",
"@tiptap/pm": "2.10.4",
"@tiptap/starter-kit": "2.10.4",
"@tiptap/suggestion": "2.10.4",
"dayjs": "1.11.19",
"lodash": "4.17.23",
"string-similarity": "4.0.4",
"zod": "3.22.3"
},
"devDependencies": {
"@types/jest": "^29",
"@types/lodash": "^4.17.0",
"@types/string-similarity": "4.0.0",
"jest": "^29",
"ts-jest": "29.4.6"
}
}