42 lines
		
	
	
		
			1014 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1014 B
		
	
	
	
		
			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",
 | 
						|
    "next": "^13.1.1",
 | 
						|
    "react": "^18.2.0",
 | 
						|
    "react-dom": "^18.2.0",
 | 
						|
    "react-markdown": "^8.0.5",
 | 
						|
    "tesseract.js": "^4.0.2",
 | 
						|
    "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",
 | 
						|
    "typescript": "^4.9.4"
 | 
						|
  }
 | 
						|
}
 |