textualize/frontend/package.json
Yehoshua Sandler 095c1ca8ec
Refactor notifications to redux (#6)
* feat: make new connections

refact: context groups | feat: area detection

and a bunch of small things. hate yourself for this massive commit

* refact: initial RTK setup for Notifications

* refact: removed Notification Context
2023-09-04 10:02:08 -05:00

50 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",
"@reduxjs/toolkit": "^1.9.5",
"@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",
"react-redux": "^8.1.2",
"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"
}
}