-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.47 KB
/
package.json
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
{
"name": "linktopost",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "prisma generate",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "npx prettier . --write",
"prepare": "husky"
},
"dependencies": {
"@cloudinary/react": "^1.13.0",
"@cloudinary/url-gen": "^1.21.0",
"@prisma/client": "5.22.0",
"@the-convocation/twitter-scraper": "^0.14.1",
"@types/cheerio": "^0.22.35",
"axios": "^1.7.7",
"cheerio": "^1.0.0",
"cloudinary": "^2.5.1",
"clsx": "^2.1.1",
"color-thief-browser": "^2.0.2",
"colorthief": "^2.6.0",
"cors": "^2.8.5",
"express": "^4.21.1",
"file-saver": "^2.0.5",
"framer-motion": "^11.11.9",
"html2canvas": "^1.4.1",
"html2canvas-pro": "^1.5.8",
"husky": "^9.1.6",
"image-downloader": "^4.3.0",
"lucide-react": "^0.453.0",
"next": "14.2.15",
"next-auth": "^4.24.10",
"node-fetch": "^2.7.0",
"prisma": "^5.22.0",
"puppeteer": "^23.11.1",
"react": "^18",
"react-dom": "^18",
"react-share": "^5.1.0",
"react-toastify": "^11.0.2",
"tailwind-merge": "^2.5.4",
"tailwindcss-textshadow": "^2.1.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"prettier": "3.3.3",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}