mirror of
https://github.com/benjitaylor/agentation.git
synced 2026-09-14 20:06:45 +08:00
27 lines
587 B
JSON
27 lines
587 B
JSON
{
|
|
"name": "feedback-tool-example",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"agentation": "workspace:*",
|
|
"beautiful-mermaid": "^0.1.2",
|
|
"framer-motion": "^12.28.1",
|
|
"next": "^14.0.0",
|
|
"prism-react-renderer": "^2.4.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"sass": "^1.69.0",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|