mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 17:41:27 -04:00
36 lines
941 B
JSON
36 lines
941 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.25"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29",
|
|
"@types/lodash": "^4.17.0",
|
|
"@types/string-similarity": "4.0.0",
|
|
"jest": "^29",
|
|
"ts-jest": "29.4.6"
|
|
}
|
|
}
|