init commit

This commit is contained in:
Szymon Stefański
2026-03-25 17:11:10 +01:00
commit 01e39d1fc1
38 changed files with 49975 additions and 0 deletions

40
TextEditor/package.json Normal file
View File

@@ -0,0 +1,40 @@
{
"name": "text-editor",
"version": "0.0.1",
"private": true,
"dependencies": {
"@tiptap/extension-character-count": "^3.20.1",
"@tiptap/extension-image": "^3.20.1",
"@tiptap/extension-link": "^3.20.1",
"@tiptap/extension-mathematics": "^3.20.1",
"@tiptap/extension-table": "^3.20.1",
"@tiptap/extension-table-cell": "^3.20.1",
"@tiptap/extension-table-header": "^3.20.1",
"@tiptap/extension-table-row": "^3.20.1",
"@tiptap/extension-underline": "^3.20.1",
"@tiptap/react": "^3.20.1",
"@tiptap/starter-kit": "^3.20.1",
"katex": "^0.16.38",
"mathlive": "^0.109.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^5.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}