Files
ts-workflow-examples/7_browser/package.json
T
2025-04-20 13:52:36 -07:00

24 lines
455 B
JSON

{
"name": "6_browser",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@llama-flow/core": "^0.3.4",
"next": "15.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"typescript": "^5"
}
}