mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-01-02 10:58:10 -05:00
63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"name": "compass",
|
|
"private": true,
|
|
"workspaces": [
|
|
"common",
|
|
"backend/api",
|
|
"backend/scripts",
|
|
"backend/email",
|
|
"backend/shared",
|
|
"web"
|
|
],
|
|
"scripts": {
|
|
"verify": "yarn --cwd=common verify:dir; yarn --cwd=web verify:dir; yarn --cwd=backend/shared verify:dir",
|
|
"lint": "yarn --cwd=web lint-fix; eslint common --fix ; eslint backend/api --fix ; eslint backend/shared --fix",
|
|
"dev": "./dev.sh dev",
|
|
"prod": "./dev.sh prod"
|
|
},
|
|
"dependencies": {
|
|
"@tiptap/core": "2.3.2",
|
|
"@tiptap/extension-blockquote": "2.3.2",
|
|
"@tiptap/extension-bold": "2.3.2",
|
|
"@tiptap/extension-bubble-menu": "2.3.2",
|
|
"@tiptap/extension-floating-menu": "2.3.2",
|
|
"@tiptap/extension-image": "2.3.2",
|
|
"@tiptap/extension-link": "2.3.2",
|
|
"@tiptap/extension-mention": "2.3.2",
|
|
"@tiptap/html": "2.3.2",
|
|
"@tiptap/starter-kit": "2.3.2",
|
|
"@tiptap/suggestion": "2.3.2",
|
|
"colorette": "^2.0.20",
|
|
"prismjs": "^1.30.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.18.8",
|
|
"@typescript-eslint/eslint-plugin": "7.4.0",
|
|
"@typescript-eslint/parser": "7.4.0",
|
|
"concurrently": "8.2.2",
|
|
"dotenv-cli": "^10.0.0",
|
|
"eslint": "8.57.0",
|
|
"eslint-plugin-lodash": "^7.4.0",
|
|
"eslint-plugin-unused-imports": "4.1.4",
|
|
"nodemon": "2.0.20",
|
|
"prettier": "2.8.4",
|
|
"ts-node": "10.9.1",
|
|
"tsc-alias": "1.8.2",
|
|
"tsconfig-paths": "4.1.2",
|
|
"typescript": "5.5.4"
|
|
},
|
|
"overrides": {
|
|
"@tiptap/core": "2.3.2",
|
|
"@tiptap/extension-blockquote": "2.3.2",
|
|
"@tiptap/extension-bold": "2.3.2",
|
|
"@tiptap/extension-bubble-menu": "2.3.2",
|
|
"@tiptap/extension-floating-menu": "2.3.2",
|
|
"@tiptap/extension-image": "2.3.2",
|
|
"@tiptap/extension-link": "2.3.2",
|
|
"@tiptap/extension-mention": "2.3.2",
|
|
"@tiptap/html": "2.3.2",
|
|
"@tiptap/starter-kit": "2.3.2",
|
|
"@tiptap/suggestion": "2.3.2"
|
|
}
|
|
}
|