-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "talent_forest_node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "dotenv -e .env -- ts-node-dev --transpile-only ./src/main.ts",
"build": "tsup --config build.ts",
"start": "dotenv -e .env -- node ./dist/main.js",
"lint": "eslint",
"lint:fix": "eslint --fix",
"email:dev": "email dev --dir src/emails",
"migration:generate": "pnpm drizzle-kit generate",
"migration:run": "dotenv -e .env -- pnpm dlx tsx migrate.ts",
"migration:fresh": "rimraf migrations && pnpm run migration:generate && pnpm run migration:run"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.7.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"drizzle-kit": "^0.23.2",
"eslint": "9.x",
"eslint-plugin-react": "^7.35.0",
"globals": "^15.8.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tsup": "^8.2.3",
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0"
},
"dependencies": {
"@fastify/cors": "^9.0.1",
"@pothos/core": "^4.0.2",
"@pothos/plugin-scope-auth": "^4.0.2",
"@pothos/plugin-zod": "^4.1.0",
"@react-email/components": "0.0.22",
"argon2": "^0.40.3",
"axios": "^1.7.7",
"bullmq": "^5.16.0",
"drizzle-orm": "^0.32.2",
"fastify": "^4.28.1",
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"mercurius": "^14.1.0",
"mongoose": "^8.5.1",
"pg": "^8.12.0",
"pino-pretty": "^11.2.2",
"postgres": "^3.4.4",
"react": "^18.3.1",
"react-email": "2.1.6",
"zod": "^3.23.8"
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}