forked from mito-systems/sol-mem-gen
Part of https://www.notion.so/Option-to-post-paid-for-memes-to-twitter-x-18ca6b22d4728051804ef4f55065d5ba Co-authored-by: AdityaSalunkhe21 <adityasalunkhe2204@gmail.com> Co-authored-by: Adw8 <adwaitgharpure@gmail.com> Co-authored-by: IshaVenikar <ishavenikar7@gmail.com> Reviewed-on: #12 Co-authored-by: adwait <adwait@noreply.git.vdb.to> Co-committed-by: adwait <adwait@noreply.git.vdb.to>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "solana-meme-generator",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "ts-node --project tsconfig.server.json server.ts",
|
|
"build": "next build",
|
|
"start": "tsc --project tsconfig.server.json && NODE_ENV=production PORT=80 node dist/server.js",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@coral-xyz/anchor": "^0.30.1",
|
|
"@fal-ai/client": "^1.2.1",
|
|
"@google/generative-ai": "^0.21.0",
|
|
"@solana/spl-token": "^0.3.11",
|
|
"@solana/web3.js": "^1.78.4",
|
|
"big.js": "^6.2.2",
|
|
"bn.js": "^5.2.0",
|
|
"dotenv": "^16.4.7",
|
|
"next": "13.5.4",
|
|
"openai": "^4.77.0",
|
|
"pinata-web3": "^0.5.4",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"sqlite3": "^5.1.7",
|
|
"typeorm": "^0.3.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/big.js": "^6.2.2",
|
|
"@types/bn.js": "^5.1.6",
|
|
"@types/bs58": "^4.0.4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"autoprefixer": "^10",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "13.5.4",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5"
|
|
}
|
|
}
|