mirror of
https://github.com/Pavelevich/claw-alexa.git
synced 2026-03-11 21:54:15 +01:00
18 lines
359 B
JSON
18 lines
359 B
JSON
{
|
|
"name": "openclaw-alexa-webapp",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"next": "^14.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"@aws-sdk/client-dynamodb": "^3.400.0",
|
|
"@aws-sdk/lib-dynamodb": "^3.400.0"
|
|
}
|
|
}
|