textualize/frontend/package.json
Yehoshua Sandler 1631271b93
Replace native canvas implementation with Konva library (#2)
* style: spelling

* refact: canvases replaced with konva

* refact: area text calculated by words

* refact: moved konva files out of test dir
2023-06-27 08:42:44 -05:00

48 lines
1.2 KiB
JSON

{
"name": "textualize",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export"
},
"keywords": [],
"author": "Yehoshua Sandler",
"dependencies": {
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@monaco-editor/react": "^4.4.6",
"@tailwindcss/forms": "^0.5.3",
"konva": "^9.2.0",
"next": "^13.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-konva": "^18.2.9",
"react-konva-utils": "^1.0.4",
"react-markdown": "^8.0.5",
"rehype-raw": "^6.1.1",
"tesseract.js": "^4.0.2",
"use-image": "^1.1.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.13",
"encoding": "^0.1.13",
"eslint": "^8.30.0",
"eslint-config-next": "^13.1.1",
"postcss": "^8.4.19",
"server-only": "^0.0.1",
"tailwindcss": "^3.2.4",
"typedoc": "^0.24.7",
"typescript": "^4.9.4"
}
}