Skip to content

Commit

Permalink
Migrate to Lens v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoginth committed Dec 9, 2024
1 parent b611902 commit 1eefd57
Show file tree
Hide file tree
Showing 2 changed files with 1,373 additions and 25 deletions.
59 changes: 59 additions & 0 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"name": "@hey/api",
"version": "0.0.0",
"private": true,
"license": "AGPL-3.0",
"scripts": {
"dev": "nodemon -w src -x tsx src/server.ts",
"dev:silent": "pnpm dev --silent > /dev/null 2>&1",
"start": "NODE_ENV=production tsx src/server.ts",
"typecheck": "tsc --pretty"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.700.0",
"@aws-sdk/client-ses": "^3.699.0",
"@aws-sdk/client-sts": "^3.699.0",
"@hey/data": "workspace:*",
"@hey/db": "workspace:*",
"@hey/helpers": "workspace:*",
"@hey/indexer": "workspace:*",
"@json2csv/plainjs": "^7.0.6",
"@lens-protocol/metadata": "^1.2.0",
"apollo-utilities": "^1.3.4",
"axios": "^1.7.8",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^5.0.0",
"express-file-routing": "^3.0.3",
"express-rate-limit": "^7.4.1",
"express-session": "^1.18.1",
"fast-xml-parser": "^4.4.1",
"graphql": "^16.9.0",
"linkedom": "^0.18.5",
"openai": "^4.73.1",
"rate-limit-redis": "^4.2.0",
"request-ip": "^3.3.0",
"tsx": "^4.19.2",
"ua-parser-js": "2.0.0",
"urlcat": "^3.1.0",
"uuid": "^11.0.2",
"viem": "^2.21.51",
"zod": "^3.23.8"
},
"devDependencies": {
"@faker-js/faker": "^9.2.0",
"@hey/config": "workspace:*",
"@hey/types": "workspace:*",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.0",
"@types/node": "^22.10.0",
"@types/request-ip": "^0.0.41",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^10.0.0",
"nodemon": "^3.1.7",
"start-server-and-test": "^2.0.8",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 1eefd57

Please sign in to comment.