Spaces:
Runtime error
Runtime error
| { | |
| "name": "contravaulthvnkz", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "concurrently -n \"BACKEND,FRONTEND\" -c \"bgBlue.bold,bgGreen.bold\" \"npm run backend\" \"npm run frontend\"", | |
| "dev:all": "npm run dev", | |
| "frontend": "next dev --turbo", | |
| "backend": "cd backend && .\\venv\\Scripts\\python.exe -m uvicorn app.main:app --reload --host 0.0.0.0 --port 8000", | |
| "backend:unix": "cd backend && ./venv/bin/python -m uvicorn app.main:app --reload --host 0.0.0.0 --port 8000", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "@tiptap/extension-color": "^2.10.2", | |
| "@tiptap/extension-highlight": "^2.10.2", | |
| "@tiptap/extension-placeholder": "^2.10.2", | |
| "@tiptap/extension-text-align": "^2.10.2", | |
| "@tiptap/extension-text-style": "^2.10.2", | |
| "@tiptap/extension-underline": "^2.10.2", | |
| "@tiptap/pm": "^2.10.2", | |
| "@tiptap/react": "^2.10.2", | |
| "@tiptap/starter-kit": "^2.10.2", | |
| "@types/marked": "^5.0.2", | |
| "inngest": "^3.49.3", | |
| "marked": "^17.0.1", | |
| "next": "^16.1.4", | |
| "react": "^19.0.0", | |
| "react-dom": "^19.0.0", | |
| "react-pdf": "^10.3.0" | |
| }, | |
| "devDependencies": { | |
| "@tailwindcss/forms": "^0.5.11", | |
| "@tailwindcss/typography": "^0.5.19", | |
| "@types/node": "^22.14.0", | |
| "@types/react": "19.2.9", | |
| "autoprefixer": "^10.4.23", | |
| "concurrently": "^9.2.1", | |
| "postcss": "^8.5.6", | |
| "tailwindcss": "^3.4.19", | |
| "typescript": "~5.8.2" | |
| } | |
| } | |