-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.15 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
{
"name": "agentproof",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"@clerk/nextjs": "^7.0.7",
"@vercel/og": "^0.6.0",
"cheerio": "^1.0.0",
"hls.js": "^1.6.15",
"lucide-react": "^1.7.0",
"motion": "^12.38.0",
"nanoid": "^5.0.0",
"next": "^15.1.0",
"pg": "^8.20.0",
"pino": "^10.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"stripe": "^21.0.1"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^22.0.0",
"@types/pg": "^8.20.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.0.0",
"eslint-config-next": "^15.1.0",
"postcss": "^8.4.0",
"tailwindcss": "^4.0.0",
"tsx": "^4.21.0",
"typescript": "^5.7.0",
"vitest": "^4.1.2"
}
}