Part of https://www.notion.so/Add-disconnect-wallet-button-188a6b22d47280db91d5d180c7e151ae - Add sqlite DB for storing tx signatures - Reject request if tx signature is already in DB Co-authored-by: Adw8 <adwaitgharpure@gmail.com> Reviewed-on: deep-stack/sol-mem-gen#5 Co-authored-by: adwait <adwait@noreply.git.vdb.to> Co-committed-by: adwait <adwait@noreply.git.vdb.to>
35 lines
771 B
JSON
35 lines
771 B
JSON
{
|
|
"name": "solana-meme-generator",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@fal-ai/client": "^1.2.1",
|
|
"@google/generative-ai": "^0.21.0",
|
|
"@solana/spl-token": "^0.3.8",
|
|
"@solana/web3.js": "^1.78.4",
|
|
"next": "13.5.4",
|
|
"openai": "^4.77.0",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"sqlite3": "^5.1.7",
|
|
"typeorm": "^0.3.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"autoprefixer": "^10",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "13.5.4",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3",
|
|
"typescript": "^5"
|
|
}
|
|
}
|