-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.04 KB
/
Copy pathpackage.json
File metadata and controls
127 lines (127 loc) · 4.04 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "peon",
"version": "0.0.1",
"license": "MIT",
"type": "module",
"private": true,
"packageManager": "pnpm@10.8.0",
"engines": {
"node": "22.x"
},
"scripts": {
"postinstall": "prisma generate",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:unit": "vitest run",
"test:integration": "vitest run --config vitest.integration.config.ts",
"test:all": "pnpm test:unit && pnpm test:integration",
"test:integration:prepare": "DATABASE_URL_TEST=postgresql://postgres:postgres@localhost:5432/peon_test?schema=public DATABASE_URL=postgresql://postgres:postgres@localhost:5432/peon_test?schema=public PEON_E2E=1 pnpm exec prisma migrate deploy && PEON_E2E=1 APP_URL=http://127.0.0.1:3100 NEXT_PUBLIC_APP_URL=http://127.0.0.1:3100 EMAIL_DRIVER=test INSTANCE_OWNER_EMAIL=owner@peon.test S3_BUCKET=peon-test-bucket JWT_SECRET=test-jwt-secret-at-least-32-chars!! ENCRYPTION_KEY=MDEyMzQ1Njc4OWFiY2RlZjAxMjM0NTY3ODlhYmNkZWY= pnpm build",
"worker": "tsx worker/index.ts",
"schedule": "tsx worker/schedule.ts",
"socket": "tsx worker/socket.ts",
"db:migrate": "prisma migrate dev",
"db:seed": "tsx prisma/seed.ts",
"release": "node release.mjs"
},
"dependencies": {
"@ai-sdk/anthropic": "^4.0.52",
"@ai-sdk/openai": "^4.0.65",
"@ai-sdk/react": "^4.0.100",
"@aws-sdk/client-s3": "3.1130.0",
"@aws-sdk/client-ses": "3.1130.0",
"@aws-sdk/client-sqs": "3.1130.0",
"@aws-sdk/s3-request-presigner": "3.1130.0",
"@hookform/resolvers": "^5.9.1",
"@modelcontextprotocol/sdk": "^1.30.0",
"@prisma/adapter-pg": "^7.10.0",
"@prisma/client": "^7.10.0",
"@prisma/client-runtime-utils": "7.10.0",
"@react-oauth/google": "^0.13.5",
"@stripe/react-stripe-js": "^6.10.0",
"@stripe/stripe-js": "^9.16.0",
"@tanstack/react-query": "^5.102.8",
"@teispace/next-themes": "^3.0.2",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"ai": "^7.0.97",
"axios": "^1.20.0",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dockerode": "^5.0.1",
"dotenv": "^17.4.2",
"jose": "^6.2.12",
"lucide-react": "^1.44.0",
"next": "16.3.4",
"node-ssh": "^13.2.1",
"playwright": "^1.63.0",
"posthog-js": "^1.430.2",
"radix-ui": "^1.6.7",
"react": "19.3.0",
"react-dom": "19.3.0",
"react-hook-form": "^7.87.0",
"react-markdown": "^10.1.0",
"recharts": "^3.10.1",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"shadcn": "^4.21.0",
"sonner": "^2.0.8",
"ssh2": "^1.17.0",
"stripe": "^22.6.2",
"tailwind-merge": "^3.6.0",
"tsx": "^4.23.13",
"tw-animate-css": "^1.4.0",
"ws": "^8.21.3",
"yaml": "^2.9.0",
"zod": "^4.6.2",
"zustand": "^5.0.15"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^3.0.0",
"@types/dockerode": "^4.0.1",
"@types/node": "^26",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/ssh2": "^1.15.6",
"@types/ws": "^8.18.1",
"@typescript-eslint/parser": "^8.70.0",
"eslint": "^10",
"eslint-config-next": "16.3.4",
"openai": "7.15.0",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"prisma": "^7.10.0",
"sharp": "^0.35.4",
"tailwindcss": "^4",
"typescript": "^6",
"vitest": "^5.0.0"
},
"pnpm": {
"overrides": {
"sharp": "^0.35.4",
"fast-uri": ">=3.1.6",
"@hono/node-server": "2.0.11",
"postcss": ">=8.5.18",
"valibot": ">=1.4.2",
"brace-expansion": "^5.0.9",
"ip-address": "^10.3.1",
"nanoid": ">=3.3.17",
"deepmerge-ts": ">=8.0.0",
"mysql2": ">=3.22.0"
},
"peerDependencyRules": {
"allowedVersions": {
"eslint-plugin-react>eslint": "10",
"eslint-plugin-import>eslint": "10",
"eslint-plugin-jsx-a11y>eslint": "10"
}
}
}
}