Files
ai-agent/widget/package.json
T

40 lines
997 B
JSON

{
"name": "widget",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "PORT=4000 next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"typecheck": "tsc --noEmit",
"build:sdk": "node ./scripts/build-sdk.mjs"
},
"dependencies": {
"@tiptap/extension-image": "^3.20.2",
"@tiptap/extension-placeholder": "^3.20.2",
"@tiptap/react": "^3.20.2",
"@tiptap/starter-kit": "^3.20.2",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"markdown-it": "^14.1.1",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-zoom-pan-pinch": "^3.7.0",
"tailwind-merge": "^3.5.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}