-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.56 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.56 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
{
"name": "verifyai",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --port 3000 --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.33.0",
"@pinecone-database/pinecone": "^4.1.0",
"@radix-ui/react-dialog": "^1.1.5",
"@radix-ui/react-select": "^2.1.5",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.7",
"@sparticuz/chromium-min": "^119.0.0",
"axios": "^1.7.9",
"browser-image-compression": "^2.0.2",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.5.1",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"gsap": "^3.12.7",
"idb-keyval": "^6.2.1",
"lucide-react": "^0.473.0",
"next": "^15.1.6",
"node-fetch": "^3.3.2",
"openai": "^4.80.0",
"puppeteer-core": "^19.7.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"screenshotmachine": "^2.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/express": "^5.0.0",
"@types/node": "^20",
"@types/puppeteer": "^7.0.4",
"@types/react": "^19",
"@types/react-dom": "^19",
"concurrently": "^9.1.2",
"eslint": "^9",
"eslint-config-next": "15.1.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}